When creating a backup that will be restored to a development database, you may need to mask PII information. This script will help you with that.
2011-06-09 (first published: 2011-05-25)
1,448 reads
Generacion de numero de registros y espacio usado en disco todas las tablas de la base de datos
2011-06-08 (first published: 2008-06-24)
529 reads
Easily remove duplicate records without temp tables by using a CTE.
2011-06-07 (first published: 2008-03-19)
6,928 reads
Restore relationships between tables
2011-06-03 (first published: 2008-08-18)
1,081 reads
Script to Truncate all tables part1
2011-06-02 (first published: 2008-04-24)
9,257 reads
Restore Many Backup FIles
2011-06-01 (first published: 2007-09-02)
10,469 reads
Script generator to restore to a new DB. Designed on Ola Hallengren's backup solution.
2011-05-31 (first published: 2011-05-20)
950 reads
Show the users inside the databases
2011-05-30 (first published: 2011-05-23)
2,407 reads
This procedure works like the sp_spaceused procedure but this one shows statistics for all tables in the selected database or for all databases (excluding tempdb and model).
2011-05-25 (first published: 2008-03-05)
10,143 reads
SQL Auditing - Generate a listing of the SQL logins, and the permissions for each database on a server.
Update to Simon Facer's script.
2011-05-23 (first published: 2007-09-25)
13,382 reads