Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com
  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.

Was this answer helpful? 0 Users Found This Useful (0 Votes)

Powered by WHMCompleteSolution