Unable to connect to SQL Server database in Visual Studio because my database is not

I have a question about SQL Server 2008.

I cannot connect to SQL Server with Visual Studio 2010. When I try to connect, there are only default templates such as tempdb, master, etc. In the database I made, no.

How can I solve this problem ??

Thank..

0
source share
1 answer

Looks like a permission issue. Make sure that the credentials you use have the appropriate permissions to connect to your database.

0
source

All Articles