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.

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

Updating my Kubernetes Raspberry Pi Cluster to containerd from Blog Posts – SQLServerCentral

0
There’s been a lot of conversations happening on twitter over the last couple of days due to the fact that Docker is deprecated in...

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

Goal Progress–November 2020 from Blog Posts – SQLServerCentral

0
This is my report, which continues on from the Oct report. It’s getting near the end of the year, and I wanted to track...

Azure Synapse Analytics is GA! from Blog Posts – SQLServerCentral

0
(Note: I will give a demo on Azure Synapse Analytics this Saturday Dec 5th at 1:10pm EST, at the PASS SQL Saturday Atlanta BI...

5 Things You Should Know About Azure SQL from Blog Posts – SQLServerCentral

0
Azure SQL offers up a world of benefits that can be captured by consumers if implemented correctly.  It will not solve all your problems,...

A Note to the PASS Board of Directors from Blog Posts – SQLServerCentral

0
I just read with dismay that Mindy Curnutt has resigned. That’s a big loss at a time when the future of PASS is in...

Provisioning storage for Azure SQL Edge running on a Raspberry Pi Kubernetes cluster from...

0
In a previous post we went through how to setup a Kubernetes cluster on Raspberry Pis and then deploy Azure SQL Edge to it. In...

Tracking costliest queries from Blog Posts – SQLServerCentral

0
Being a Database Developer or Administrator, often we work on Performance Optimization of the queries and procedures. It becomes very necessary that we focus...

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