[try Beta version]
Not logged in

 
MS SQL Server

Dec 16, 2016 at 9:25pm
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?
Dec 17, 2016 at 2:33pm
What framework do you use to communicate with the server? What's your code? No one can figure it out from such abstract information.
Dec 19, 2016 at 4:38pm
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.
Dec 20, 2016 at 5:08pm
I am using WCF
Dec 20, 2016 at 5:09pm
Thanks for information
Topic archived. No new replies allowed.