Home Data Page 24

Data

Data science dominates what we do as developers. Whether you’re managing, modelling or storing data, the latest data science news at Packt Hub will help you stay on top of new developments. We provide news, insights and tutorials around tools and topics like tensorflow, machine learning, deep learning, artificial intelligence and big data.

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

Protect your SQL Server from Ransomware: Backup Your Service Master Key and More from...

0
Not many disaster recovery or SQL migration/upgrade scenarios require the SQL Server instance service master key to be restored.  Some do. Recently, by far the most...

Daily Coping 2 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...

Database Fundamentals #29: Create Foreign Keys With Table Designer from Blog Posts – SQLServerCentral

0
The purpose of a foreign key is to ensure data integrity by making sure that data added to a child table actually exists in...

Azure DevOps–Using Variable Groups from Blog Posts – SQLServerCentral

0
I was in a webinar recently and saw a note about variable groups. That looked interesting, as I’ve started to find that I may...

Azure SQL Database administration Tips and Hints Exam (DP-300) from Blog Posts – SQLServerCentral

0
Finally, I got my certification Azure Database administrator Associate for Exam (DP-300) after two times failure, during the journey of study I watched many...

Persistent Server Name Metadata When Deploying SQL Server in Kubernetes from Blog Posts –...

0
In this post, we will explore how a Pod name is generated, Pod Name lifecycle, how it’s used inside a Pod to set 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...

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

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