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

Consider the Benefits of Powershell for Developer Workflows from Blog Posts – SQLServerCentral

0
Who Am I Talking To You use bash or python. PowerShell seems wordy, extra verbose, and annoying. It’s a windows thing, you say… why would I even...

PowerShell Arrays and Hash Tables–#SQLNewblogger from Blog Posts – SQLServerCentral

0
I was watching the GroupBy talk the other day and noticed that Cláudio Silva was using arrays, or what appeared to be arrays, in...

Speaker Guidance: Save Your Data from Blog Posts – SQLServerCentral

0
The PASS organization (and likely SQL Saturday) are shutting down their sites on 15 Jan,  2021. This means that potentially lots of links and...

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

A quick and dirty scan of a list of instances using a dynamic linked...

0
Note: This is not exactly a dyanmic linked server. It just gets dropped and recreated in a loop. I recently did a post on testing...

My Experience on Geeks on Screen with Coffee from Blog Posts – SQLServerCentral

0
Last week on appeared on Geeks on Screen with Coffee which broadcast on YouTube and is a different sort of broadcast to be on...

Virtual Log Files from Blog Posts – SQLServerCentral

0
Today’s post is a guest article from a friend of Dallas DBAs, writer, and fantastic DBA Jules Behrens (B|L) One common performance issue that is...

Database Fundamentals #29: Create Foreign Keys With Table Designer from Blog Posts – SQLServerCentral

0
The purpose of a foreign key is to ensure data integrity by making sure that data added to a child table actually exists in...

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