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.

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

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

Daily Coping 24 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...

Retrieving Log Analytics Data with Data Factory from Blog Posts – SQLServerCentral

0
I’ve been working on a project where I use Azure Data Factory to retrieve data from the Azure Log Analytics API. The query language...

Daily Coping 25 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...

Merry Christmas from Blog Posts – SQLServerCentral

0
Christmas is this week so not a technical post for this week.  Just a simple post wishing you and your family as many blessing...

Should There Be A Successor to PASS? from Blog Posts – SQLServerCentral

0
PASS was a big influence on a lot of us and did a lot of good, if never quite as much good as many...

How To Resolve User Error in Kerberos Configuration Manager from Blog Posts – SQLServerCentral

0
A recurring theme in the world of SQL Server seems to be the battle with Kerberos, SPNs, and SSPI Context errors. It is common...

Simple Method to Add A Network in SQL Configuration Manager from Blog Posts –...

0
In the previous article, I showed a bothersome little error for the Kerberos Configuration Manager software. In that article, I also showed how to...

Daily Coping 28 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