Difference between revisions of "Install SQL for Field Services"

From High5Wiki
Jump to navigation Jump to search
(Created page with "<font color="#003366">Install SQL for Field Services</font> SME Field Services requires a netbook or laptop with SQL Server express, plus a field service table and some stored p...")
 
Line 3: Line 3:
 
SME Field Services requires a netbook or laptop with SQL Server express, plus a field service table and some stored procedures.  This page goes through the preparation of the laptop or netbook for the application.  We will just refer to the netbook or laptop as the computer.
 
SME Field Services requires a netbook or laptop with SQL Server express, plus a field service table and some stored procedures.  This page goes through the preparation of the laptop or netbook for the application.  We will just refer to the netbook or laptop as the computer.
  
#   Install SQL Server Express.  We recommend SQL Server Express 2008, although 2005 will probably work also.
+
1.   Install SQL Server Express.  We recommend SQL Server Express 2008, although 2005 will probably work also.
#   Go to this site to install SQL Server Express 2008:  [http://www.microsoft.com/web/gallery/install.aspx?appsxml=&appid=SQLExpress;SQLExpress http://www.microsoft.com/web/gallery/install.aspx?appsxml=&appid=SQLExpress;SQLExpress]
+
<br>2.   Go to this site to install SQL Server Express 2008:  [http://www.microsoft.com/web/gallery/install.aspx?appsxml=&appid=SQLExpress;SQLExpress http://www.microsoft.com/web/gallery/install.aspx?appsxml=&appid=SQLExpress;SQLExpress]
#   Once SQL Server is installed, load the field service database.  High5 will have provided you a script to run to install the database and a script for the stored procedures.
+
<br>3.   Once SQL Server is installed, load the field service database.  High5 will have provided you a script to run to install the database and a script for the stored procedures.
#   Run the files provided by High5.
+
<br>4.   Run the files provided by High5.
 
*        First run the file called something like this: UpdateFieldServicesTables<date>.sql.  
 
*        First run the file called something like this: UpdateFieldServicesTables<date>.sql.  
 
*        Then run the file something like this: UpdateFieldServicesStoredProcedures<date>.sql
 
*        Then run the file something like this: UpdateFieldServicesStoredProcedures<date>.sql
 
5.    Once these are installed run the Field Service installer, See Installing Field Services
 
5.    Once these are installed run the Field Service installer, See Installing Field Services

Revision as of 19:26, 5 June 2011

Install SQL for Field Services

SME Field Services requires a netbook or laptop with SQL Server express, plus a field service table and some stored procedures. This page goes through the preparation of the laptop or netbook for the application. We will just refer to the netbook or laptop as the computer.

1. Install SQL Server Express. We recommend SQL Server Express 2008, although 2005 will probably work also.
2. Go to this site to install SQL Server Express 2008: http://www.microsoft.com/web/gallery/install.aspx?appsxml=&appid=SQLExpress;SQLExpress
3. Once SQL Server is installed, load the field service database. High5 will have provided you a script to run to install the database and a script for the stored procedures.
4. Run the files provided by High5.

  • First run the file called something like this: UpdateFieldServicesTables<date>.sql.
  • Then run the file something like this: UpdateFieldServicesStoredProcedures<date>.sql

5. Once these are installed run the Field Service installer, See Installing Field Services