Follow these steps to create a new Zed Office database when setting up Zed Office for self hosting
On your database server install Microsoft SQL database and management studio
-
Download and install Microsoft SQL 2005
-
Download and install Microsoft SQL Management Studio Express
Open Microsoft SQL Management Studio Express
- Connect to your database server (assuming that you have already set up)
- Server name = <YOURMACHINENAME>\SQLEXPRESS
- Authentication = Windows Authentication
Create a new login for the Zed Office database
-
Right click the Security folder in the Object Explorer and select New Login
-
Enter a login name “zedoffice”
-
Select the SQL Server Authentication
-
Uncheck the Enforce Password Policy
-
Create a password and confirm that.
Create a Zed Office database
-
Right click on the Database Folder
-
Click New Database
-
Enter a database name as “zedoffice”
-
Click the Browse button to Select the Database Owner and select the “zedoffice” user you created above.
-
Right click on the zedoffice database and select New Query
-
Copy of the contents of the new database script into the window and click Execute