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

What do they want to hear? from Blog Posts – SQLServerCentral

0
I was helping my 16yo write his first college essay the other day. He’s always struggled a bit with writing essays so this isn’t...

Migrating SQL Server container images to the Github Container Registry from Blog Posts –...

0
A couple of months ago Docker announced that they would be implementing a 6 month retention policy for unused images in the Docker Hub. This...

Blog .NET for Apache Spark UDFs Missing Shared State from Blog Posts – SQLServerCentral

0
The Problem When you use a UDF in .NET for Apache Spark, something like this code: class Program { static void Main(string args) { var...

ASF 034: Alex Yates interview (part 1) from Blog Posts – SQLServerCentral

0
Alex is a Data Platform MVP who loves DevOps. He’s has been helping data professionals apply DevOps principles to relational database development and deployment...

Error: 8623 – The query processor ran out of internal resources and could not...

0
 Unfortunately a common error in many of our client environments is this: -- Error: 8623, Severity: 16, State: 1. The query processor ran out of internal resources...

Goal Progress– October 2020 from Blog Posts – SQLServerCentral

0
This is my report, which continues on from the Aug report. After that report, I made an effort to work a little harder. This...

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

Quick Start to Using Influxdb on Macos from Blog Posts – SQLServerCentral

0
Intro OSS 2.0 is a release candidate at this time, so this may change once it’s released. It wasn’t quite clear to me how to get...

shell from Blog Posts – SQLServerCentral

0
Installing go-task This tool is great for cross-platform shell scripting as it runs all the commands in the Taskfile.yml using a built in go shell...

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