2011-09-05 (first published: 2007-01-25)
3,972 reads
2011-09-05 (first published: 2007-01-25)
3,972 reads
This function returns the difference between the date in text format
2011-09-01 (first published: 2011-08-30)
1,055 reads
2011-08-31 (first published: 2011-08-24)
2,560 reads
Lists all the tables in a database that do not contain any LOB columns(text, ntext, image, varchar (max), nvarchar (max), varbinary (max) and xml).
Useful when rebuilding indexes online.
2011-08-30 (first published: 2011-08-25)
763 reads
Output table of gaps in a primary key across multiple databases on same, remote and/or linked servers.
2011-08-29 (first published: 2011-08-12)
957 reads
2011-08-24 (first published: 2011-08-12)
1,170 reads
A query tem o objetivo de consultar o status do usuario AD via Management Studio.
2011-08-22
414 reads
Script tem o objetivo de encontrar login com a role SysAdmin e informar seu status.
2011-08-22
226 reads
2011-08-18 (first published: 2011-08-04)
1,127 reads
Sometimes logging onto a box for a simple change like this is not possible for the business. This allows you to change this directly from T-SQL without having to log on or RDP into the box.
2011-08-17 (first published: 2011-07-28)
467 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