Once SQL Express and the Management Studio have been installed, you can attach a QikKids database. If you already have a QikKids SQL Database, you can attach this, otherwise use the blank QikKids database from your QikKids CD (Tools\QikKids\BlankSQL).
If you need an existing QikKids Access database converted to SQL Server format, please contact your nearest QikKids office.
To attach a database:
Copy the database files (*.mdf and *.ldf) to a folder on the server. This folder should not be shared on the network. For this example the database files are QikKids.mdf and QikKids.ldf stored in c:\QkSQLDB.
Ensure that the network service account has full privileges to this folder.
Open the SQL Express Management Studio (Microsoft SQL Server)
In the Object Explorer:
Setting up User Accounts
You should create at least 2 user accounts for QikKids.
One account will be a general use account with Data Read / Write privileges. This will be used as the standard QikKids login for users.
The second account will have Owner privileges and will be used when QikKids needs to upgrade the database schema.
For this example we will create 2 accounts, QkUser and QkMaster. For security you should use different names to these.
In the Object Explorer:
Repeat the same operation for the Master login account, except this time give the login account the db_owner right on the user mapping page.
When initially connecting to a QikKids database, QikKids will perform a schema upgrade if necessary. QikKids should login using the master account whenever an upgrade to the database scheme is required. The easiest way to do this is to set up the IT / Admin computer to always login with the Master account, this way it will control QikKids updates.