<?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: SQLAuthority News &#8211; SQL Server 2008 R2 &#8211; Release Date in May 2010</title>
	<atom:link href="http://blog.sqlauthority.com/2010/01/27/sqlauthority-news-sql-server-2008-r2-release-date-in-may-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/01/27/sqlauthority-news-sql-server-2008-r2-release-date-in-may-2010/</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Tue, 18 Jun 2013 16:46:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: David</title>
		<link>http://blog.sqlauthority.com/2010/01/27/sqlauthority-news-sql-server-2008-r2-release-date-in-may-2010/#comment-89758</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Mon, 27 Sep 2010 14:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7844#comment-89758</guid>
		<description><![CDATA[Pinal,

There is one BIG point to watch out for with 2008 R2, which just caught us by surprise. It&#039;s not documented anywhere that I can find. Only in blogs and forums where people have hit this trap.

We have production and test servers running SQL 2008. We do not have &quot;Software Assurance.&quot;

We downloaded and installed SQL 2008 R2 on our development computers.

We developed new databases, then tried to copy and attach the files to a test server. We got this nice message:

&quot;The database &#039;dbName&#039; cannot be opened because it is version yyy. This server supports version xxx and earlier. A downgrade path is not supported.&quot;

So everybody watch out!
Database files from &quot;2008 R2&quot; are NOT compatible with &quot;2008.&quot; They changed the file structure, and thus the &quot;database version.&quot;

If you have paid extra for &quot;Software Assurance,&quot; then you can get a &quot;free&quot; upgrade for your 2008 servers. Basically, though, you can&#039;t upgrade to R2 unless you send money to Microsoft one way or another.

Microsoft SHOULD HAVE released R2 as &quot;SQL 2010&quot; and version 11.x. But they did not, even though this is a major breaking change.]]></description>
		<content:encoded><![CDATA[<p>Pinal,</p>
<p>There is one BIG point to watch out for with 2008 R2, which just caught us by surprise. It&#8217;s not documented anywhere that I can find. Only in blogs and forums where people have hit this trap.</p>
<p>We have production and test servers running SQL 2008. We do not have &#8220;Software Assurance.&#8221;</p>
<p>We downloaded and installed SQL 2008 R2 on our development computers.</p>
<p>We developed new databases, then tried to copy and attach the files to a test server. We got this nice message:</p>
<p>&#8220;The database &#8216;dbName&#8217; cannot be opened because it is version yyy. This server supports version xxx and earlier. A downgrade path is not supported.&#8221;</p>
<p>So everybody watch out!<br />
Database files from &#8220;2008 R2&#8243; are NOT compatible with &#8220;2008.&#8221; They changed the file structure, and thus the &#8220;database version.&#8221;</p>
<p>If you have paid extra for &#8220;Software Assurance,&#8221; then you can get a &#8220;free&#8221; upgrade for your 2008 servers. Basically, though, you can&#8217;t upgrade to R2 unless you send money to Microsoft one way or another.</p>
<p>Microsoft SHOULD HAVE released R2 as &#8220;SQL 2010&#8243; and version 11.x. But they did not, even though this is a major breaking change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Tkatch</title>
		<link>http://blog.sqlauthority.com/2010/01/27/sqlauthority-news-sql-server-2008-r2-release-date-in-may-2010/#comment-60387</link>
		<dc:creator><![CDATA[Brian Tkatch]]></dc:creator>
		<pubDate>Fri, 29 Jan 2010 14:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7844#comment-60387</guid>
		<description><![CDATA[@senjay

If it isn&#039;t in the TABLE, where is it coming from?

Please provide some sample data and a sample result.]]></description>
		<content:encoded><![CDATA[<p>@senjay</p>
<p>If it isn&#8217;t in the TABLE, where is it coming from?</p>
<p>Please provide some sample data and a sample result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: senjay</title>
		<link>http://blog.sqlauthority.com/2010/01/27/sqlauthority-news-sql-server-2008-r2-release-date-in-may-2010/#comment-60377</link>
		<dc:creator><![CDATA[senjay]]></dc:creator>
		<pubDate>Fri, 29 Jan 2010 12:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7844#comment-60377</guid>
		<description><![CDATA[hai

 i have a table named products.

it has date,price and description as columns.

i want to retrieve the values within specified date range and if not previous date

example

if i give the year as 2009

if not in table it should return 2008 or 2007 or some previous year value for different description and different price as in table

Thankx:)]]></description>
		<content:encoded><![CDATA[<p>hai</p>
<p> i have a table named products.</p>
<p>it has date,price and description as columns.</p>
<p>i want to retrieve the values within specified date range and if not previous date</p>
<p>example</p>
<p>if i give the year as 2009</p>
<p>if not in table it should return 2008 or 2007 or some previous year value for different description and different price as in table</p>
<p>Thankx:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Tkatch</title>
		<link>http://blog.sqlauthority.com/2010/01/27/sqlauthority-news-sql-server-2008-r2-release-date-in-may-2010/#comment-60276</link>
		<dc:creator><![CDATA[Brian Tkatch]]></dc:creator>
		<pubDate>Wed, 27 Jan 2010 14:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7844#comment-60276</guid>
		<description><![CDATA[Change * in the subquery to the single column name wanted from that table/function.]]></description>
		<content:encoded><![CDATA[<p>Change * in the subquery to the single column name wanted from that table/function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramdas</title>
		<link>http://blog.sqlauthority.com/2010/01/27/sqlauthority-news-sql-server-2008-r2-release-date-in-may-2010/#comment-60275</link>
		<dc:creator><![CDATA[Ramdas]]></dc:creator>
		<pubDate>Wed, 27 Jan 2010 14:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7844#comment-60275</guid>
		<description><![CDATA[The Streaminsight technology looka very interesting, read an article on sqlservercentral about it. It looks at real time business intelligence and working with continous stream of input data.]]></description>
		<content:encoded><![CDATA[<p>The Streaminsight technology looka very interesting, read an article on sqlservercentral about it. It looks at real time business intelligence and working with continous stream of input data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramdas</title>
		<link>http://blog.sqlauthority.com/2010/01/27/sqlauthority-news-sql-server-2008-r2-release-date-in-may-2010/#comment-60274</link>
		<dc:creator><![CDATA[Ramdas]]></dc:creator>
		<pubDate>Wed, 27 Jan 2010 14:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7844#comment-60274</guid>
		<description><![CDATA[Hi Senjay,
It seems like you are trying to get two result sets in one query. The result from the table valued function probably has to be inserted into a table, then join that table to the query containing select facility.
You could possibly post the complete query...then we can check it out.]]></description>
		<content:encoded><![CDATA[<p>Hi Senjay,<br />
It seems like you are trying to get two result sets in one query. The result from the table valued function probably has to be inserted into a table, then join that table to the query containing select facility.<br />
You could possibly post the complete query&#8230;then we can check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Feodor</title>
		<link>http://blog.sqlauthority.com/2010/01/27/sqlauthority-news-sql-server-2008-r2-release-date-in-may-2010/#comment-60263</link>
		<dc:creator><![CDATA[Feodor]]></dc:creator>
		<pubDate>Wed, 27 Jan 2010 08:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7844#comment-60263</guid>
		<description><![CDATA[Here is an article about some of the new features included in the R2: http://www.databasejournal.com/features/mssql/article.php/3857466/Top-10-Features-of-SQL-2008-R2.htm.

Also, here is a page on Microsoft with some pricing details for the R2: http://www.microsoft.com/sqlserver/2008/en/us/R2-editions.aspx]]></description>
		<content:encoded><![CDATA[<p>Here is an article about some of the new features included in the R2: <a href="http://www.databasejournal.com/features/mssql/article.php/3857466/Top-10-Features-of-SQL-2008-R2.htm" rel="nofollow">http://www.databasejournal.com/features/mssql/article.php/3857466/Top-10-Features-of-SQL-2008-R2.htm</a>.</p>
<p>Also, here is a page on Microsoft with some pricing details for the R2: <a href="http://www.microsoft.com/sqlserver/2008/en/us/R2-editions.aspx" rel="nofollow">http://www.microsoft.com/sqlserver/2008/en/us/R2-editions.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: senjay</title>
		<link>http://blog.sqlauthority.com/2010/01/27/sqlauthority-news-sql-server-2008-r2-release-date-in-may-2010/#comment-60252</link>
		<dc:creator><![CDATA[senjay]]></dc:creator>
		<pubDate>Wed, 27 Jan 2010 05:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7844#comment-60252</guid>
		<description><![CDATA[small mistake i have made

 (select * from dbo.GetPrizeForCubist(@EndDate))as ‘Prize


not the function name and the function is

 (select * from dbo.Getreport(@EndDate))as ‘Prize]]></description>
		<content:encoded><![CDATA[<p>small mistake i have made</p>
<p> (select * from dbo.GetPrizeForCubist(@EndDate))as ‘Prize</p>
<p>not the function name and the function is</p>
<p> (select * from dbo.Getreport(@EndDate))as ‘Prize</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: senjay</title>
		<link>http://blog.sqlauthority.com/2010/01/27/sqlauthority-news-sql-server-2008-r2-release-date-in-may-2010/#comment-60251</link>
		<dc:creator><![CDATA[senjay]]></dc:creator>
		<pubDate>Wed, 27 Jan 2010 05:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7844#comment-60251</guid>
		<description><![CDATA[Hi pinal

  i have created the table valued function Getreport with parameter @Deliverdate

 i have also created SP GetReportDetails with various columns in select list and selecting the Table valued function in subquery as follows

SELECT FacilityId,Name,Address1,
     (select * from dbo.GetPrizeForCubist(@EndDate))as &#039;Prize&#039;

IT returns the error as
  
(95 row(s) affected)

(101 row(s) affected)

(65 row(s) affected)
Msg 116, Level 16, State 1, Line 53
Only one expression can be specified in the select list when the subquery is not introduced with EXISTS.

i dont have enough knowledge with this error.

provide me the solution

Thankx:)]]></description>
		<content:encoded><![CDATA[<p>Hi pinal</p>
<p>  i have created the table valued function Getreport with parameter @Deliverdate</p>
<p> i have also created SP GetReportDetails with various columns in select list and selecting the Table valued function in subquery as follows</p>
<p>SELECT FacilityId,Name,Address1,<br />
     (select * from dbo.GetPrizeForCubist(@EndDate))as &#8216;Prize&#8217;</p>
<p>IT returns the error as</p>
<p>(95 row(s) affected)</p>
<p>(101 row(s) affected)</p>
<p>(65 row(s) affected)<br />
Msg 116, Level 16, State 1, Line 53<br />
Only one expression can be specified in the select list when the subquery is not introduced with EXISTS.</p>
<p>i dont have enough knowledge with this error.</p>
<p>provide me the solution</p>
<p>Thankx:)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
