<?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 2008</title>
	<atom:link href="http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Mon, 13 Feb 2012 15:11:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Fred Zimmerman</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-234460</link>
		<dc:creator><![CDATA[Fred Zimmerman]]></dc:creator>
		<pubDate>Mon, 09 Jan 2012 22:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-234460</guid>
		<description><![CDATA[Pinal,

I&#039;m getting errors for a book sample query (SSRS) vs. the AdventureWorks2008DW database. 

It turns out I&#039;m missing table DimDate which, supposedly, is in AdventureWorks20008DW (Rel 1) version of the database, not the R2 version I downloaded.  I cannot track down the R1 version.

Is there a way I can make R2 database compatible with earlier version, or where can I find original AdventureWorks2008DW database?

Thanks,

Zee]]></description>
		<content:encoded><![CDATA[<p>Pinal,</p>
<p>I&#8217;m getting errors for a book sample query (SSRS) vs. the AdventureWorks2008DW database. </p>
<p>It turns out I&#8217;m missing table DimDate which, supposedly, is in AdventureWorks20008DW (Rel 1) version of the database, not the R2 version I downloaded.  I cannot track down the R1 version.</p>
<p>Is there a way I can make R2 database compatible with earlier version, or where can I find original AdventureWorks2008DW database?</p>
<p>Thanks,</p>
<p>Zee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sirish</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-232230</link>
		<dc:creator><![CDATA[Sirish]]></dc:creator>
		<pubDate>Fri, 06 Jan 2012 06:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-232230</guid>
		<description><![CDATA[The download link is not working and producing the following error

“The specified release was not found. “]]></description>
		<content:encoded><![CDATA[<p>The download link is not working and producing the following error</p>
<p>“The specified release was not found. “</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Saad</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-185556</link>
		<dc:creator><![CDATA[Joseph Saad]]></dc:creator>
		<pubDate>Sun, 30 Oct 2011 19:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-185556</guid>
		<description><![CDATA[I resolved by creating the logged in user as a &quot;login&quot; on the SQL Server and grant it the sysadmin privileges.]]></description>
		<content:encoded><![CDATA[<p>I resolved by creating the logged in user as a &#8220;login&#8221; on the SQL Server and grant it the sysadmin privileges.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sourav Maitra</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-167211</link>
		<dc:creator><![CDATA[Sourav Maitra]]></dc:creator>
		<pubDate>Sun, 11 Sep 2011 08:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-167211</guid>
		<description><![CDATA[The download link is not working and producing the following error

&quot;The specified release was not found. &quot;]]></description>
		<content:encoded><![CDATA[<p>The download link is not working and producing the following error</p>
<p>&#8220;The specified release was not found. &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mascott</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-133875</link>
		<dc:creator><![CDATA[Mascott]]></dc:creator>
		<pubDate>Tue, 10 May 2011 20:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-133875</guid>
		<description><![CDATA[Got the same error:
Failed object initialization (ISupportInitialize.Endit).Method not found: ‘system.string
Microsoft.SqlServer.Management.Smo.Server.get_InstallDataDirectory()’
Error at object ‘Database selection’ in mark up file ‘DatabaseInstaller;Component/databaseselection.xaml’ line 78 position 3

Turned out I got it because I didn&#039;t have the downloaded file in the right folder.  It needs to be in C:\Program Files\Microsoft SQL Server\MSSQL10_50.&quot;named instance(i.e. SQLEXPRESS)&quot; folder before you try to extract it.]]></description>
		<content:encoded><![CDATA[<p>Got the same error:<br />
Failed object initialization (ISupportInitialize.Endit).Method not found: ‘system.string<br />
Microsoft.SqlServer.Management.Smo.Server.get_InstallDataDirectory()’<br />
Error at object ‘Database selection’ in mark up file ‘DatabaseInstaller;Component/databaseselection.xaml’ line 78 position 3</p>
<p>Turned out I got it because I didn&#8217;t have the downloaded file in the right folder.  It needs to be in C:\Program Files\Microsoft SQL Server\MSSQL10_50.&#8221;named instance(i.e. SQLEXPRESS)&#8221; folder before you try to extract it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-109481</link>
		<dc:creator><![CDATA[amit]]></dc:creator>
		<pubDate>Tue, 04 Jan 2011 21:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-109481</guid>
		<description><![CDATA[Thanks Marvin! That helped.]]></description>
		<content:encoded><![CDATA[<p>Thanks Marvin! That helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Watters</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-103308</link>
		<dc:creator><![CDATA[Joseph Watters]]></dc:creator>
		<pubDate>Wed, 01 Dec 2010 15:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-103308</guid>
		<description><![CDATA[Thanks Marvin, this did the trick.]]></description>
		<content:encoded><![CDATA[<p>Thanks Marvin, this did the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edvard</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-87836</link>
		<dc:creator><![CDATA[Edvard]]></dc:creator>
		<pubDate>Tue, 14 Sep 2010 14:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-87836</guid>
		<description><![CDATA[Thanks Marvin!]]></description>
		<content:encoded><![CDATA[<p>Thanks Marvin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-87831</link>
		<dc:creator><![CDATA[Rahul]]></dc:creator>
		<pubDate>Tue, 14 Sep 2010 14:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-87831</guid>
		<description><![CDATA[Hi, Me too was getting following error.
-*-----------------------------------------
Failed object initialization (ISupportInitialize.Endit).Method not found: ‘system.string
Microsoft.SqlServer.Management.Smo.Server.get_InstallDataDirectory()’
Error at object ‘Database selection’ in mark up file ‘DatabaseInstaller;Component/databaseselection.xaml’ line 78 position 3
-*-----------------------------------------

As somebody already mentioned I changed logged in user on SQL Server and SQL Server Agent and did the installation with the same. It worked. 

My OS is Windows XP SP3.
- Rahul]]></description>
		<content:encoded><![CDATA[<p>Hi, Me too was getting following error.<br />
-*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Failed object initialization (ISupportInitialize.Endit).Method not found: ‘system.string<br />
Microsoft.SqlServer.Management.Smo.Server.get_InstallDataDirectory()’<br />
Error at object ‘Database selection’ in mark up file ‘DatabaseInstaller;Component/databaseselection.xaml’ line 78 position 3<br />
-*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>As somebody already mentioned I changed logged in user on SQL Server and SQL Server Agent and did the installation with the same. It worked. </p>
<p>My OS is Windows XP SP3.<br />
- Rahul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Lagerwaard</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-87697</link>
		<dc:creator><![CDATA[Daniel Lagerwaard]]></dc:creator>
		<pubDate>Mon, 13 Sep 2010 10:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-87697</guid>
		<description><![CDATA[Hi,

Im turning grey. 

Well not literally, but I have tried so many things to try to install AdventureWorks 2008(both 2008_SR4 and 2008R2_RTM). Every time the exact same result; a sudden shutdown of the pc. NO IDEA why...

I run Win7, have 2 GB RAM (67% free), have SQL Server 2008R2 installed, but ADventureWorks does not want to oblige.

Anyone any idea?]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Im turning grey. </p>
<p>Well not literally, but I have tried so many things to try to install AdventureWorks 2008(both 2008_SR4 and 2008R2_RTM). Every time the exact same result; a sudden shutdown of the pc. NO IDEA why&#8230;</p>
<p>I run Win7, have 2 GB RAM (67% free), have SQL Server 2008R2 installed, but ADventureWorks does not want to oblige.</p>
<p>Anyone any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles G</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-87043</link>
		<dc:creator><![CDATA[Charles G]]></dc:creator>
		<pubDate>Wed, 08 Sep 2010 08:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-87043</guid>
		<description><![CDATA[Thank you Marvin]]></description>
		<content:encoded><![CDATA[<p>Thank you Marvin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-82799</link>
		<dc:creator><![CDATA[jack]]></dc:creator>
		<pubDate>Tue, 03 Aug 2010 04:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-82799</guid>
		<description><![CDATA[thank  Marvin Corrado]]></description>
		<content:encoded><![CDATA[<p>thank  Marvin Corrado</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rohan</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-77388</link>
		<dc:creator><![CDATA[rohan]]></dc:creator>
		<pubDate>Wed, 23 Jun 2010 11:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-77388</guid>
		<description><![CDATA[Thanx Marvin...

It work for me]]></description>
		<content:encoded><![CDATA[<p>Thanx Marvin&#8230;</p>
<p>It work for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marvin Corrado</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-76474</link>
		<dc:creator><![CDATA[Marvin Corrado]]></dc:creator>
		<pubDate>Wed, 16 Jun 2010 08:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-76474</guid>
		<description><![CDATA[Hi all, i had the same problem as Eunice and the reason for my problem was because i had 2 instances of SQL Server installed i.e. the Default instance and an SQL Express instance. To solve this problem i simple stopped teh SQL Express instance service (since i wasn&#039;t using it) and it installed successfully.]]></description>
		<content:encoded><![CDATA[<p>Hi all, i had the same problem as Eunice and the reason for my problem was because i had 2 instances of SQL Server installed i.e. the Default instance and an SQL Express instance. To solve this problem i simple stopped teh SQL Express instance service (since i wasn&#8217;t using it) and it installed successfully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phani</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-71647</link>
		<dc:creator><![CDATA[Phani]]></dc:creator>
		<pubDate>Wed, 19 May 2010 16:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-71647</guid>
		<description><![CDATA[hello Mr. Pinal Dave, 
 I am a regular to your website...i just admire you like sachin tendulkar,.,,

 Ok,,,I am having this huge problem of installing AdventureWorks2008 database into my sql server 2008 enterprise edition ...i have bought some books for studying sql server reporting and integration services, and each of these books are using the Adventureworks2008 database,,and the links that you have provided are not working ,,, and also i have downloaded and installed the AdventureWorks2008_SR4.exe found at http://msftdbprodsamples.codeplex.com/releases/view/37109 but of no help,,,I have run the exe file that i downloaded but the database does not show up in SSMS or in any other Data source wizards...can you please help me ??? thank you sir...]]></description>
		<content:encoded><![CDATA[<p>hello Mr. Pinal Dave,<br />
 I am a regular to your website&#8230;i just admire you like sachin tendulkar,.,,</p>
<p> Ok,,,I am having this huge problem of installing AdventureWorks2008 database into my sql server 2008 enterprise edition &#8230;i have bought some books for studying sql server reporting and integration services, and each of these books are using the Adventureworks2008 database,,and the links that you have provided are not working ,,, and also i have downloaded and installed the AdventureWorks2008_SR4.exe found at <a href="http://msftdbprodsamples.codeplex.com/releases/view/37109" rel="nofollow">http://msftdbprodsamples.codeplex.com/releases/view/37109</a> but of no help,,,I have run the exe file that i downloaded but the database does not show up in SSMS or in any other Data source wizards&#8230;can you please help me ??? thank you sir&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zambiniman</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-65775</link>
		<dc:creator><![CDATA[zambiniman]]></dc:creator>
		<pubDate>Tue, 20 Apr 2010 20:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-65775</guid>
		<description><![CDATA[I had the same problem as Eunice and John O&#039;Mahoney above.   I could not solve the problem so I simply downloaded and installed the SQL2005 version of the AdventureWorksDB.msi file located here:

http://msftdbprodsamples.codeplex.com/releases/view/4004

The installer completed with no message but all I had to do was go to MSSMS and attach the database files.]]></description>
		<content:encoded><![CDATA[<p>I had the same problem as Eunice and John O&#8217;Mahoney above.   I could not solve the problem so I simply downloaded and installed the SQL2005 version of the AdventureWorksDB.msi file located here:</p>
<p><a href="http://msftdbprodsamples.codeplex.com/releases/view/4004" rel="nofollow">http://msftdbprodsamples.codeplex.com/releases/view/4004</a></p>
<p>The installer completed with no message but all I had to do was go to MSSMS and attach the database files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John O'Mahoney</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-65482</link>
		<dc:creator><![CDATA[John O'Mahoney]]></dc:creator>
		<pubDate>Mon, 19 Apr 2010 18:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-65482</guid>
		<description><![CDATA[I am looking for help please

I am setting up a laptop for testing SQL 2008 reporting services and have installed Vista business then a full install of SQL2008. (from Microsoft action pack)

I have downloaded adventureworks but when I try to install Adventureworks2008_SR4 I receive the following error
 
Failed object initialization (ISupportInitialize.Endit).Method not found: ‘system.string
Microsoft.SqlServer.Management.Smo.Server.get_InstallDataDirectory()’
Error at object ‘Database selection’ in mark up file ‘DatabaseInstaller;Component/databaseselection.xaml’  line 78 position 3

I note the solution above, however I only have one admin user set up on the laptop]]></description>
		<content:encoded><![CDATA[<p>I am looking for help please</p>
<p>I am setting up a laptop for testing SQL 2008 reporting services and have installed Vista business then a full install of SQL2008. (from Microsoft action pack)</p>
<p>I have downloaded adventureworks but when I try to install Adventureworks2008_SR4 I receive the following error</p>
<p>Failed object initialization (ISupportInitialize.Endit).Method not found: ‘system.string<br />
Microsoft.SqlServer.Management.Smo.Server.get_InstallDataDirectory()’<br />
Error at object ‘Database selection’ in mark up file ‘DatabaseInstaller;Component/databaseselection.xaml’  line 78 position 3</p>
<p>I note the solution above, however I only have one admin user set up on the laptop</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A.J.M. Vos</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-63521</link>
		<dc:creator><![CDATA[A.J.M. Vos]]></dc:creator>
		<pubDate>Tue, 23 Mar 2010 07:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-63521</guid>
		<description><![CDATA[Dear Gerald,

Your answer solved my problem, too!
Thanx, my dear Dutch &#039;collegue&#039; somewhere...

Grtz,
Arjan Vos]]></description>
		<content:encoded><![CDATA[<p>Dear Gerald,</p>
<p>Your answer solved my problem, too!<br />
Thanx, my dear Dutch &#8216;collegue&#8217; somewhere&#8230;</p>
<p>Grtz,<br />
Arjan Vos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerald</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-60579</link>
		<dc:creator><![CDATA[Gerald]]></dc:creator>
		<pubDate>Tue, 02 Feb 2010 22:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-60579</guid>
		<description><![CDATA[Hallo Eunice

I don&#039;t know if you have already the solution but I had the same problem.
The mistake I made was that I installed the examples with an other user then the user I used during the installation of Server 2008.
So try to install the examples with the same user you used during installation of server 2008.

I hope that it solves your problem.

Greetings Gerald -  The Netherland]]></description>
		<content:encoded><![CDATA[<p>Hallo Eunice</p>
<p>I don&#8217;t know if you have already the solution but I had the same problem.<br />
The mistake I made was that I installed the examples with an other user then the user I used during the installation of Server 2008.<br />
So try to install the examples with the same user you used during installation of server 2008.</p>
<p>I hope that it solves your problem.</p>
<p>Greetings Gerald &#8211;  The Netherland</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kirankumar</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-60504</link>
		<dc:creator><![CDATA[kirankumar]]></dc:creator>
		<pubDate>Mon, 01 Feb 2010 15:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-60504</guid>
		<description><![CDATA[thanks a lot ! we need this.................]]></description>
		<content:encoded><![CDATA[<p>thanks a lot ! we need this&#8230;&#8230;&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eunice</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-59315</link>
		<dc:creator><![CDATA[Eunice]]></dc:creator>
		<pubDate>Mon, 04 Jan 2010 10:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-59315</guid>
		<description><![CDATA[Hi Pinalkumar,

I am encountering the following errors when I tried to install AdventureWorks Sample (SQL Server 2008 SR4) on SQL Server 2008 Express. The errors shown at page 2 of install wizard after accepting the license.

Failed object initialization (ISupportInitialize.EndInit). An exception occurred while executing a Transact-SQL statement or batch. Error at object &#039;DatabaseSelection&#039; in markup file &#039;DatabaseInstaller;component/databaseselection.xaml&#039; Line 78 Position 3. 

Any advises on what could be the cause?

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi Pinalkumar,</p>
<p>I am encountering the following errors when I tried to install AdventureWorks Sample (SQL Server 2008 SR4) on SQL Server 2008 Express. The errors shown at page 2 of install wizard after accepting the license.</p>
<p>Failed object initialization (ISupportInitialize.EndInit). An exception occurred while executing a Transact-SQL statement or batch. Error at object &#8216;DatabaseSelection&#8217; in markup file &#8216;DatabaseInstaller;component/databaseselection.xaml&#8217; Line 78 Position 3. </p>
<p>Any advises on what could be the cause?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karunakar reddy</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-57789</link>
		<dc:creator><![CDATA[karunakar reddy]]></dc:creator>
		<pubDate>Sat, 21 Nov 2009 16:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-57789</guid>
		<description><![CDATA[i am`facing the problems in database]]></description>
		<content:encoded><![CDATA[<p>i am`facing the problems in database</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Sechler</title>
		<link>http://blog.sqlauthority.com/2008/11/23/sql-server-2008-download-and-install-samples-database-adventureworks-2008/#comment-44376</link>
		<dc:creator><![CDATA[Jeremy Sechler]]></dc:creator>
		<pubDate>Mon, 24 Nov 2008 19:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1555#comment-44376</guid>
		<description><![CDATA[I received the PrepInstance() error that was sited above.  The server has full text query on it.  Installing on SQL2008.]]></description>
		<content:encoded><![CDATA[<p>I received the PrepInstance() error that was sited above.  The server has full text query on it.  Installing on SQL2008.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

