HiveBrain v1.2.0
Get Started
← Back to all entries
patternMinor

Login problem to SQL Server

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
sqlproblemloginserver

Problem

I attempt to connect to SQL Server 2008,I receive the following error.


Login failed for user <>. Reason: Failed to open the explicitly specified database.

By the way, I have a SQL Server 2008 R2 on Windows Server 2008 64-Bit Enterprise Edition.

Thanks,

Solution

This means you have logged in correctly to SQL Server, but the database in the connection string (or default database from CREATE LOGIN) is one of

  • not there



  • unavailable (eg autoclosed or recovering)



  • no login-user mapping (eg CREATE USER as not been run)

Context

StackExchange Database Administrators Q#3279, answer score: 6

Revisions (0)

No revisions yet.