MS SQL Server

Hi all.

My problem conserns Microsoft SQL Server. When I try to connect SQL Server get the error message : "Cannot open user default database"
What is it?
Can anyone suggest me how to fix SQL Server?
What framework do you use to communicate with the server? What's your code? No one can figure it out from such abstract information.
Errors are thrown by the database engine for one main reason; an invalid SQL statement. Basically any incorrect SQL instruction identified when parsing or executing the SQL will generate an error. You can use SQL Server Fix Toolbox https://www.fixtoolbox.com/sqlserverfix.html
It recovers databases of SQL Server format.
Good luck.
I am using WCF
Thanks for information
Topic archived. No new replies allowed.