2014-05-28 (first published: 2014-05-02)
2,126 reads
2014-05-28 (first published: 2014-05-02)
2,126 reads
This script returns a list of all the fields of a table with it properties, primary keys and user defined types.
2014-05-23 (first published: 2014-04-30)
1,742 reads
Size of database files for an instance of SQL Server
2014-05-07 (first published: 2014-04-10)
1,322 reads
Return a list of databases which contain a table from wildcard table name.
2014-05-05 (first published: 2014-04-14)
1,201 reads
2014-05-02 (first published: 2014-04-09)
1,789 reads
2014-05-01 (first published: 2014-04-09)
1,513 reads
We use a tally table to find the appropriate denominator for a given decimal part of a number.
2014-04-29 (first published: 2014-04-07)
1,202 reads
Extracting data with header information using PowerShell
2014-04-28 (first published: 2014-04-07)
1,503 reads
2014-04-24 (first published: 2014-04-05)
2,010 reads
usefull script for moving databases from one server to another
2014-04-23 (first published: 2014-03-29)
951 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