[Message Deleted]
Database
2
Posts
2
Posters
0
Views
1
Watching
-
I have absolutely no idea why some idiot voted your question a 1. That aside, are you executing the create commands over an ADO.Net connection, or reading the script with osql? If you are using an ADO.Net connection, try issueing a "use MYNewDatabase" command on the same connection, and then execute the stored procs on that same connection, rather than opening a new one.