Modify StoredProcedure.

  • Thread starter Thread starter Jose Ines
  • Start date Start date
J

Jose Ines

Hello,
Is there a way to modify an SqlServer Stored Procedure using ado?

Thanks.
 
U¿ytkownik "Jose Ines said:
Hello,
Is there a way to modify an SqlServer Stored Procedure using ado?

Simply run command:
ALTER PROCEDURE myStoredProc....

Regards,
Grzegorz
 
But how do I retrieve the actual code?
Thanks.

Grzegorz Danowski said:
Simply run command:
ALTER PROCEDURE myStoredProc....

Regards,
Grzegorz
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top