Home Data Page 279

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 Defender for SQL from Blog Posts – SQLServerCentral

0
If you have been following me or generally topics around Azure SQL Database and security you would know that it is important to leverage...

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

PowerShell Arrays and Hash Tables–#SQLNewblogger from Blog Posts – SQLServerCentral

0
I was watching the GroupBy talk the other day and noticed that Cláudio Silva was using arrays, or what appeared to be arrays, in...

Notes on the 2020 PASS Virtual Summit – Part 1 from Blog Posts –...

0
I’m in learning mode this week, scheduled for two full day pre-cons plus the Summit. I’ve been to a couple of virtual events already...

Daily Coping 10 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 issues...

I get by with a little help from my friends : T-SQL Tuesday #131...

0
Taiob Ali (blog|twitter) is our host for TSQL Tuesday this month and he’d like us to talk about how our year has gone. Specifically...

T-SQL Tuesday #132 Pandemic Coping from Blog Posts – SQLServerCentral

0
This year, 2020, has been crazy. What started as a normal year for me, including a sabbatical, turned into a crazy, shutdown, lockdown, stuck...

Notes on the 2020 PASS Virtual Summit – Part 2 from Blog Posts –...

0
Writing most of this Monday afternoon while on lunch break. I’m attending the Advanced T-SQL Querying and Query Tuning pre-con by Itzik Ben-Gan. You...

T-SQL Tuesday 132: Coping with a pandemic from Blog Posts – SQLServerCentral

0
This month’s T-SQL Tuesday is hosted by my good friend and data platform MVP Taiob Ali. Taiob’s challenge is very relevant to current season...

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