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.

Splitting up the Mission of PASS from Blog Posts – SQLServerCentral

0
Following up on Should There Be A Successor to PASS? I have a couple more thoughts. One of the many complaints about PASS over the...

Building a SQL Saturday Archive from Blog Posts – SQLServerCentral

0
Some time ago I started gathering the SQL Saturday XML files. I started to parse and work with these, but the data is a...

Here is an Easy Fix for SQL Service Startup Issues When Using an MSA...

0
So far, the articles in this years 12 Days of Christmas series first and second days) have shown some relatively easy fixes for some...

Requesting an Update for My SQLSaturday.com Bid from Blog Posts – SQLServerCentral

0
Someone asked about the bid, and I have had no response, so I sent this. The post Requesting an Update for My SQLSaturday.com Bid appeared...

Time to Set Service Dependencies for SQL Server, it’s Easy from Blog Posts –...

0
In the previous article I mentioned the need for setting certain dependencies for SQL Services startup. As promised, this article is a follow-up to...

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

How to Easily Grant Permissions to all Databases from Blog Posts – SQLServerCentral

0
A recurring need that I have seen is a means to grant a user or group of users access to all databases in one...

2020 was certainly a year on the calendar from Blog Posts – SQLServerCentral

0
According to my blog post schedule, this is the final post of the year. It’s nothing more than a coincidence, but making it through...

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

Creating an HTML URL from a PowerShell String–#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. I wrote about getting...

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