<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; 2008 &#8211; Download and Install Samples Database AdventureWorks 2005 &#8211; Detail Tutorial</title>
	<atom:link href="http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Diana Le</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-57757</link>
		<dc:creator>Diana Le</dc:creator>
		<pubDate>Fri, 20 Nov 2009 04:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-57757</guid>
		<description>Nusrath,

I initially had the same problem with developer.  What I did was completely uninstall all editions of SQL (I had some Express versions in there I think).  I even deleted any leftover folders after I uninstalled everything.  Restart the computer.  Once I did that, I created an account with just user privileges.  I reinstalled SQL 2008 and made sure that for the full-text daemon login/password I put in my new user with limited privileges (this is during the installation process).  I had no errors this time around and was able to install AdventureWorks successfully.

Of course I probably did not need to uninstall everything, but I just wanted to make sure that I started with a clean slate.  You could probably be able to do the same thing by simply creating a user with limited privileges and change the server settings from there.

P.S I am using Windows XP Professional

Diana</description>
		<content:encoded><![CDATA[<p>Nusrath,</p>
<p>I initially had the same problem with developer.  What I did was completely uninstall all editions of SQL (I had some Express versions in there I think).  I even deleted any leftover folders after I uninstalled everything.  Restart the computer.  Once I did that, I created an account with just user privileges.  I reinstalled SQL 2008 and made sure that for the full-text daemon login/password I put in my new user with limited privileges (this is during the installation process).  I had no errors this time around and was able to install AdventureWorks successfully.</p>
<p>Of course I probably did not need to uninstall everything, but I just wanted to make sure that I started with a clean slate.  You could probably be able to do the same thing by simply creating a user with limited privileges and change the server settings from there.</p>
<p>P.S I am using Windows XP Professional</p>
<p>Diana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Han Cheng</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-57263</link>
		<dc:creator>Han Cheng</dc:creator>
		<pubDate>Mon, 02 Nov 2009 09:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-57263</guid>
		<description>The step Select local database instance is missing from your screen shot.

I am stuck at that step. When I select SQLSERVER2008(Engine), the Next button still remains disabled.</description>
		<content:encoded><![CDATA[<p>The step Select local database instance is missing from your screen shot.</p>
<p>I am stuck at that step. When I select SQLSERVER2008(Engine), the Next button still remains disabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Durthaler</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-56449</link>
		<dc:creator>Mike Durthaler</dc:creator>
		<pubDate>Mon, 05 Oct 2009 21:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-56449</guid>
		<description>Dave,

This is a very good article, the key thing it did was get me to the correct download for 2008.

However, this article and a few others fail to mention one thing:  After installing SQL 2008 Express with Advanced Services or updating it to have Full Text Search,  on a Windows XP workstation, don&#039;t forget to go to the SQL Server Configuration Manager and start the service. :)

The error will come up that Full Text Search is not installed when the AW DB .msi file is run if the service is not running.

I found this when trying to figure out why the AWDB would not install.  I knew the dialog saying Full Text Search was not installed wasn&#039;t true: It should read when it IS installed &quot;Please Start the Full Text Service&quot;.  

In the process of also verifying that FileStream was enabled, I noted the service was not running.  Indeed, during install I did note that the option was fixed at Manual at install time.  I figured the .msi package would start it and indeed this probably was the idea.

Anyhow, for anyone who needs the input who is also on an XP Workstation and does not have a separate box to run as a SQL Server ... start the ruddy service as above and the AWDB will then successfully install.</description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>This is a very good article, the key thing it did was get me to the correct download for 2008.</p>
<p>However, this article and a few others fail to mention one thing:  After installing SQL 2008 Express with Advanced Services or updating it to have Full Text Search,  on a Windows XP workstation, don&#8217;t forget to go to the SQL Server Configuration Manager and start the service. :)</p>
<p>The error will come up that Full Text Search is not installed when the AW DB .msi file is run if the service is not running.</p>
<p>I found this when trying to figure out why the AWDB would not install.  I knew the dialog saying Full Text Search was not installed wasn&#8217;t true: It should read when it IS installed &#8220;Please Start the Full Text Service&#8221;.  </p>
<p>In the process of also verifying that FileStream was enabled, I noted the service was not running.  Indeed, during install I did note that the option was fixed at Manual at install time.  I figured the .msi package would start it and indeed this probably was the idea.</p>
<p>Anyhow, for anyone who needs the input who is also on an XP Workstation and does not have a separate box to run as a SQL Server &#8230; start the ruddy service as above and the AWDB will then successfully install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivas chandaka</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-56194</link>
		<dc:creator>Srinivas chandaka</dc:creator>
		<pubDate>Sun, 27 Sep 2009 03:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-56194</guid>
		<description>HI,

I hav downloaded the msi file and just instlled it.its created the  Adventureworks databases automatcially and I did not followed any method.
thanks a lot for the link.

regards
srini</description>
		<content:encoded><![CDATA[<p>HI,</p>
<p>I hav downloaded the msi file and just instlled it.its created the  Adventureworks databases automatcially and I did not followed any method.<br />
thanks a lot for the link.</p>
<p>regards<br />
srini</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nusrath</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-55904</link>
		<dc:creator>Nusrath</dc:creator>
		<pubDate>Wed, 16 Sep 2009 05:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-55904</guid>
		<description>Hi,
I am using SQL Server 2008 - Developer Edition [Microsoft SQL Server code name &quot;Katmai&quot; (CTP) - 10.0.1300.13 (Intel X86)   Feb  8 2008 00:06:52   Copyright (c) 1988-2007 Microsoft Corporation  Developer Edition on Windows NT 6.0  (Build 6001: Service Pack 1) ]

While installing I selected Fulltext Search feature, however when I open the Configuration Manager I do not see any FullText Search Services running.

Thus I am not able to install the sample database using the .msi since it rolls back and asks me to enable Fulltext Search.

I tried to re-install the complete SQL Server and again carefully chose FullText Search, still I do not see the Full Text Search service.

Could anyone help me, how could I overcome this difficulty ?

Also, the setup of this build does not show &quot;Add New features to the existing instance&quot;, thus I am not sure how we can add new features to this instance which were not installed at the first installation.

Thanks,

Nusrath</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am using SQL Server 2008 &#8211; Developer Edition [Microsoft SQL Server code name "Katmai" (CTP) - 10.0.1300.13 (Intel X86)   Feb  8 2008 00:06:52   Copyright (c) 1988-2007 Microsoft Corporation  Developer Edition on Windows NT 6.0  (Build 6001: Service Pack 1) ]</p>
<p>While installing I selected Fulltext Search feature, however when I open the Configuration Manager I do not see any FullText Search Services running.</p>
<p>Thus I am not able to install the sample database using the .msi since it rolls back and asks me to enable Fulltext Search.</p>
<p>I tried to re-install the complete SQL Server and again carefully chose FullText Search, still I do not see the Full Text Search service.</p>
<p>Could anyone help me, how could I overcome this difficulty ?</p>
<p>Also, the setup of this build does not show &#8220;Add New features to the existing instance&#8221;, thus I am not sure how we can add new features to this instance which were not installed at the first installation.</p>
<p>Thanks,</p>
<p>Nusrath</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rana Tahir</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-55273</link>
		<dc:creator>Rana Tahir</dc:creator>
		<pubDate>Wed, 26 Aug 2009 20:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-55273</guid>
		<description>Hi, I don&#039;t see the back up file under C:\Program Files\Microsoft SQL Server\100\Tools\Samples\AdventureWorks OLTP, 
What should I do?</description>
		<content:encoded><![CDATA[<p>Hi, I don&#8217;t see the back up file under C:\Program Files\Microsoft SQL Server\100\Tools\Samples\AdventureWorks OLTP,<br />
What should I do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfred</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-55157</link>
		<dc:creator>Alfred</dc:creator>
		<pubDate>Mon, 24 Aug 2009 12:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-55157</guid>
		<description>Hi.
I have installed on my computer visual web developer 2008 express edition, but I when I deploy my web site on the remote server I cannot access my account or any other account. What should I do?
regards</description>
		<content:encoded><![CDATA[<p>Hi.<br />
I have installed on my computer visual web developer 2008 express edition, but I when I deploy my web site on the remote server I cannot access my account or any other account. What should I do?<br />
regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lalit</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-54919</link>
		<dc:creator>Lalit</dc:creator>
		<pubDate>Mon, 17 Aug 2009 13:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-54919</guid>
		<description>Hi Pinal,

I have installed sql server 2008 and found all the tables of AdventureWorks 2008 are present in the master database. The AdventureWorks sample db which I downloaded do not have any file with extension .Bak and also  there is no &quot;@data_path&quot; variable  present in the script.The screenshot present in the site is of the old script and I downloaded the updated one.So I request you to explain how to use this script and how to restore db using the updated AdventureWorks 2008 sample db.

Thanks for your help in advance</description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I have installed sql server 2008 and found all the tables of AdventureWorks 2008 are present in the master database. The AdventureWorks sample db which I downloaded do not have any file with extension .Bak and also  there is no &#8220;@data_path&#8221; variable  present in the script.The screenshot present in the site is of the old script and I downloaded the updated one.So I request you to explain how to use this script and how to restore db using the updated AdventureWorks 2008 sample db.</p>
<p>Thanks for your help in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bulolla</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-54093</link>
		<dc:creator>Bulolla</dc:creator>
		<pubDate>Sat, 25 Jul 2009 19:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-54093</guid>
		<description>I did not have to do what this site sugests to get my samples database up and running. I downloaded the samples databases from the URL below 

http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=18407#DownloadId=48051

executed the msi, restarted sql service agent and a bunch of databases got attached to my sql 2008 instance

AdventureWorks
AdventureWorks2008
AdventureWorksDW
AdventureWorksDW2008
AdventureWorksLT
AdventureWorksLT2008

ensure you download SQL2008.AdventureWorks_All_Databases.x86.msi 

I am running sql 2008 Microsoft SQL Server Enterprise Evaluation Edition in server 2003 STD

Good luck!
Bulolla</description>
		<content:encoded><![CDATA[<p>I did not have to do what this site sugests to get my samples database up and running. I downloaded the samples databases from the URL below </p>
<p><a href="http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=18407#DownloadId=48051" rel="nofollow">http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=18407#DownloadId=48051</a></p>
<p>executed the msi, restarted sql service agent and a bunch of databases got attached to my sql 2008 instance</p>
<p>AdventureWorks<br />
AdventureWorks2008<br />
AdventureWorksDW<br />
AdventureWorksDW2008<br />
AdventureWorksLT<br />
AdventureWorksLT2008</p>
<p>ensure you download SQL2008.AdventureWorks_All_Databases.x86.msi </p>
<p>I am running sql 2008 Microsoft SQL Server Enterprise Evaluation Edition in server 2003 STD</p>
<p>Good luck!<br />
Bulolla</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mingle Linch</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-52747</link>
		<dc:creator>Mingle Linch</dc:creator>
		<pubDate>Thu, 04 Jun 2009 20:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-52747</guid>
		<description>Sorry, it&#039;s all set. The AdventureWorks database is already installed. It looks like I don&#039;t need to do the rest of steps. Thanks.</description>
		<content:encoded><![CDATA[<p>Sorry, it&#8217;s all set. The AdventureWorks database is already installed. It looks like I don&#8217;t need to do the rest of steps. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mingle Linch</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-52744</link>
		<dc:creator>Mingle Linch</dc:creator>
		<pubDate>Thu, 04 Jun 2009 19:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-52744</guid>
		<description>Samething here. I did not find @data_path variable. I downloaded v2008.x86.msi

It also contains the following comments in the script -

-- Be sure to enable FILESTREAM before running this script!
-- Be sure to enable FULL TEXT SEARCH before running this script!

--&gt;&gt; WARNING: THIS SCRIPT MUST BE RUN IN SQLCMD MODE INSIDE SQL SERVER MANAGEMENT STUDIO. &lt;&lt;--
:on error exit

/*
 * NOTE: These environtment variables are set by the installer package (MSI).
 * In order to run this script manually, either set the environment variables,
 * or uncomment the setvar statements and provide the necessary values if
 * the defaults are not correct for your installation.
 */
--:setvar SqlSamplesDatabasePath   &quot;C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\&quot;
--:setvar SqlSamplesSourceDataPath &quot;C:\Program Files\Microsoft SQL Server\100\Tools\Samples\&quot;</description>
		<content:encoded><![CDATA[<p>Samething here. I did not find @data_path variable. I downloaded v2008.x86.msi</p>
<p>It also contains the following comments in the script -</p>
<p>&#8211; Be sure to enable FILESTREAM before running this script!<br />
&#8211; Be sure to enable FULL TEXT SEARCH before running this script!</p>
<p>&#8211;&gt;&gt; WARNING: THIS SCRIPT MUST BE RUN IN SQLCMD MODE INSIDE SQL SERVER MANAGEMENT STUDIO. &lt;&lt;&#8211;<br />
:on error exit</p>
<p>/*<br />
 * NOTE: These environtment variables are set by the installer package (MSI).<br />
 * In order to run this script manually, either set the environment variables,<br />
 * or uncomment the setvar statements and provide the necessary values if<br />
 * the defaults are not correct for your installation.<br />
 */<br />
&#8211;:setvar SqlSamplesDatabasePath   &quot;C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\&quot;<br />
&#8211;:setvar SqlSamplesSourceDataPath &quot;C:\Program Files\Microsoft SQL Server\100\Tools\Samples\&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Zakarv</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-52200</link>
		<dc:creator>Mark Zakarv</dc:creator>
		<pubDate>Fri, 22 May 2009 13:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-52200</guid>
		<description>I followed these steps in the link to install Sample database ino SQL server 2008.  In Step 1. I can NOT find @data_path in instawdb.sql. Aslo  when I when this script, I got
  Msg 102, Level 15, State 1, Line 26
  Incorrect syntax near &#039;:&#039;.
but  &quot; :on error exit&quot; is correct syntax.

Because Method 1 fails, I chooose Method 2. There is no *.bak file under /100 and its subdirectories.

Please give some help. Thank you</description>
		<content:encoded><![CDATA[<p>I followed these steps in the link to install Sample database ino SQL server 2008.  In Step 1. I can NOT find @data_path in instawdb.sql. Aslo  when I when this script, I got<br />
  Msg 102, Level 15, State 1, Line 26<br />
  Incorrect syntax near &#8216;:&#8217;.<br />
but  &#8221; :on error exit&#8221; is correct syntax.</p>
<p>Because Method 1 fails, I chooose Method 2. There is no *.bak file under /100 and its subdirectories.</p>
<p>Please give some help. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepak</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-51390</link>
		<dc:creator>deepak</dc:creator>
		<pubDate>Wed, 29 Apr 2009 12:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-51390</guid>
		<description>sir i read your installation guide, i installed it correctly and i found no error but while using i found only system tables. while using method 1 i was unable to find @data_path and i tried for 2 method but i found back file in the folder can u hhelp me out</description>
		<content:encoded><![CDATA[<p>sir i read your installation guide, i installed it correctly and i found no error but while using i found only system tables. while using method 1 i was unable to find @data_path and i tried for 2 method but i found back file in the folder can u hhelp me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-50327</link>
		<dc:creator>pinaldave</dc:creator>
		<pubDate>Wed, 01 Apr 2009 03:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-50327</guid>
		<description>@Jigar,

You can visit my previous article : http://blog.sqlauthority.com/2008/06/12/sql-server-2008-step-by-step-installation-guide-with-images/ for additional information as well.

@Imran,
As usual, I appreciate your comments. You have been most helpful person on this domain.</description>
		<content:encoded><![CDATA[<p>@Jigar,</p>
<p>You can visit my previous article : <a href="http://blog.sqlauthority.com/2008/06/12/sql-server-2008-step-by-step-installation-guide-with-images/" rel="nofollow">http://blog.sqlauthority.com/2008/06/12/sql-server-2008-step-by-step-installation-guide-with-images/</a> for additional information as well.</p>
<p>@Imran,<br />
As usual, I appreciate your comments. You have been most helpful person on this domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-50318</link>
		<dc:creator>Imran Mohammed</dc:creator>
		<pubDate>Wed, 01 Apr 2009 01:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-50318</guid>
		<description>@Jigar, 

Why don&#039;t you create a local account. 

start -  (right click) My computer  select Manage -Pop up will open - Expand Local Users and Groups - Right Click Users Click New User and provide some basic details and thats it, you will have a local user A/c.

I have just seen screen shots for SQL Server 2008 installation, But in those screen shots I did not see any where it mentioning default built-in administrator account ( 2005, 2000). So I don&#039;t think you have any other option but to create a local or domain user account and have it given appropriate privileges to run that service.

Screen Shots Step by Step Installation of SQL Server 2008:
Link : http://experiencing-sql-server-2008.blogspot.com/2008/09/step-by-step-installation-of-sql-server.html

Regards
~IM</description>
		<content:encoded><![CDATA[<p>@Jigar, </p>
<p>Why don&#8217;t you create a local account. </p>
<p>start &#8211;  (right click) My computer  select Manage -Pop up will open &#8211; Expand Local Users and Groups &#8211; Right Click Users Click New User and provide some basic details and thats it, you will have a local user A/c.</p>
<p>I have just seen screen shots for SQL Server 2008 installation, But in those screen shots I did not see any where it mentioning default built-in administrator account ( 2005, 2000). So I don&#8217;t think you have any other option but to create a local or domain user account and have it given appropriate privileges to run that service.</p>
<p>Screen Shots Step by Step Installation of SQL Server 2008:<br />
Link : <a href="http://experiencing-sql-server-2008.blogspot.com/2008/09/step-by-step-installation-of-sql-server.html" rel="nofollow">http://experiencing-sql-server-2008.blogspot.com/2008/09/step-by-step-installation-of-sql-server.html</a></p>
<p>Regards<br />
~IM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jigar</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-50282</link>
		<dc:creator>Jigar</dc:creator>
		<pubDate>Tue, 31 Mar 2009 12:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-50282</guid>
		<description>hey hello pinal sir...

i m trying to install SQL srver 2008 since a log....
but always got stucked at one point....

actully it wants ACCOUNT NAME and PASSWORD for all analysys,reporting and fulltext filter FDHOST services...

but i m not getting tht asking for which account name and password....


can u assist me for tht...
and suoopes i have no account created for thn is there any default account name and password can be used in place..
please provide me the help...

waitintg for response...
is anyone else thn pinal sir have same que and have any solution thn request to help.</description>
		<content:encoded><![CDATA[<p>hey hello pinal sir&#8230;</p>
<p>i m trying to install SQL srver 2008 since a log&#8230;.<br />
but always got stucked at one point&#8230;.</p>
<p>actully it wants ACCOUNT NAME and PASSWORD for all analysys,reporting and fulltext filter FDHOST services&#8230;</p>
<p>but i m not getting tht asking for which account name and password&#8230;.</p>
<p>can u assist me for tht&#8230;<br />
and suoopes i have no account created for thn is there any default account name and password can be used in place..<br />
please provide me the help&#8230;</p>
<p>waitintg for response&#8230;<br />
is anyone else thn pinal sir have same que and have any solution thn request to help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samastr</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-50072</link>
		<dc:creator>Samastr</dc:creator>
		<pubDate>Thu, 26 Mar 2009 21:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-50072</guid>
		<description>Ive have the same problem.  There is no AdventureWorks.bak file? All other files are present.  (it did ask me to debug 5 times during the .msi install.

When trying option 1 instead of the restore option, i fail to find the @data_path in the instawdb file.  

A double block for me.

What can i do?????? please help</description>
		<content:encoded><![CDATA[<p>Ive have the same problem.  There is no AdventureWorks.bak file? All other files are present.  (it did ask me to debug 5 times during the .msi install.</p>
<p>When trying option 1 instead of the restore option, i fail to find the @data_path in the instawdb file.  </p>
<p>A double block for me.</p>
<p>What can i do?????? please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfie</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-49847</link>
		<dc:creator>Alfie</dc:creator>
		<pubDate>Tue, 24 Mar 2009 13:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-49847</guid>
		<description>I have been trying to install the Sample Databases for SQL Server 2008 for days and can&#039;t seem to find any relevant information! 

I don&#039;t seem to have and .bak files anywhere? If they are not there how can I do a restore? Is there another way round this? Can I run the SQLScript in the database folder? 

Any help much appreciated! :)</description>
		<content:encoded><![CDATA[<p>I have been trying to install the Sample Databases for SQL Server 2008 for days and can&#8217;t seem to find any relevant information! </p>
<p>I don&#8217;t seem to have and .bak files anywhere? If they are not there how can I do a restore? Is there another way round this? Can I run the SQLScript in the database folder? </p>
<p>Any help much appreciated! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cedric</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-48859</link>
		<dc:creator>Cedric</dc:creator>
		<pubDate>Thu, 12 Mar 2009 16:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-48859</guid>
		<description>Follow these steps to fix the &#039;PrepInstance() failed for MSSQLSERVER&#039; issue...

1. Open SQL Server Configuration Manager

2. Right-click on SQL Full-text Filter Daemon Launcher(MSSQLSERVER) and select &#039;Properties&#039;

3. Click on the &#039;Service&#039; tab

4. For Start Mode, select &#039;Automatic&#039;, then Apply and OK

5. Click on the Start button</description>
		<content:encoded><![CDATA[<p>Follow these steps to fix the &#8216;PrepInstance() failed for MSSQLSERVER&#8217; issue&#8230;</p>
<p>1. Open SQL Server Configuration Manager</p>
<p>2. Right-click on SQL Full-text Filter Daemon Launcher(MSSQLSERVER) and select &#8216;Properties&#8217;</p>
<p>3. Click on the &#8216;Service&#8217; tab</p>
<p>4. For Start Mode, select &#8216;Automatic&#8217;, then Apply and OK</p>
<p>5. Click on the Start button</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://blog.sqlauthority.com/2008/08/10/sql-server-2008-download-and-install-samples-database-adventureworks-2005-detail-tutorial/#comment-47509</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Thu, 26 Feb 2009 12:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=802#comment-47509</guid>
		<description>Pinal,

I&#039;ve googled this for many days and have not found an answer.  

When installing SQL Server Express 2008 with Advanced
Services  using bootstrapper or running the exe directly
I receive &#039;the downloaded file is corrupted&#039; or .net framework JIT error. Management Studio 2005 installs fine
but 2008 fails to install.   

Thanks in advance for your assistance.</description>
		<content:encoded><![CDATA[<p>Pinal,</p>
<p>I&#8217;ve googled this for many days and have not found an answer.  </p>
<p>When installing SQL Server Express 2008 with Advanced<br />
Services  using bootstrapper or running the exe directly<br />
I receive &#8216;the downloaded file is corrupted&#8217; or .net framework JIT error. Management Studio 2005 installs fine<br />
but 2008 fails to install.   </p>
<p>Thanks in advance for your assistance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
