lsgtechuser
Programmer
There is a SQL dev server we have that crashed over the weekend. there wasn't a backup of the OS HD just of the raid array where all the sqlserver DBs are located. After rebuilding and re-installing sql server, the dbs were successfully re-attached.
When I create a user (the setup is mixed windows + sql) to connect to DatabaseX and set the default db for the user to Databasex I get the error "cannot open user default database" whether connecting locally or remotely.
If I set the users default db to be master, they can connect with no error. note
atabaseX is setup to have multiusers not in singleuser mode.
I can't figure out why this is occuring. the only thing that is different about the reinstall is that the instance name is now different from what it previously was. Is this the issue?
Any help would be greatly appreciated.
When I create a user (the setup is mixed windows + sql) to connect to DatabaseX and set the default db for the user to Databasex I get the error "cannot open user default database" whether connecting locally or remotely.
If I set the users default db to be master, they can connect with no error. note
I can't figure out why this is occuring. the only thing that is different about the reinstall is that the instance name is now different from what it previously was. Is this the issue?
Any help would be greatly appreciated.