installing stored procedure programatically

  • Thread starter Thread starter Konrad
  • Start date Start date
K

Konrad

Hi

How can I install stored procedure
programatically in SQL Server?

Thanks
Konrad
 
Hi konard,

Just Execute the create query for that stored procedure from ur program

suresh
 

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