I want to write or insert stored procedure into a SQL Server database from a console application in C#. How can I do this?
I have a stored procedure in a SQL script file and it's in one folder in my console application folder. Now how can I insert or write that stored procedure in SQL Server when my console app is running?
Regards