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.

Notes on the 2020 PASS Virtual Summit – Part 1 from Blog Posts –...

0
I’m in learning mode this week, scheduled for two full day pre-cons plus the Summit. I’ve been to a couple of virtual events already...

PowerShell Arrays and Hash Tables–#SQLNewblogger from Blog Posts – SQLServerCentral

0
I was watching the GroupBy talk the other day and noticed that Cláudio Silva was using arrays, or what appeared to be arrays, in...

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...

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...

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...

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...

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...

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...

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...

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