Creating SQL Server Database and Database User

Creating SQL Server Database and Database User

Open “Hosting Space home” page.

To see the list of SQL Server databases and users point “Databases” in the hosting space left navigation menu and click select “SQL Server” from the popup menu:

To create a new SQL Server database click “Create Database” button:

Specify database name and click “Save” button to finish the wizard.

The next step is to create database user account and associate it with the database.

To create database user account click “Create User” button:

Specify username, password and then in “Databases” sections tick those databases you want to grant access for this user account. Database user will granted “db_owner” role in the selected databases.

You could specify “Default database” as well. It’s optional field, but once selected the name of the database could be omitted from connection string of your application.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Backing up and restoring Hosting Space

Backing up and Restoring Hosting Space Open “Hosting Space home” page. Control...

Backing up and Restoring SQL Server Database

Backing up and Restoring SQL Server Database To backup SQL Server database open its properties...

Changing Account Details

Changing Account Details Open “User account home page”. To change account details...

Changing Account Password

Changing Account Password Open “User account home page”. In order to change your...

Configuring Custom Error Pages

Configuring Custom Error Pages “Custom Errors” tab of web site properties allows you...