I am trying to develop a script that I can run based on SQL Server 2008 [Express]. The database contains about 10-15 tables, which are updated with different values / new fields, etc.
However, this is not a fully automated process and at update points, it would be great to suspend script execution, put the mailbox out of the script, which allows the user to do it <something>. Clicking OK on the script will continue execution and complete the migration.
Is there such a thing?
Simon source
share