I recently uninstalled SQL Server 2012 Express, including deleting all (I think) relevant files.
I have installed SQL Server 2008 R2 developers edition on my laptop (Windows 7), but when I open Management Studio the server name is blank, and I get connection errors when trying to login using localhost
, MSSQLSERVER
, etc... (Error 18456)
SQL Server Configuration Manager is showing SQL Server (MSSQLSERVER)
as active.
Installation notes;
Default instance (
MSSQLSERVER
)In
Server Configuration
I selected "Use the same account for all SQL Server services" (NT AUTHORITY\SYSTEM)In "Engine Configuration" I selected windows authentication
Windows account used to install is not an admin account