DEFAULT column values12/14/2009
To avoid ARC_Triggers creation, you
can use DEFAULT column values.
Services running on local MSSQL server12/07/2009
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/2009
This udf_SuggestUserName function generates usernames based on date of birth, zipcode, username, firstname and lastname.
Find SQL Server Authentication Mode11/16/2009
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/2009
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/2009
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.