Reversing a script
aultmike
Posts: 43
I was unaware that the script the SQL Packager creates doesnt include the creation of the database... as such I just ran it and injected everything into the master database... is there anyway I can reverse this?
Thanks
Thanks
Comments
Your only options are to drop all the objects created on the master database, or to restore the master database from backup.
The creation of the database is part of the SQL Packager executable, the scripts it creates are just for the schema and the data.
Sorry I can;t be of more help.
I created a syncronization script to delete the things that didnt match.
Thanks again!