What Port Should I Use?–#SQLNewBlogger
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as...
2016-12-08
685 reads
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as...
2016-12-08
685 reads
I’ve been really excited about the new Data Migration Assistant (DMA) since I first heard about it. One of the...
2016-12-08
770 reads
As most of you know, one of the most fundamental uses of query store is to force query plans. Unlike...
2016-12-08
1,098 reads
Welcome back to another episode of This Week In Data! If you missed our previous episodes, you can watch them...
2016-12-07
839 reads
Next week is the 2016 version of SQL in the City and you can register now to attend. It’s free...
2016-12-07
502 reads
In this final part of my series on SQL Server & Containers I’ll detail an option to run earlier versions of...
2016-12-26 (first published: 2016-12-07)
2,064 reads
This week’s TSQL Tuesday is being held by the mighty Kenneth Fisher – Backup and Recovery- see this link, how can...
2016-12-26 (first published: 2016-12-07)
1,509 reads
In this post, let’s learn how to use chgrp and chown commands to change group and user ownership of a...
2016-12-07
375 reads
I got a link recently from Microsoft on building apps easily for SQL Server. At the top of the page,...
2016-12-06
1,396 reads
For a long time clients would ask me how to determine the cost savings by migrating their applications and databases...
2016-12-06
1,268 reads
Redshift keeps its SYS_* monitoring views for seven days in cluster, which is fine...
By Steve Jones
I was updating my session for the Data API Builder (DAB) recently, mostly to...
I am excited to host T-SQL Tuesday for the first time. I want to...
Working with SQL Server can involve more than just writing queries. Understanding database design,...
Comments posted to this topic are about the item Measuring Productivity
Comments posted to this topic are about the item Importing Excel files into SQL...
I have 3 instances of a brand new long running query that are executing on a SQL Server 2025 instance. Query store is enabled. One of the queries is killed by the administrator, one is cancelled by the user. The other runs to completion. How many rows are in Query Store for this query?
See possible answers