When logging into my Azure database through SSMS, how can I make my user database the default? It currently logs me into the Master database, which requires me to manually change the database.
This error occurs when I try to switch databases with T-SQL: 'use myDatabase'.
@StinkySocks said: The first picture does work. You need to click the 'Browse Server...' option, then select the database. I do not believe it works if you simply type in your database in the box without using the "browse" option first.