简体   繁体   中英

SQL Server 2008 Management Studio Not Showing Database

I've got a fresh install of Windows Server 2008 R2 SP1 and just installed SQL Server 2008 R2, including SQL Server 2008 R2 Management Studio.

When I go into Management Studio, it does NOT show the SQL Server instance that was created during setup. It only has (local) and won't let me connect to it at all.

Any ideas?

Problem solved. Management studio requires <computer name>/<instance name> under the "Server" section. I was only entering in the instance name.

First check if SQL Server 2008 instance is installed show on your SQL Configuration Manager.

If it doesn't exist you need to re install you sql server 2008 r2 and follow these steps on this link below:

SQL SERVER – 2008 – Step By Step Installation Guide With Images

And it exist just add server name : yourpcname

Best Regards

Another solution that worked for me:

enter "localhost" as the server (computer-name\\MSSQLSERVER failed)

Not sure why but the name "MSSQLSERVER" as shown in Configuration Manager is not the name shown when I log in via Management Studio. The name in Management Studio is SQL Server 9.0.5000 which corresponds to SQL Server 2005 SP4 (which is correct in my case).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM