Yesterday was not my best day. I disconnected my database to make a copy of it and forgot to reconnect it before closing SQL Server 2000.
Now when I try ot access the database I get message.
Cannot Open User Default Database. Login Failed
Is there a way to attach the database again or a work around for this?
Thanks in advance for your help!You should be able to get an admin to change your default database to pubs, or northwind. Then you would be able to log on, anyway. I am not sure if you would be able to re-attach the database without an admin, though.|||Use the osql.exe utility to run sp_defaultdb and change the default database.sql
No comments:
Post a Comment