Create new Microsoft SQL Server database
Creating a new Microsoft SQL Server Database
Before you can create a new Microsoft SQL Server database you must have installed Microsoft SQL Server - see this guide on how to this.
- Click Advanced > Library > Management from the main menu to launch the Library Management dialog. You can also press CTRL-D on your keyboard.
- Click on the Microsoft SQL Server databases tab.
- Click the New button on the toolbar.
- Enter the server name in the Microsoft SQL Server Name edit box. Generally you should enter <computername>\<instancename> in this box (Click the Get Name button to automatically fill the Server Name edit box with the name of your computer). For Microsoft SQL Server Express Edition this is often <computername>\SQLEXPRESS. (note the BACKSLASH (\). A regular slash (/) will NOT work). A shorthand version is to type .\SQLEXPRESS.
- Choose connection options
Windows authentication - choose this option to access the server as the logged in windows user. This is the prefered and best method for using a database installed on the same machine as Helium Music Manager.
SQL Server authentication - choose this option to access the server with user name and password. This method is best for accessing a database server installed on a different machine than Helium Music Manager. This is only recommended for experienced users.
- Click the Refresh button to get a list of databases already created on the server. Enter the name of the database you want to create in the Database name edit box. Make sure that no database with the same name already exists.
- Click the OK button.
Helium Music Manager will now create and connect to the new Microsoft SQL Server database.