Is there a way to set the 'available databases' in the dropdownbox of SQL Server 2012 toolbar to a default database that you are using?
I know you can use the following in the query:
USE databasename
GO
or
just select the right database in the dropdownbox,
and all will be well, but sometimes if I want to run a quick query and skip(forget) those steps it refers to the 'master' and the query fails.
Is there a way?