A Lack of Privacy in Smart Cars
With new vehicles becoming more and more computerized and controlled, is data privacy an issue?
With new vehicles becoming more and more computerized and controlled, is data privacy an issue?
Learn how this extension in Azure Data Studio makes it easy to import flat files in a CSV or JSON format.
In this article, we look at how using the Tablock hint in SQL Server could impact concurrency and block other sessions.
Updating and deleting documents, creating queries, and managing query results in Microsoft's new NoSQL database-as-a-service.
Today Steve discusses an aspect of AI that many people are concerned about: data security. Read more and think about how this might affect your organization.
Learn about working with time series data using T-SQL code and how to add additional data to the data set for more in-depth data mining.
Hero, Champion, Inspiration. These are words that are bantered around about people regularly. Joe was a hero when he saved that puppy. Betty was the champion runner and won the race. Pat was an inspiration; they work so hard. Hero and champion are universally understood as positive things. Inspiration is typically used as a positive, […]
This is a short look at a technique that I discovered recently in Management Studio (SSMS). The technique is to compare two graphical execution plans in the tool to understand what they are doing and how two different queries might affect a particular system, both with the image and with the properties' data behind the […]
By Steve Jones
If it fails where you thought it would fail that is not a failure....
Quite a long title for a short blog post ??While deploying a DACPAC (from...
By Kevin3NF
Some of the best career enhancers you can buy. Why I Go to...
Comments posted to this topic are about the item A Place where AI Technology...
What happens when I run this on SQL Server 2022 in the AdventureWorks2022 database?
SELECT OBJECT_DEFINITION (OBJECT_ID(N'dbo.uspGetBillofMaterials')) AS [Object Definition]; GOSee possible answers