Tutorial: Create a SQL Server Database

  1. Open SQL Server Management Studio.
  2. Connect to the server where you want to create your database.
    Note: The user ID and password you provide must log you on to SQL Server with dbadmin or sysadmin permissions that enable you to create a SQL Server database.
  3. Create a SQL Server database named HCO_Test.
  4. Close SQL Server Management Studio.

This completes the tutorial. Next, please complete Tutorial: Create a SQL Server Database Connection.