Disabling SQL Server Network Protocols
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as...
2016-01-18
1,089 reads
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as...
2016-01-18
1,089 reads
I recently received a great question through email. It was whether or not it is a good idea to have...
2016-01-18
1,104 reads
Five Years of Blogging
From to My blogging story started on December 7, 2010. I have now had a blog for...
2016-01-18
522 reads
While setting up example code for my presentation at SQL Cruise (which is going to be a fantastic event), I...
2016-01-18
539 reads
To the page
It’s not one of those things you have to do frequently but every now and again you need...
2016-01-18
547 reads
Change tracking for SQL Server is a flexible and easy-to-use technology for monitoring tables for inserts, updates, and deletes. In...
2016-01-18
1,084 reads
I will be speaking with other SQL Server experts for SQLSaturday #461 in Austin on Jan 30th, 2016. This is...
2016-01-18
475 reads
I’m happy, honoured and humbled to be able to say that I will be presenting pre-cons and both SQL Saturday...
2016-01-17
402 reads
Operating System Error Message
Error: 18210, Severity: 16, State:1
BackupMedium::ReportIoError: write failure on backup device ‘VDI_ DeviceID ‘. Operating system error 995...
2016-01-16
14,899 reads
It was a few years back that my wife and I planned a trip to the Austin City Lights music...
2016-01-15
634 reads
I am excited to host T-SQL Tuesday for the first time. I want to...
By Steve Jones
Redgate had some Claude training recently, which I went through as my knowledge has...
By Steve Jones
gnossienne– n. the awareness that someone you’ve known for years still has a private...
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...
Comments posted to this topic are about the item Tracking All the Queries
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