T
Terrance
I have a question and I'm not quite sure if this can be done or not. Does any
have any idea(s) on how to create a SQL stored procedure from a text file
using C#. You see a developer has given me a text file that creates some
stored procedures for a database. I am in the process of creating a app that
will create the database along with the stored procedures.
I don't want to rewrite what the developer wrote I just want to be able to
read the file content and run it to create the stored procedures. Will using
SQLDMO help?
have any idea(s) on how to create a SQL stored procedure from a text file
using C#. You see a developer has given me a text file that creates some
stored procedures for a database. I am in the process of creating a app that
will create the database along with the stored procedures.
I don't want to rewrite what the developer wrote I just want to be able to
read the file content and run it to create the stored procedures. Will using
SQLDMO help?