• Every login (SQL or Windows) has a default database property. When the connection is made to SQL Server, the login is verified via sysxlogins, and then taken to the default database. If that db has been deleted, you will start seeing the error messages that you are getting. You must change the default database property of your administrator login to a database that exists.