On SQL Server 2008 R2, I have a script that explicitly begins with
USE MyDatabase;
and it never ever switches to any other database; When I execute the whole script, it runs against the correct database, as I have specified in the first line.
If, however, after I have ran the whole script, I highlight and run a part of it, SSMS intermittently runs it against another database.
This is potentially very dangerous, and it never happened to me with previous versions of SQL Server! How can I avoid this dangerous bug?
KILLcommand but any connection severing event. – Aaron Bertrand Sep 14 '11 at 4:14