B
Bill
My SQL Server 2000 database has a number of user defined stored
procedures. I need a C# program (or if necessary, a database script)
to do the following:
1. Get a list of the stored procedures.
2. For each stored procedure, retrieve the SQL of this procedure to
text format and store it in a text file.
Does ADO.NET have any built-in method to do that? Thank you!
Bill
procedures. I need a C# program (or if necessary, a database script)
to do the following:
1. Get a list of the stored procedures.
2. For each stored procedure, retrieve the SQL of this procedure to
text format and store it in a text file.
Does ADO.NET have any built-in method to do that? Thank you!
Bill