1. Login to SQL Server with Database User Credential.

  2. Right Click on Database and select New Query.

    Database-select

  3. Run the below command.

ALTER USER db_user WITH DEFAULT_SCHEMA = dbo;

      Here db_user will be changed by your Database user.

      command-fire

Note: Your Database shouldn’t have any table if you are doing this for Nopcommmerce installation.

Ha estat útil la resposta? 1 Els usuaris han Trobat Això Útil (4 Vots)