- Open SQL Server Management Studio. 
                  		
               
- 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. 
                     		  
                   
- Create a SQL Server database named 
                  		  HCO_Test. 
                  		
               
- Close SQL Server Management Studio. 
                  		
               
This completes the tutorial. Next, please complete 
               		Tutorial: Create a SQL Server Database Connection.