Databases

Databases are the framework of many businesses nowadays. With many websites relying on fast and efficient access to their data, keeping track of updates and changes is more important than ever. Packt Hub is here to help you find the latest news on databases like MySQL and PostgreSQL. We’ll keep you up to date with the latest developments in data storage and access.

Adding a user to an Azure SQL DB from Blog Posts – SQLServerCentral

0
Creating a user is simple right? Yes and no. First of all, at least in SSMS it appears you don’t have a GUI. I don’t...

Daily Coping 5 Nov 2020 from Blog Posts – SQLServerCentral

0
I started to add a daily coping tip to the SQLServerCentral newsletter and to the Community Circle, which is helping me deal with the...

Microsoft Power BI Quick Start Guide – Second Edition from Blog Posts – SQLServerCentral

0
Earlier this week I announced the release of a new Power Platform book. While I’m super excited about that book I’m also excited to...

Daily Coping 6 Nov 2020 from Blog Posts – SQLServerCentral

0
I started to add a daily coping tip to the SQLServerCentral newsletter and to the Community Circle, which is helping me deal with the...

[Solved] SQL Backup Detected Corruption in the Database Log from Blog Posts – SQLServerCentral

0
Summary: In this article, we will discuss about the ‘SQL Backup Detected Corruption in the Database Log’ error. It will also describe the reason...

What’s Your Vision for PASS? from Blog Posts – SQLServerCentral

0
The PASS election slate was released for 2020. The candidates and their statements are:: Hamish Watson (@thehybriddba) Joey D’Antoni (@jdanton) – Community Matters–Why I’m Running...

Monitoring and Tracking SQL Server Deadlock process from Blog Posts – SQLServerCentral

0
Introduction SQL Server deadlock one of the issues that can be happened in any SQL Server, today in this article I will not explain...

Daily Coping 9 Nov 2020 from Blog Posts – SQLServerCentral

0
I started to add a daily coping tip to the SQLServerCentral newsletter and to the Community Circle, which is helping me deal with the issues...

Azure Defender for SQL from Blog Posts – SQLServerCentral

0
If you have been following me or generally topics around Azure SQL Database and security you would know that it is important to leverage...

Strange T-SQL Operator Syntax from Blog Posts – SQLServerCentral

0
I can’t remember where I saw this, but it made an interesting Question of the Day: select * from Sales where Profit !< 10000; I had...

Must Read in Cloud & Networking

Top life hacks for prepping for your IT certification exam

0
I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed up for a class that lasted one week, per...

Must Read in Data

Learn Transformers for Natural Language Processing with Denis Rothman

0
Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN and CNN models in use today. Artificial intelligence is...

Distributed training in TensorFlow 2.x

Interviews