<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://online.spectraqest.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AConfiguring_the_Database_Server</id>
	<title>Template:Configuring the Database Server - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://online.spectraqest.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AConfiguring_the_Database_Server"/>
	<link rel="alternate" type="text/html" href="http://online.spectraqest.com/index.php?title=Template:Configuring_the_Database_Server&amp;action=history"/>
	<updated>2026-04-07T17:31:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>http://online.spectraqest.com/index.php?title=Template:Configuring_the_Database_Server&amp;diff=15610&amp;oldid=prev</id>
		<title>Michael.howland at 18:59, 11 July 2007</title>
		<link rel="alternate" type="text/html" href="http://online.spectraqest.com/index.php?title=Template:Configuring_the_Database_Server&amp;diff=15610&amp;oldid=prev"/>
		<updated>2007-07-11T18:59:25Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;includeonly&amp;gt;{{{tier}}}&amp;lt;/includeonly&amp;gt;==Configuring the Database server==&amp;lt;includeonly&amp;gt;{{{tier}}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
The Database server is the actual machine where the &amp;#039;&amp;#039;&amp;#039;QESTLab/QESTMix&amp;#039;&amp;#039;&amp;#039; database resides.&lt;br /&gt;
&lt;br /&gt;
QESTLab and QESTMix require an SQL Server database (version 2000 and onwards). The edition of SQL Server required will need to consider a number of factors including expected number od users. As a minimum, we recommend using MS SQL Server 2005 Standard Edition as the Express Edition, even though free, has several limitations. These limitations include:&lt;br /&gt;
&lt;br /&gt;
·          Maximum Number of CPU’s allowed:  1&lt;br /&gt;
&lt;br /&gt;
·          Maximum amount of RAM: 1 GB&lt;br /&gt;
&lt;br /&gt;
·          Maximum Database size: 4 GB&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{{tier}}}&amp;lt;/includeonly&amp;gt;=== Installing MS SQL Server 2005 ===&amp;lt;includeonly&amp;gt;{{{tier}}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
MS SQL Server 2005 Express Edition can be obtained from: &lt;br /&gt;
&lt;br /&gt;
http://www.microsoft.com/downloads/details.aspx?familyid=220549b5-0b07-4448-8848-dcc397514b41&amp;amp;displaylang=en &lt;br /&gt;
&lt;br /&gt;
Please be aware of the limitations of the product (described above).&lt;br /&gt;
&lt;br /&gt;
Install SQL Server 2005 Standard Edition and any additional service packs that it may require.  The default settings can be used to install this product.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{{tier}}}&amp;lt;/includeonly&amp;gt;==== SQL Server Installation Procedure ====&amp;lt;includeonly&amp;gt;{{{tier}}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This section deals with the installation of SQL Express 2005 in more detail, more advanced users can feel free to skip this section if they are comfortable installing the database software.&lt;br /&gt;
&lt;br /&gt;
This section assumes that the user is installing SQL Express 2005 and all instructions, therefore, cater to this software package.&lt;br /&gt;
&lt;br /&gt;
The user should be in possession of two files for this installation. &amp;#039;&amp;#039;SQLExpress.exe&amp;#039;&amp;#039; and &amp;#039;&amp;#039;SQLServer2005_SSMSEE.msi&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Run &amp;#039;&amp;#039;SQLExpress.exe&amp;#039;&amp;#039; and proceed with all default settings.&lt;br /&gt;
&lt;br /&gt;
Follow this by running &amp;#039;&amp;#039;SQLServer2005_SSMSEE.msi&amp;#039;&amp;#039; and, again, proceeding with default settings.&lt;br /&gt;
&lt;br /&gt;
To help with management of MS SQL Server 2005 please download the Microsoft SQL Server Management Studio Express from&lt;br /&gt;
http://www.microsoft.com/downloads/details.aspx?familyid=82AFBD59-57A4-455E-A2D6-1D4C98D40F6E&amp;amp;displaylang=en&lt;br /&gt;
&lt;br /&gt;
When connecting to the installed SQL server via the management console ensure that the server name is &amp;lt;MachineName&amp;gt;\SQLEXRESS as shown in the image below.&lt;br /&gt;
&lt;br /&gt;
[[Image:SQLExpress-Name.jpg]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{{tier}}}&amp;lt;/includeonly&amp;gt;==== Post SQL Server Installation ====&amp;lt;includeonly&amp;gt;{{{tier}}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After installing SQL Server, we can now proceed with attaching the QESTLab/QESTMix database for the QEST software to access.&lt;br /&gt;
&lt;br /&gt;
*	Add a new database named &amp;lt;i&amp;gt;QESTLab/QESTMix&amp;lt;/i&amp;gt; to the server. Please note that this database will be made available to you by Spectra QEST.&lt;br /&gt;
&lt;br /&gt;
If the provided file has the extension .bak the user will have to &amp;#039;Restore&amp;#039; the database. Conversely, if the provided database file has an .MDF extension the user will have to &amp;#039;Attach&amp;#039; the database. These actions are performed SQL Management Studio Express and are pictured below.&lt;br /&gt;
&lt;br /&gt;
[[Image:SQLExpress-Attach.jpg]]&lt;br /&gt;
&lt;br /&gt;
*	Create a &amp;#039;&amp;#039;&amp;#039;System&amp;#039;&amp;#039;&amp;#039; DSN for this database.  This should:&lt;br /&gt;
**      Use SQL Native Client as the driver when setting up a new data source.&lt;br /&gt;
**	Use Windows authentication&lt;br /&gt;
**      Typically have the name &amp;lt;i&amp;gt;QESTLab&amp;lt;/i&amp;gt; or &amp;lt;i&amp;gt;QESTMix&amp;lt;/i&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[Image:SQLExpress-DSN.jpg]]&lt;/div&gt;</summary>
		<author><name>Michael.howland</name></author>
	</entry>
</feed>