Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I can't use a database in SQL Azure

I am trying to use a Database in SQL Azure. I have installed SQL Server 2008. I can Login SQL Azure and can use master Database. But I can't use other Database and I can't see any things 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?

like image 824
Md Nasir Uddin Avatar asked May 25 '10 10:05

Md Nasir Uddin


People also ask

How do I enable an Azure database in SQL?

In the Azure portal, go to your SQL server resource. Under the Security settings, select Networking and then choose the Connectivity tab. Select the Minimum TLS Version desired for all databases associated with the server, and select Save.

Can't connect to Azure SQL?

If the application persistently fails to connect to Azure SQL Database, it usually indicates an issue with one of the following: Firewall configuration. The Azure SQL database or client-side firewall is blocking connections to Azure SQL Database.


1 Answers

I found the Solution for this problem . I install SQL Server 2008 R2. then every thing is ok...

like image 125
Md Nasir Uddin Avatar answered Oct 20 '22 08:10

Md Nasir Uddin