Home Data Databases

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.

Firewall Ports You Need to Open for Availability Groups from Blog Posts – SQLServerCentral

0
Something that never ceases to amaze me is the frequent request for help on figuring out what ports are needed for Availability Groups in...

Experiments With Go Arrays and Slices from Blog Posts – SQLServerCentral

0
Simplicity Over Syntactic Sugar As I’ve been learning Go, I’ve grown to learn that many decisions to simplify the language have removed many features that...

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

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

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

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

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

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

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

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