How to create a Stored Procedure programmatically using C#

  • Thread starter Thread starter Abdulla Herzallah
  • Start date Start date
A

Abdulla Herzallah

Hi every one I have tried to search for any links, hints clues on how to
create a Stored Procedure programmatically using C# but came back with empty
handed :-(
I know it is definitly possible (i.e. what the Query Analyzer can do).
I will appreciate any help.
thanks

Abdulla
 
Abdullah,

Just create the SQL strings and execute those using the executenonquerry

I hope this helps?

Cor
 

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