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

T-SQL Tuesday Retrospective #005: Reporting from Blog Posts – SQLServerCentral

0
A few weeks ago, I began answering every single T-SQL Tuesday from the beginning. This week it’s the fifth entry, and on April 5th,...

Goal Progress–November 2020 from Blog Posts – SQLServerCentral

0
This is my report, which continues on from the Oct report. It’s getting near the end of the year, and I wanted to track...

Server-Level Roles – Back to Basics from Blog Posts – SQLServerCentral

0
Server-Level Roles SQL Server security is like a box of chocolates. Wait, it is more like an onion – with all of the layers that...

Azure Databricks – Adding Libraries from Blog Posts – SQLServerCentral

0
It is a really common requirement to add specific libraries to databricks. Libraries can be written in Python, Java, Scala, and R. You can...

Strange T-SQL Operator Syntax from Blog Posts – SQLServerCentral

0
I can’t remember where I saw this, but it made an interesting Question of the Day: select * from Sales where Profit !< 10000; I had...

What the future of PASS needs – and how I can help from Blog...

0
At the recent PASS Virtual Summit I and the other candidates took part in a Ask Me Anything (AMA) session – where the community...

T-SQL Tuesday #133–What I Learned From Presenting from Blog Posts – SQLServerCentral

0
This month Lisa Griffin Bohm is the host and thanks to her from hosting. She was one of the last people I pressured lightly...

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

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

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