- Login to SQL Server with Database User Credential.
- Right Click on Database and select New Query.
- Run the below command.
ALTER USER db_user WITH DEFAULT_SCHEMA = dbo;
Here db_user will be changed by your Database user.
Note: Your Database shouldn’t have any table if you are doing this for Nopcommmerce installation.