How do I Create the Database in Windows Dedicated Server?
Windows Dedicated Server you can create the database and database username from your Sql Server Management Studio. You can find the below procedure to create the database and database username.
Please find the below procedure to create the database:
1.Login into the sql server using windows authentication
2.Right on database and click on New database
3.Enter the database name and click on ok
Please find the below procedure to create the database username
1.Login into the sql server using windows authentication
2.Extent security
3.Right click on Login
4.Click on New login
5.Enter the database username
6.Choose Sql server authentication and enter the password
7.Click on ok