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.

Adding a user to an Azure SQL DB from Blog Posts – SQLServerCentral

0
Creating a user is simple right? Yes and no. First of all, at least in SSMS it appears you don’t have a GUI. I don’t...

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

Hans-Juergen Schoenig: pg_squeeze: Optimizing PostgreSQL storage from Planet PostgreSQL

0
Is your database growing at a rapid rate? Does your database system slow down all the time? And maybe you have trouble understanding why...

[Solved] SQL Backup Detected Corruption in the Database Log from Blog Posts – SQLServerCentral

0
Summary: In this article, we will discuss about the ‘SQL Backup Detected Corruption in the Database Log’ error. It will also describe the reason...

Azure Stack and Azure Arc for data services from Blog Posts – SQLServerCentral

0
For those companies that can’t yet move to the cloud, have certain workloads that can’t move to the cloud, or have limited to no...

External tables vs T-SQL views on files in a data lake from Blog Posts...

0
A question that I have been hearing recently from customers using Azure Synapse Analytics (the public preview version) is what is the difference between...

SQL Homework – December 2020 – Participate in the Advent of Code. from Blog...

0
Christmas. Depending on where you live it’s a big deal even if you aren’t Christian. It pervades almost every aspect of life. And this...

Tom Swartz: Tuning Your Postgres Database for High Write Loads from Planet PostgreSQL

0
As a database grows and scales up from a proof of concept to a full-fledged...

Daily Coping 22 Dec 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...

Power BI – Hungry Median from Blog Posts – SQLServerCentral

0
Introduction Median is a useful statistical function, which first time appeared in SSAS 2016 and in Power BI around that year as well. There are...

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