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?
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.