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.

The 2021 Plan for SQLOrlando from Blog Posts – SQLServerCentral

0
SQLOrlando Annual Plan 2021 FinalDownload Over the past couple years we’ve been slowly evolving from a fairly adhoc plan of doing what we did last...

Estimating the storage savings by removing columns with NULL value across the table or...

0
In the previous article Find columns with NULL values across the table we discussed that storage space can be saved by removing columns with...

Daily Coping 21 Dec 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...

Using Azure Durable Functions with Azure Data Factory – HTTP Long Polling from Blog...

0
(2020-Dec-21) While working with Azure Functions that provide a serverless environment to run my computer program code, I’m still struggling to understand how it actually...

ETL Antipattern: Load Processes that Don’t Scale from Blog Posts – SQLServerCentral

0
One of the most significant design considerations in ETL process development is the volume of data to be processed. Most ETL processes have time...

Top 3 Upgrade & Migration Mistakes from Blog Posts – SQLServerCentral

0
This is a guest post by another friend of Dallas DBAs – Brendan Mason (L|T) Upgrading and migrating databases can be a daunting exercise...

End of an Era – SQL PASS and Lessons learned from Blog Posts –...

0
Most of my blog is filled with posts related to PASS in some way. Events, various volunteering opportunities, keynote blogging, this or that…With the...

Daily Coping 22 Dec 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...

Goodbye PASS from Blog Posts – SQLServerCentral

0
“It was the best of times, it was the worst of times, it was the age of wisdom, it was the age of foolishness,...

Daily Coping 23 Dec 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...

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