在Visual Studio中无法连接到SQL Server数据库,因为我的数据库不存在

在Visual Studio中无法连接到SQL Server数据库,因为我的数据库不存在

问题描述:

我有关于SQL Server 2008的问题。

I have a question about SQL Server 2008.

我无法使用Visual Studio 2010连接到SQL Server。当我尝试连接时,只有默认模板像tempdb,master等。我做的数据库,不是存在。

I can't connect to SQL Server with Visual Studio 2010. When I try to connect, there are only default templates like tempdb, master etc. The database which I made it, isn't there.

如何解决这个问题?

谢谢..

看起来像权限问题。确保您使用的凭据具有适当的权限以连接到数据库。

Looks like a permissions issue. Make sure credentials you are using have appropriate permissions to connect to your database.