Pre-Compare & Pre-Deployment Scripts to SSDT
When you use SSDT to deploy database changes you can include a pre/post deploy script which is run after the...
2015-07-20
88 reads
When you use SSDT to deploy database changes you can include a pre/post deploy script which is run after the...
2015-07-20
88 reads
When you use SSDT to deploy database changes you can include a pre/post deploy script which is run after the...
2015-07-20
223 reads
When you use SSDT to deploy database changes you can include a pre/post deploy script which is run after the...
2015-07-20
1,555 reads
When you use SSDT to deploy database changes you can include a pre/post deploy script which is run after the...
2015-07-20
124 reads
When you use SSDT to deploy database changes you can include a pre/post deploy script which is run after the dacpac and database has been deployed. The process looks...
2015-07-20
9 reads
In the spirit of having apps that do just one thing I have put a really small .net app on github that tries to create a connection to a...
2015-07-17
6 reads
In the spirit of having apps that do just one thing I have put a really small .net app on...
2015-07-17
50 reads
In the spirit of having apps that do just one thing I have put a really small .net app on...
2015-07-17
524 reads
In the spirit of having apps that do just one thing I have put a really small .net app on...
2015-07-17
34 reads
In my previous post on running SQL Server in a container I showed how you could use the Spoon (https://spoon.net) products to start an instance of SQL Server without...
2015-07-08
12 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...
Hi we're a bit behind on versioning ssrs. I think we have over 1600...
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
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