I am trying to use a database in SQL Azure. I installed SQL Server 2008. I can log in to Azure SQL and use the underlying database. But I cannot use another database, and I do not see anything in my object explorer. It shows this error:
"USE statement is not supported to switch between databases. Use a new connection to connect to a different Database."
How can I use another database?
Nasir source
share