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.

MySQL 8.0 is generally available with added features

0
The long awaited general release of MySQL 8.0 was finally announced last week.  MySQL, as we all know, is the world’s most popular open...
Angular 8

The trouble with Smart Contracts

0
The government of Tennessee now officially recognizes Smart Contracts. That’s great news if we speak in terms of the publicity blockchain will receive. By...

Using Azure Durable Functions with Azure Data Factory – HTTP Long Polling from Blog...

0
(2020-Dec-21) While working with Azure Functions that provide a serverless environment to run my computer program code, I’m still struggling to understand how it actually...

Retrieving Log Analytics Data with Data Factory from Blog Posts – SQLServerCentral

0
I’ve been working on a project where I use Azure Data Factory to retrieve data from the Azure Log Analytics API. The query language...

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

DirectQuery for Power BI datasets and Azure Analysis Services (preview) from Blog Posts –...

0
Announced last week is a major new feature for Power BI: you can now use DirectQuery to connect to Azure Analysis Services or Power...

Would You Pass the SQL Server Certifications Please? What Do You Mean We’re...

0
I have held various certifications through my DBA career, from CompTIA A+ certification back when I worked help desk (I'm old) through the various...

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

Data Architecture Blog Post: CI CD in Azure Synapse Analytics Part 1 from Blog...

0
Hello Dear Reader! It's been a while. I've got a new blog post over on the Microsoft Data Architecture Blog on using...

Splitting up the Mission of PASS from Blog Posts – SQLServerCentral

0
Following up on Should There Be A Successor to PASS? I have a couple more thoughts. One of the many complaints about PASS over 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