<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://ab.edge-technologies.com/docs/index.php?action=history&amp;feed=atom&amp;title=Appboard%2F2.5%2Fadmin%2Fconfiguration_database%2Fexample_mssql</id>
	<title>Appboard/2.5/admin/configuration database/example mssql - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://ab.edge-technologies.com/docs/index.php?action=history&amp;feed=atom&amp;title=Appboard%2F2.5%2Fadmin%2Fconfiguration_database%2Fexample_mssql"/>
	<link rel="alternate" type="text/html" href="http://ab.edge-technologies.com/docs/index.php?title=Appboard/2.5/admin/configuration_database/example_mssql&amp;action=history"/>
	<updated>2026-05-01T14:01:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://ab.edge-technologies.com/docs/index.php?title=Appboard/2.5/admin/configuration_database/example_mssql&amp;diff=7474&amp;oldid=prev</id>
		<title>imported&gt;Jason.nicholls: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://ab.edge-technologies.com/docs/index.php?title=Appboard/2.5/admin/configuration_database/example_mssql&amp;diff=7474&amp;oldid=prev"/>
		<updated>2014-07-18T11:28:56Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 11:28, 18 July 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>imported&gt;Jason.nicholls</name></author>
	</entry>
	<entry>
		<id>http://ab.edge-technologies.com/docs/index.php?title=Appboard/2.5/admin/configuration_database/example_mssql&amp;diff=7473&amp;oldid=prev</id>
		<title>imported&gt;Jason.nicholls at 11:25, 18 July 2014</title>
		<link rel="alternate" type="text/html" href="http://ab.edge-technologies.com/docs/index.php?title=Appboard/2.5/admin/configuration_database/example_mssql&amp;diff=7473&amp;oldid=prev"/>
		<updated>2014-07-18T11:25:08Z</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;{{DISPLAYTITLE:Installing Microsoft SQL Server}}&lt;br /&gt;
[[Category:AppBoard 2.5]]&lt;br /&gt;
==Overview==&lt;br /&gt;
This document covers an example installation of Microsoft SQL Server for use with AppBoard as an external configuration database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
These installation instructions apply to SQL Server 2000. To install Microsoft SQL Server:&lt;br /&gt;
&lt;br /&gt;
#Select Install SQL Server 2000 Components.&lt;br /&gt;
#Select Install Database Server. The InstallShield begins.&lt;br /&gt;
#On the first screen, select Local Install. Click Next or Yes on the following screens until the Setup Type screen opens.&lt;br /&gt;
#On the Setup Type screen, select Custom and click Next.&lt;br /&gt;
#On the Select Components screen change or accept the default settings and click Next.&lt;br /&gt;
#On the Character Set/Sort Order/Unicode Collation screen, in the Sort Order field, select Dictionary Order, Case Sensitive. Keep the other default settings and click Next.&lt;br /&gt;
#On the Network Libraries screen, accept the defaults and click Next.&lt;br /&gt;
#On the Services Accounts screen, select Use the same account for each service. Autostart SQL Server Service. For Service Settings, select Use the local system account. Then click Next.&lt;br /&gt;
#Click Next until you reach the final screen and then click Finish when the installation is complete.&lt;br /&gt;
&lt;br /&gt;
=== Creating a Database and Configuring Security ===&lt;br /&gt;
&lt;br /&gt;
To create and configure a Microsoft SQL database, do the following:&lt;br /&gt;
&lt;br /&gt;
#From the Windows Start menu, select SQL Server – Enterprise Manager.&lt;br /&gt;
#Expand SQL Servers.&lt;br /&gt;
#Expand SQL Server Group.&lt;br /&gt;
#Expand your host name (to get to the local databases).&lt;br /&gt;
#Right-click Databases and select New Database. &lt;br /&gt;
#Enter portal in the Name field and click OK.&lt;br /&gt;
#Expand Security.&lt;br /&gt;
#Right-click Logins and select New Login.&lt;br /&gt;
#Enter portal in the Name field.&lt;br /&gt;
#Select SQL Server Authentication and enter a password for the portal user.&lt;br /&gt;
#For Defaults, select portal as the database.&lt;br /&gt;
#Click the Database Access tab and select portal as the permitted database.&lt;br /&gt;
#For Database roles for portal select:&lt;br /&gt;
#*db_ddladmin&lt;br /&gt;
#*db_datareader&lt;br /&gt;
#*db_datawriter&lt;br /&gt;
#Select OK.&lt;br /&gt;
#Because the default is blank, it is recommended that you change the password for the sa account.&lt;br /&gt;
##Click Logins.&lt;br /&gt;
##Right-click sa and select Properties.&lt;br /&gt;
##Enter a password and click OK.&lt;br /&gt;
&lt;br /&gt;
=== Configuring Automatic Startup ===&lt;br /&gt;
&lt;br /&gt;
To configure a Microsoft SQL database for automatic startup:&lt;br /&gt;
&lt;br /&gt;
#From the Windows Start menu, select Settings→Control Panel.&lt;br /&gt;
#Open Services and double-click MSSQLServer.&lt;br /&gt;
#For Startup Type, ensure that Automatic is selected.&lt;br /&gt;
#For Log On As, select System Account.&lt;br /&gt;
#Click OK.&lt;/div&gt;</summary>
		<author><name>imported&gt;Jason.nicholls</name></author>
	</entry>
</feed>