Script can be used to find out the objects which are available in other database and are referenced in your stored procedure. These objects will not be listed with sp_depends system stored procedure.
        2007-07-31 (first published: 2006-11-21)
 279 reads
           Created By:Srivathsani M(Srivathsani_m@infosys.com)Arvinder Singh Khosla(arvinder_khosla@infosys.com)Details:The scripts gives the flexibility to create customized backups.1)It gives  the provision to give the backup files a customized name with customized time stamp.2)It allows the user to create the backup directory.3)These scripts can be used in the form of stored procedures by passing the variables defined in the script as […]
        2007-07-30 (first published: 2006-11-15)
 1,474 reads
           Quick & Easy way to kill connections to specific database
        2007-07-27 (first published: 2006-11-10)
 862 reads
           This script returns a result set showing which jobs were running at what point during a given day.One column is returned for each Job, and one row for each discrete portion of the day (configured by @TimeGranuality). A value of 1 indicates that the job was running at that point in time, 0 otherwise.Particularly useful […]
        2007-07-26 (first published: 2006-11-10)
 533 reads
           The script can be used to find all the tables that have the particular column name in it.
        2007-07-25 (first published: 2006-11-06)
 129 reads
           This SQL 2005-only VBS script will show the longest-running queries on a given server, complete with graphical .sqlplan when clicked. Results go to a web page, viewed from the local machines's temp directory.Each row of the resulting table has the session ID, the currently running statement of the batch, a link to a text file […]
        2007-07-24 (first published: 2006-10-30)
 372 reads
           Script will create a sorted list of databaes and their recvoery model.  I'm sure there is a more elegant way to do this, but this works in a pinch.
        2007-07-23 (first published: 2006-10-26)
 1,061 reads
           This script will drop and recreated all indexes in a database within a transaction. The script will also add standard nameing conventions to the index names. Any duplicated indexes are removed.
        2007-07-20 (first published: 2006-10-24)
 1,377 reads
           the following scripts helps in finding top 5 missing indexes using the new feature of DMV available in SQl Server 2005
        2007-07-19 (first published: 2006-10-23)
 5,367 reads