Comments and notes on SQL Server 2000, 2005, and T-SQL
Browse by Tags
All Tags »
text file »
sysobjects »
sp_OAMethod »
sp_OACreate (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
This script will send the contents of all the Stored Procedures, Functions, and Triggers in a database to a text file. In fact, it will send any object that can be found in SELECT * FROM SYSOBJECTS Why is that useful? For me, it's indispensible. The...
|