September 21, 2012 at 12:43 pm
when i start sql and try to connect it says---''cannot open user default database.. login failed'' it says error 4064... what does this mean? i havent changed anything that i know of, just restarted my computer
September 21, 2012 at 1:03 pm
it means the default database the user you are trying to connect with doesn't exist any more...renamed, dropped, whatever.
you need to log in as an administrator and change the default database of that login.
Lowell
September 21, 2012 at 1:04 pm
When you set up a login, that user has a defined default database. When the user logs in, that database has to be available to the user of the login can't succeed. So this message indicates that the default database is offline or unavailable for some reason. You have 2 options: bring the database online and re-login, or change the user's default database to a database that is online and re-login.
September 21, 2012 at 1:33 pm
article here may help you:
________________________________________________________________
you can lead a user to data....but you cannot make them think
and remember....every day is a school day
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply