Installing SQL Server
Microsoft's SQL Server is one of the database servers that can be used with HL7Connnect.
The following description of an install is
based on SQL Server 2000 Personal edition
installed on a Windows 2000 Service Pack 5.
The operating system and any SQL Server edition
greater than v6.5 should make no difference to the installation
(though some installation screens may be slightly different).
- Load the SQL Server cdrom into your CD drive.
- The install program will start.
- If the install does not start automatically, run 'autorun.exe' from the cd.
- Select SQL Server 2000 Components
- Select Install Database Server
- The welcome screen displays - Click Next
- Install on Local COmputer (the default) - Click Next
- Create a new instance (the default) - Click Next
- Enter your Name and Company - Click Next
- Accept the License - Click Yes
- Enter the installation key from your cd case - Click Next
- Install the Server and Client tools (the default) - Click Next
- Check Default install (the default) - Click Next
- Choose a typical install (the default)
- Choose an installation folder for the application and data - Click Next
- Service Accounts - Use the same accounts for each service and autostart the server (the default)
- Use a domain user account or local system - Click Next
- Choose Authentication Method - Mixed mode and enter a username/password
- Ready to install files - Click Next
- Finish screen - Click Finish
- Use Enterprise Manager (Client Tools) to create a database.
HL7Connect
For testing purposes you could use a blank 'sa' password and allow HL7Connect to use the database 'sa' account.This is NOT recommended for production use as it is a great security risk.HL7Connect requires a mixed mode authentication method to access the database.
The HL7Connect installer will create tables, so the account that it uses to access the database requires database owner permissions.
After creating the tables, the account may be restricted if needs be.
Please refer to Books Online for further information regarding Accounts and database security.
If you wish to change the Service Account settings or the Authentication method after installation you can use the Enterprise Manager.
