In this script we create a temporal table and then review all indexes with next conditions.
avg_fragmentation_in_percent > 10 % or avg_page_space_used_in_percent > 90 %
2008-09-03 (first published: 2008-07-10)
4,697 reads
This script utilize the DMV to quickly build the locking block-chain.
2008-09-02 (first published: 2008-07-10)
2,693 reads
Get a report of all your SQL jobs in HTML Format
2008-08-27 (first published: 2008-07-03)
2,190 reads
function which checks a database on availability
2008-08-26 (first published: 2008-07-09)
839 reads
Generacion de numero de registros y espacio usado en disco todas las tablas de la base de datos
2008-08-22 (first published: 2008-06-24)
535 reads
To import the SQL Server error log into a table, so that it can be queried
Written by: Anand Mahendra Tested on: SQL Server 2000
2008-08-21 (first published: 2008-06-30)
785 reads
Create Snapshot Dynamically considering multiple database files
2008-08-20 (first published: 2008-06-19)
1,133 reads
Send email usin cdosys in SQL 200, 2005 and SQLExpress
2008-08-18 (first published: 2008-06-25)
1,745 reads