Error in login to SQL Server

前端 未结 3 2134
眼角桃花
眼角桃花 2021-02-18 17:55

When I want to connect to SQL Server 2008, I get this message:

Cannot connect to server.
Additional Information: Cannot open user default database.

3条回答
  •  -上瘾入骨i
    2021-02-18 18:38

    The user default database is unavailable at the time of connection so that this error message will popup .SO check which server you tagged to that particular user to access whether it is online or offline mode.

提交回复
热议问题