Click here to Skip to main content
15,891,184 members

Comments by Srinivas-Miriyala (Top 2 by date)

Srinivas-Miriyala 31-Aug-11 12:53pm View    
Deleted
That is a good idea, unfortunately this tool doesn't support your case. If your a .net developer it is easy to modify to convert it to meet your case.
1.In the config file, Server tag/details will have database details.
2.Inside the code when building the connection string, we have to switch the Server and database names.

These are only suggestions to make it work for now. If I find time, I will try to update the tool.
Srinivas-Miriyala 4-Nov-10 11:59am View    
Deleted
Thanks for your vote and advice but it is possible to execute multiple statements at once if you end each statement with semicolon or enclose each statemebt between BEGIN and END. I have tested this and it is working. I will update the article.