How to manually add a database (SQL 2005/2008)

This article will explain how to manually create a database and user for SQL server 2005/2008.

First open SQL Management Studio on your server locally.

Once SQL Management Studio is open click Connect.

Expand the master database and right-click Database then click New Database...

Name your database in the Database Name field and click OK.

You will now need to create a login to associate with the database.

Expand the security folder then right-click New Login.

You may now create the database user name, select SQL Server Authentication to assign a password.

Uncheck Enforce password expiration.

Select your database as the default database then click OK.

We now want to assign the database user the proper permissions.

Click on the User mapping page.

Click the check box next to your database.

Click the check box next to db_owner.

 

You should now test your login credentials remotely from your PC.

 

Please open a support ticket if you have any questions or concerns regarding this article.