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.

Beyond the Bitcoin: How cryptocurrency can make a difference in hurricane disaster relief

0
More than $350 worth of cryptocurrency guides offered in support of globalgiving.com During Cybersecurity Month, Packt is partnering with Humble Bundle and three other technology...
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...

How To Resolve User Error in Kerberos Configuration Manager from Blog Posts – SQLServerCentral

0
A recurring theme in the world of SQL Server seems to be the battle with Kerberos, SPNs, and SSPI Context errors. It is common...

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

Building a SQL Saturday Archive from Blog Posts – SQLServerCentral

0
Some time ago I started gathering the SQL Saturday XML files. I started to parse and work with these, but the data is a...

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

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

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

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

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

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