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.

Notes on the 2020 PASS Virtual Summit – Part 4 from Blog Posts –...

0
Last night (Tuesday) was the main reception and then “networking bubbles”. The reception consisted of DJ Leanne playing assorted music (and seeming to...

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

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

Serious Thoughts About PASS from Blog Posts – SQLServerCentral

0
Back when Covid started I guessed that this might be yet another live-or-die challenge for PASS. PASS is heavily dependent on Summit revenue and...

Vote in the PASS Election from Blog Posts – SQLServerCentral

0
If you login to pass.org AND have previously met the criteria to vote this year, you’ll see this. Click the button and you’ll be...

Configure SQL Server 2019 Multi-Subnet AlwaysOn Setup – Part 12 from Blog Posts –...

0
The post Configure SQL Server 2019 Multi-Subnet AlwaysOn Setup - Part 12 appeared first on SQLServerCentral.

PASS Summit 2020 Precon – Scripts and Links from Blog Posts – SQLServerCentral

0
The PASS Virtual Summit 2020 conference is live this week, and I’m thrilled to have presented a preconference boot camp yesterday called “Amplify Your...

Deploy SSRS Projects with Two New PowerShell Commands from Blog Posts – SQLServerCentral

0
I built two new PowerShell commands to deploy SSRS projects, and they have finally been merged into the ReportingServicesTools module. The commands are Get-RsDeploymentConfig...

T-SQL Tuesday Retrospective #004: I/O from Blog Posts – SQLServerCentral

0
Mike Walsh invited us on March 1st 2010 to write about I/O. This abbreviation stands for Input / Output, and is often used as...

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