Read and Execute bunch of .Sql file using C#
-
I'm assuming you wanted to ask a question. I'm also assuming your question was something like "How do I read and execute a bunch of .sql files using C#?" If my assumptions are correct then you may want to look at: Running SQL Scripts with a .NET application[^] Does this help?
"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question." --Charles Babbage (1791-1871) My: Website | Blog
-
I'm assuming you wanted to ask a question. I'm also assuming your question was something like "How do I read and execute a bunch of .sql files using C#?" If my assumptions are correct then you may want to look at: Running SQL Scripts with a .NET application[^] Does this help?
"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question." --Charles Babbage (1791-1871) My: Website | Blog
Thanks for the link, Colin :) I've been wanting to do this with a bunch of .sql files I have for a project. Paul