Generic Script for Insert Update Stored Procedures
2013-10-22 (first published: 2007-10-10)
30,311 reads
This script will delete all rows from the database, except system tables.
2007-11-26 (first published: 2007-09-30)
1,702 reads
Get Dependant Objects by passing table name or stored procedure name.
2012-08-24 (first published: 2007-09-29)
1,690 reads
i was trying to use the script 'create log tables and trigger' by well0549 it was very helpfull but at some tables it just didnt work ..later i find out that these tables have an identity columns but they were tinyint or small int .. i didnt do much but i did add less than […]
2007-11-14 (first published: 2007-09-03)
725 reads