views:

75

answers:

2

Hi, 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. Its Show Error:

"USE statement is not supported to switch between databases. Use a new connection to connect to a different Database."

How can I use other database?

A: 

You cannot link to another database server from SQL Azure, whether that other database is SQL Server or SQL Azure.

David Makogon
A: 

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

Nahid