<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Installing Microsoft SQL Server</title><link>https://sourceforge.net/p/bisa/wiki/Installing%2520Microsoft%2520SQL%2520Server/</link><description>Recent changes to Installing Microsoft SQL Server</description><atom:link href="https://sourceforge.net/p/bisa/wiki/Installing%20Microsoft%20SQL%20Server/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 13 Apr 2013 13:35:41 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bisa/wiki/Installing%20Microsoft%20SQL%20Server/feed" rel="self" type="application/rss+xml"/><item><title>Installing Microsoft SQL Server modified by mkhushi</title><link>https://sourceforge.net/p/bisa/wiki/Installing%2520Microsoft%2520SQL%2520Server/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -10,7 +10,7 @@

 BiSA download includes a backup database file BiSAx.xx.bak. To restore the file, open SSMS and connect to database engine as shown below.

-[[img src=ConnectServer.jpg alt=Connecting SQL Server]]
+[[img src=ConnectServer.jpg alt=Connecting_SQL_Server]]

 Right click on ‘Databases‘ folder icon and choose Restore Database.
@@ -29,4 +29,24 @@

 [[img src=LocateBackup.jpg alt=Locatedatabase]]

+Click OK. You will be back on Specify Backup screen. Click OK again. Click database set to restore and press OK. 

+[[img src=RestoreDatabase2.jpg alt=Restore]]
+
+This will restore the database in C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQLEXPRESS\MSSQL\DATA. If you do not have this folder structure then the Restore will fail. If you have installed SQL Server 2012 your folder structure will be different. In that case you would have to restore BiSA in another folder. Click on Files (SQL Server 2012) and change the restore folder as shown in the following screenshot.
+
+[[img src=2012Restore_Files.jpg alt=Restore]]
+
+Now if you expand Database folder you should see BiSA database.
+
+**Setting up Connection String**
+
+BiSA.exe.config is a XML configuration file that holds the connection string to connect MS SQL Server. Connection String line looks like this:   
+
+
+
+‘Data Source’ property sets the location of SQL Server and its instance name. If you have followed the installation conventions for SQL Express edition then you do not need to change this. If SQL Server is installed as a default instance then specifying just machine name for Data Source will be fine e.g.    
+
+
+
+‘Initial Catalog’ property sets the name of database.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mkhushi</dc:creator><pubDate>Sat, 13 Apr 2013 13:35:41 -0000</pubDate><guid>https://sourceforge.netc83266cd6cd3a09e44afa10bbc6bcfbeac6221fc</guid></item><item><title>Installing Microsoft SQL Server modified by mkhushi</title><link>https://sourceforge.net/p/bisa/wiki/Installing%2520Microsoft%2520SQL%2520Server/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -23,11 +23,10 @@

 Click Add button on Specify Backup screen.

-[[img src=SpecifiyBackup.jpg alt=Specify database]]
+[[img src=SpecifiyBackup.jpg alt=Specifydatabase]]

 Browse to the folder where you have unzipped files, and locate BiSAxxx.bak file.

-
-[[img src=LocateBackup.jpg alt=Locate database]]
+[[img src=LocateBackup.jpg alt=Locatedatabase]]

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mkhushi</dc:creator><pubDate>Sat, 13 Apr 2013 13:32:39 -0000</pubDate><guid>https://sourceforge.net28a0f3adb35ce7c9bddc613b02be0cc1aea7b29b</guid></item><item><title>Installing Microsoft SQL Server modified by mkhushi</title><link>https://sourceforge.net/p/bisa/wiki/Installing%2520Microsoft%2520SQL%2520Server/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -6,12 +6,28 @@

 If you have installed SQL database engine and SSMS, run SSMS and restore BiSA database. Following screenshots are taken from SQL Server 2008 R2 edition, however, they are valid for latest 2012 edition.

-Restoring BiSA Database
+**Restoring BiSA Database**

 BiSA download includes a backup database file BiSAx.xx.bak. To restore the file, open SSMS and connect to database engine as shown below.

+[[img src=ConnectServer.jpg alt=Connecting SQL Server]]
+
+ 
+Right click on ‘Databases‘ folder icon and choose Restore Database.
+
+[[img src=SSMRestoreDatabase.jpg  alt=Restore]]
+
+Type in database name ‘BiSA’, click ‘From device’ and press … button as labelled 1, 2 and 3 in following screenshot.
+
+[[img src=RestoreDatabase.jpg alt=Restore]]
+
+Click Add button on Specify Backup screen.
+
+[[img src=SpecifiyBackup.jpg alt=Specify database]]
+
+Browse to the folder where you have unzipped files, and locate BiSAxxx.bak file.

- 
+[[img src=LocateBackup.jpg alt=Locate database]]

-Right click on ‘Databases‘ folder icon and choose Restore Database.
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mkhushi</dc:creator><pubDate>Sat, 13 Apr 2013 13:29:53 -0000</pubDate><guid>https://sourceforge.net2560cef7ddcbd7505274ca5004dea7e300c2642a</guid></item><item><title>Installing Microsoft SQL Server modified by mkhushi</title><link>https://sourceforge.net/p/bisa/wiki/Installing%2520Microsoft%2520SQL%2520Server/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There are many editions of SQL Server such as Express, Standard, Enterprise, Developer etc. BiSA will work on all of these platforms. However Express Edition is limited to 1GB memory utilization and maximum database size  is 10GB. Therefore, this is recommended that you employee Non-Express edition such as SQL Server 2008 R2 Developer Edition. You can get a free copy from  either &lt;a href="http://www.dreamspark.com"&gt;http://www.dreamspark.com&lt;/a&gt;, if you are student, or SQL Sever 2008 Web Edition from  &lt;a href="http://www.microsoft.com/web/websitespark/."&gt;http://www.microsoft.com/web/websitespark/.&lt;/a&gt; Most educational institution would have a licensed version under Microsoft Enterprise Agreement.&lt;/p&gt;
&lt;p&gt;Otherwise free Express edition is available for everyone and could be downloaded from &lt;a href="http://www.microsoft.com/sqlserver/en/us/editions/express.aspx."&gt;http://www.microsoft.com/sqlserver/en/us/editions/express.aspx.&lt;/a&gt; Download the database engine along with Microsoft SQL Server Management Studio (SSMS). SSMS is a visual tool to manage SQL Server. You can download SSMS for SQL Server 2008 R2 separately from &lt;a href="http://www.microsoft.com/download/en/details.aspx?id=7593."&gt;http://www.microsoft.com/download/en/details.aspx?id=7593.&lt;/a&gt; Other editions are shipped with SSMS.&lt;/p&gt;
&lt;p&gt;During SQL Server database engine installation you will be asked to assign an instance name to this installation. I have named it ‘sqlexpress’ you can assign a different name, however, this name must match the name in ConnectionString in the BiSA configuration file (BiSA.exe.config).&lt;/p&gt;
&lt;p&gt;If you have installed SQL database engine and SSMS, run SSMS and restore BiSA database. Following screenshots are taken from SQL Server 2008 R2 edition, however, they are valid for latest 2012 edition.&lt;/p&gt;
&lt;p&gt;Restoring BiSA Database&lt;/p&gt;
&lt;p&gt;BiSA download includes a backup database file BiSAx.xx.bak. To restore the file, open SSMS and connect to database engine as shown below.&lt;/p&gt;
&lt;p&gt;Right click on ‘Databases‘ folder icon and choose Restore Database.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mkhushi</dc:creator><pubDate>Sat, 13 Apr 2013 12:26:53 -0000</pubDate><guid>https://sourceforge.nete216b18d8efeac62400baf582e1f5a820d7d799a</guid></item></channel></rss>