<?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; Installing AdventureWorks for SQL Server Denali</title>
	<atom:link href="http://blog.sqlauthority.com/2010/12/08/sql-server-installing-adventureworks-for-sql-server-2011/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/12/08/sql-server-installing-adventureworks-for-sql-server-2011/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Wed, 22 May 2013 19:03:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #006 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2010/12/08/sql-server-installing-adventureworks-for-sql-server-2011/#comment-389249</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #006 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 08 Dec 2012 01:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11126#comment-389249</guid>
		<description><![CDATA[[...] Installing AdventeWorks Database This has been the most popular request I have received on my blog. Here is the quick video about how one can install AdventureWorks. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Installing AdventeWorks Database This has been the most popular request I have received on my blog. Here is the quick video about how one can install AdventureWorks. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit shah</title>
		<link>http://blog.sqlauthority.com/2010/12/08/sql-server-installing-adventureworks-for-sql-server-2011/#comment-277948</link>
		<dc:creator><![CDATA[Ankit shah]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 19:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11126#comment-277948</guid>
		<description><![CDATA[Getting same error as Brayan...
Msg 5133, Level 16, State 1, Line 1
Directory lookup for the file “C:\Users\........\AdventureWorks2008R2_Data” failed with the operating system error 5(Access is denied.).]]></description>
		<content:encoded><![CDATA[<p>Getting same error as Brayan&#8230;<br />
Msg 5133, Level 16, State 1, Line 1<br />
Directory lookup for the file “C:\Users\&#8230;&#8230;..\AdventureWorks2008R2_Data” failed with the operating system error 5(Access is denied.).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.sqlauthority.com/2010/12/08/sql-server-installing-adventureworks-for-sql-server-2011/#comment-247108</link>
		<dc:creator><![CDATA[Steve]]></dc:creator>
		<pubDate>Thu, 02 Feb 2012 17:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11126#comment-247108</guid>
		<description><![CDATA[getting an error:

Cannot use file &#039;E:\MSSQL\Data\AdventureWorks2008R2_Data.mdf&#039; for clustered server. Only formatted files on which the cluster resource of the server has a dependency can be used. Either the disk resource containing the file is not present in the cluster group or the cluster resource of the Sql Server does not have a dependency on it.

Please help.]]></description>
		<content:encoded><![CDATA[<p>getting an error:</p>
<p>Cannot use file &#8216;E:\MSSQL\Data\AdventureWorks2008R2_Data.mdf&#8217; for clustered server. Only formatted files on which the cluster resource of the server has a dependency can be used. Either the disk resource containing the file is not present in the cluster group or the cluster resource of the Sql Server does not have a dependency on it.</p>
<p>Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://blog.sqlauthority.com/2010/12/08/sql-server-installing-adventureworks-for-sql-server-2011/#comment-246183</link>
		<dc:creator><![CDATA[Bryan]]></dc:creator>
		<pubDate>Tue, 31 Jan 2012 13:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11126#comment-246183</guid>
		<description><![CDATA[I am still having trouble downloading the database. I followed the instructions exactly and I am getting the following error 

CREATE DATABASE AdventureWorks2008R2
ON (FILENAME = &#039;C:\Users\brevelant\Desktop\SQL Statements\AdventureWorks2008R2_Data&#039;)
FOR ATTACH_REBUILD_LOG ;

Msg 5133, Level 16, State 1, Line 1
Directory lookup for the file &quot;C:\Users\brevelant\Desktop\SQL Statements\AdventureWorks2008R2_Data&quot; failed with the operating system error 5(Access is denied.).]]></description>
		<content:encoded><![CDATA[<p>I am still having trouble downloading the database. I followed the instructions exactly and I am getting the following error </p>
<p>CREATE DATABASE AdventureWorks2008R2<br />
ON (FILENAME = &#8216;C:\Users\brevelant\Desktop\SQL Statements\AdventureWorks2008R2_Data&#8217;)<br />
FOR ATTACH_REBUILD_LOG ;</p>
<p>Msg 5133, Level 16, State 1, Line 1<br />
Directory lookup for the file &#8220;C:\Users\brevelant\Desktop\SQL Statements\AdventureWorks2008R2_Data&#8221; failed with the operating system error 5(Access is denied.).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Adventure Works for SQL Server 2012 RC0 &#8211; Samples Database for SQL Server 2012 RC0 &#171; SQL Server Journey with SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2010/12/08/sql-server-installing-adventureworks-for-sql-server-2011/#comment-220326</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Adventure Works for SQL Server 2012 RC0 &#8211; Samples Database for SQL Server 2012 RC0 &#171; SQL Server Journey with SQLAuthority]]></dc:creator>
		<pubDate>Sun, 18 Dec 2011 01:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11126#comment-220326</guid>
		<description><![CDATA[[...] Please note this is just a data file. You will have to follow my earlier blog post to create database without log file read here. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Please note this is just a data file. You will have to follow my earlier blog post to create database without log file read here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://blog.sqlauthority.com/2010/12/08/sql-server-installing-adventureworks-for-sql-server-2011/#comment-104403</link>
		<dc:creator><![CDATA[Keith]]></dc:creator>
		<pubDate>Thu, 09 Dec 2010 06:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11126#comment-104403</guid>
		<description><![CDATA[You just forgot to mention the important point here that not to install CTP version to the productive environment. It is not at all recommended by Microsoft. The best option is either to use the Test system or Virtual machine.]]></description>
		<content:encoded><![CDATA[<p>You just forgot to mention the important point here that not to install CTP version to the productive environment. It is not at all recommended by Microsoft. The best option is either to use the Test system or Virtual machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramdas</title>
		<link>http://blog.sqlauthority.com/2010/12/08/sql-server-installing-adventureworks-for-sql-server-2011/#comment-104325</link>
		<dc:creator><![CDATA[Ramdas]]></dc:creator>
		<pubDate>Wed, 08 Dec 2010 14:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11126#comment-104325</guid>
		<description><![CDATA[Hi Pinal,
Yes Denali SSMS looks more like Visual Studio, which has led to some features not working as expected compared with the SQL Server 2008 SSMS. Look at this blog by aaron_bertrand SQL Server MVP.

http://sqlblog.com/blogs/aaron_bertrand/archive/2010/11/29/sql-server-v-next-denali-some-management-studio-bugs-you-should-vote-for.aspx]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
Yes Denali SSMS looks more like Visual Studio, which has led to some features not working as expected compared with the SQL Server 2008 SSMS. Look at this blog by aaron_bertrand SQL Server MVP.</p>
<p><a href="http://sqlblog.com/blogs/aaron_bertrand/archive/2010/11/29/sql-server-v-next-denali-some-management-studio-bugs-you-should-vote-for.aspx" rel="nofollow">http://sqlblog.com/blogs/aaron_bertrand/archive/2010/11/29/sql-server-v-next-denali-some-management-studio-bugs-you-should-vote-for.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
