|
|
Question : Need a simple dotNet program to execute my sql scripts
|
|
I have a bunch of sql scripts which i execute one by one manually but i need a .Net program which would show all my scripts in a grid, would have status(Yes-Executed or No-Not Executed). May be a start button to trigger the script execution..Also i should be able to choose the Sql Server name & database name before executing the script because my scripts need to run on that sql server n database.
If you have ready to go stuff.. at least close to what i need then i'll take a look at it and build it to my requirement.
Thanks Cindy.
|
Answer : Need a simple dotNet program to execute my sql scripts
|
|
It flashes because there are no sql files in the directory where the program is created. If you go to that folder and copy the .exe file (probably ConsolApplication1.exe) to the folder where your scripts are and double click it you'll see some nicer results.
|
|
|
|