Kernel Data Recovery Blog

SQL database error 4062/4064 – cannot open user default database

Read time 4 minutes

In SQL Server, each user has a default database associated with the account. Whenever the user tries to log in without mentioning a database, the default database remains the active one. But, when the default database is not available, or the SQL Server does not find the database, then it gives an error message to showcase the problem.

Error message:

Cannot open user default database. Login failed.
Login failed for user “RockySz.” (Microsoft SQL Server, Error: 4064)
SQL Server Error 4064

Here, the user ‘RockySz’ tries to log in to the SQL Server, but the Server does not find the default database and provides the error that it cannot open the default database, and the login is failed.

Common causes of the SQL error 4064/4062

When the default database is not available during the connection, then it can be due to various reasons like the following:

Solutions to the SQL error 4064/4062

There are two methods that you can use to rectify the error:

  1. Connect with a different database.
  2. Change the default database.
  1. Connect with a different database
    If you are the Database Administrator, you can log in to your account and change the default database to the master database. Follow the steps:

    1. Start the SQL Server Management Studio. When the ‘Connect to Server’ wizard opens up, input the Server name, username, and password. Here, click the Options button.
    2. Here, you can see the ‘Connect to database’ option for making the connection. It is set for the default database for the account RockySz. Now you can type the name of any other accessible database or can also write the name of the master database..
      NOTE: Do not use the drop-down to select any other database because it can give the error.
    3. Click the Connect button, and this time the account will log in successfully.
  2. Change the default database
    You can also change the default database to any other database using the login properties. Follow the below steps:

    1. After connecting with your SQL Server instance, go to Security Folder and expand it. Select the Login folder and go to your login name. Right-click the login name and click Properties.
    2. In the bottom part, you can see the option ‘default database’. If it is blank, then it means that your default database has been disassociated with the account. Type the name of an accessible database and click OK.

You can also run the T-SQL command to alter the default database of your SQL account. Follow the command:

ALTER LOGIN [RockySz] WITH DEFAULT_DATABASE = master

You can follow any method from the above two and rectify the 4064 error. But, your default database can be inaccessible due to many other issues like MDF file corruption. That’s why you should try Kernel for SQL Database Recovery software to retrieve the information from the default database and save it to another database. This tool recovers all the SQL data from corrupt SQL databases and saves it to a live SQL Server or batch file with complete integrity. Moreover, it is a user-friendly tool that supports even the latest versions of SQL Server.

Conclusion

Kernel SQL Database Recovery is a unique software that can access the corrupt database files of SQL Server and recover them instantly. You do not need to manually identify the corruption in the SQL database as the tool can recover entire data from any kind of corruption. After recovering the file, you can save them to any database of any version of SQL Server. You can access the database file instantly after saving them to a live SQL Server. There is also an exclusive option to save data in an offline batch file at a safe location.