DEFAULT column values12/14
To avoid ARC_Triggers creation, you
can use DEFAULT column values.
Services running on local MSSQL server12/07
The procedure will list code, name and current state of each service that is installed on the machine where SQLSERVER2000 is running.
Generate UserNames11/30
This udf_SuggestUserName function generates usernames based on date of birth, zipcode, username, firstname and lastname.
Find SQL Server Authentication Mode11/16
This script can be used on both SQL 2000 and SQL 2005 to find the Authentication mode set for the sql instance.
Stored Procedure NetSend11/09
This stored procedure can be used by database administrators to inform users, prior to breaking the user's connection to the database.
Track Table Fragmentation11/02
A diagnostic table and stored procedure to track the fragmentation of large tables within databases. The user passes the database name and the table name as parameters to the SP. The SP can be set up to run as a scheduled job every few hours to produce a historical trend of fragmentation.