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.

DirectQuery for Power BI datasets and Azure Analysis Services (preview) from Blog Posts –...

0
Announced last week is a major new feature for Power BI: you can now use DirectQuery to connect to Azure Analysis Services or Power...

Basic Cursors in T-SQL–#SQLNewBlogger from Blog Posts – SQLServerCentral

0
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. Cursors are not efficient,...

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

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

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

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

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

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

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