Hi, I'm trying to develop a script that I will be able to run on an SQL server 2008 [Express] database. The database contains about 10-15 tables that are being updated with different values / new fields etc.
However, it's not a fully automated process and at points in the upgrade, it would be great to pause execution of the script, put up a messagebox from within the script, allowing the user to do <something>
. Clicking OK on the script would continue it's execution and finish the migration.
Does such a thing exist?