<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; SQL 2000</title>
	<atom:link href="http://benchmarkitconsulting.com/tag/sql-2000/feed/" rel="self" type="application/rss+xml" />
	<link>http://benchmarkitconsulting.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 16:34:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Another Reason SQL 2000 should just go away!   :)</title>
		<link>http://benchmarkitconsulting.com/colin-stasiuk/2009/07/02/another-reason-sql-2000-should-just-go-away/</link>
		<comments>http://benchmarkitconsulting.com/colin-stasiuk/2009/07/02/another-reason-sql-2000-should-just-go-away/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 21:01:13 +0000</pubDate>
		<dc:creator>Colin Stasiuk</dc:creator>
				<category><![CDATA[Benchmark IT Consulting]]></category>
		<category><![CDATA[Colin Stasiuk]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[bitwise]]></category>
		<category><![CDATA[DMV]]></category>
		<category><![CDATA[log file]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL 2000]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL 2008]]></category>
		<category><![CDATA[Transaction Log]]></category>

		<guid isPermaLink="false">http://benchmarkitconsulting.com/?p=785</guid>
		<description><![CDATA[Quick without looking it up&#8230; what does this script do: SELECT * FROM   dbo.sysfiles  WHERE  (status &#38; 0x40) &#60;&#62; 0 So if you&#8217;re like me and don&#8217;t have all the bit compares memorized for all the tables you probably didn&#8217;t know that this is how (in SQL 2000) you would query the current database to find all the transaction log files.  Every now and [...]]]></description>
			<content:encoded><![CDATA[<p>Quick without looking it up&#8230; what does this script do:</p>
<p><code style="font-size: 12px;"><span style="color:blue">SELECT </span><span style="color:gray">*<br />
</span><span style="color:blue">FROM   </span><span style="color:black">dbo.sysfiles <br />
</span><span style="color:blue">WHERE  </span><span style="color:gray">(</span><span style="color:black">status </span><span style="color:gray">&amp; </span><span style="color:black">0x40</span><span style="color:gray">) &lt;&gt; </span><span style="color:black">0</span></code></p>
<p>So if you&#8217;re like me and don&#8217;t have all the bit compares memorized for all the tables you probably didn&#8217;t know that this is how (in SQL 2000) you would query the current database to find all the transaction log files.  </p>
<p>Every now and again I take for granted the major jump that was SQL 2000 to SQL 2005 and little things like this just show me how much happier I am working in a SQL 2005/2008 environment. </p>
<p>Let me channel my inner Naughty By Nature here:</p>
<p>You down with DMV&#8230;. yeah you know me<br />
You down with DMV&#8230; yeah you know me</p>
<p>(Sorry I&#8217;m still hurting from not winning <a href="http://sqlfool.com/2009/06/sql-rap-contest-results/" target="_blank">SQL Fool&#8217;s Rap Contest </a> )</p>
<p><span style="text-decoration: line-through;">DAMN YOU</span>  My humble congratulations to <a href="http://twitter.com/way0utwest" target="_blank">Steve &#8220;Flavor Flav&#8221; Jones</a></p>
<p><img class="alignnone size-full wp-image-786" title="stevejones" src="http://benchmarkitconsulting.com/wp-content/uploads/2009/07/stevejones.jpg" alt="stevejones" width="93" height="223" /></p>
<p>Now if you were to come across this code:</p>
<p><code style="font-size: 12px;"><span style="color:blue">SELECT&nbsp;</span><span style="color:gray">*&nbsp;<br />
<br /></span><span style="color:blue">FROM&nbsp;&nbsp;&nbsp;</span><span style="color:black">sys.database_files<br />
<br /></span><span style="color:blue">WHERE&nbsp;&nbsp;</span><span style="color:black">type_desc&nbsp;</span><span style="color:blue">=&nbsp;</span><span style="color:red">&#39;LOG&#39;<br />
<br /></span></code></p>
<p>Wouldn&#8217;t you have a much better idea as to what the query is trying to accomplish?</p>
<p>Anyways just another (albeit small) reason why I&#8217;m glad to be leaving SQL 2000 in the past.</p>
<p>Enjoy!!</p>
<p><span><a href="http://benchmarkitconsulting.com" target="_blank"><img class="alignnone size-full wp-image-402" title="benchmark_sm" src="http://benchmarkitconsulting.com/wp-content/uploads/2009/02/benchmark_sm.jpg" alt="" width="157" height="74" /></a><a href="http://sqlserverpedia.com/wiki/Editors#Colin_Stasiuk" target="_blank"><img src="http://sqlserverpedia.com/badges/SQLServerPedia_Badge_Blogger.jpg" alt="" width="120" height="60" /> </a></span></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Another+Reason+SQL+2000+should+just+go+away%21+++%3A%29+http://tinyurl.com/m4nn42" title="Post to Twitter"><img class="nothumb" src="http://benchmarkitconsulting.com/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://benchmarkitconsulting.com/colin-stasiuk/2009/07/02/another-reason-sql-2000-should-just-go-away/&amp;title=Another+Reason+SQL+2000+should+just+go+away%21+++%3A%29" title="Post to Delicious"><img class="nothumb" src="http://benchmarkitconsulting.com/wp-content/plugins/tweet-this/icons/tt-delicious-big4.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://benchmarkitconsulting.com/colin-stasiuk/2009/07/02/another-reason-sql-2000-should-just-go-away/&amp;title=Another+Reason+SQL+2000+should+just+go+away%21+++%3A%29" title="Post to Digg"><img class="nothumb" src="http://benchmarkitconsulting.com/wp-content/plugins/tweet-this/icons/tt-digg-big4.png" alt="Post to Digg" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://benchmarkitconsulting.com/colin-stasiuk/2009/07/02/another-reason-sql-2000-should-just-go-away/&amp;title=Another+Reason+SQL+2000+should+just+go+away%21+++%3A%29" title="Post to StumbleUpon"><img class="nothumb" src="http://benchmarkitconsulting.com/wp-content/plugins/tweet-this/icons/tt-su-big4.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://benchmarkitconsulting.com/colin-stasiuk/2009/07/02/another-reason-sql-2000-should-just-go-away/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL 2000 Replication&#8230; changing Recovery Mode</title>
		<link>http://benchmarkitconsulting.com/colin-stasiuk/2009/06/11/sql-2000-replication-changing-recovery-mode/</link>
		<comments>http://benchmarkitconsulting.com/colin-stasiuk/2009/06/11/sql-2000-replication-changing-recovery-mode/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 15:22:59 +0000</pubDate>
		<dc:creator>Colin Stasiuk</dc:creator>
				<category><![CDATA[Benchmark IT Consulting]]></category>
		<category><![CDATA[Colin Stasiuk]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Change]]></category>
		<category><![CDATA[Changing]]></category>
		<category><![CDATA[Full]]></category>
		<category><![CDATA[Recovery]]></category>
		<category><![CDATA[Recovery Mode]]></category>
		<category><![CDATA[Replication]]></category>
		<category><![CDATA[Simple]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL 2000]]></category>

		<guid isPermaLink="false">http://benchmarkitconsulting.com/?p=747</guid>
		<description><![CDATA[Short Answer: YES It had been a while since I worked with SQL 2000 Replication so I was fairly confident that you could but wasn&#8217;t willing to just go and do it without a proper test first. I took at copy of the database that I was looking to do this on and built myself [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-752" title="sql200repl2" src="http://benchmarkitconsulting.com/wp-content/uploads/2009/06/sql200repl2.jpg" alt="sql200repl2" width="405" height="268" /></p>
<p>Short Answer: YES</p>
<p>It had been a while since I worked with SQL 2000 Replication so I was fairly confident that you could but wasn&#8217;t willing to just go and do it without a proper test first.</p>
<p>I took at copy of the database that I was looking to do this on and built myself a little test enivornment.  I made sure my database was in full recovery mode&#8230; setup a transactional replication publication, distributor, and subscriber identical to the environment I&#8217;m wanting to do this on.  I inserted, updated, and deleted some rows just to make sure everything was tickity-boo before doing my test.</p>
<p>I altered the publisher database and set the recovery mode to Simple without doing anything special to replication&#8230; I did more inserts, updates, and deletes and everything flowed through smoothly.  I switch it back to Full Recovery Mode and lather, rinse, repeat and everything still worked fine.</p>
<p>When I <a href="http://www.bing.com/" target="_blank">Binged</a> the question I didn&#8217;t get many (or any) hits that applied.  One link I went to (totally unrelated) was very scary/interesting&#8230; A user asked about using Simple Recovery Mode and whether Replication will work or not&#8230; someone told them that you can&#8217;t use simple recovery mode cause transactional replication depends on the transaction log and that a checkpoint will flush everything out (replicated or not) and cause replication to fail. </p>
<p><img class="alignnone size-full wp-image-801" title="fdjhfdfd" src="http://benchmarkitconsulting.com/wp-content/uploads/2009/06/fdjhfdfd.jpg" alt="fdjhfdfd" width="461" height="404" /></p>
<p>*sigh* another example of why you don&#8217;t want to take everything you read at face value without investigating on your own.  Some answers are just clearly wrong (like the one above)&#8230; while others are kind of right depending on the situation and need.  My replication test I just performed worked successfully for me but just for arguements sake what if there was a publication setting somewhere that would invalidate your publication and force you into a reinitializing your subscribers?</p>
<p>I guess the moral of the story is something that has been commented on by many people in the community.  The internet is a great resource for finding information and answers but at the end of the day it&#8217;s up to YOU to test and ensure that the information and answers you get are right for you and your environment.</p>
<p>Enjoy!!!</p>
<p><span><a href="http://benchmarkitconsulting.com" target="_blank"><img class="alignnone size-full wp-image-402" title="benchmark_sm" src="http://benchmarkitconsulting.com/wp-content/uploads/2009/02/benchmark_sm.jpg" alt="" width="157" height="74" /></a><a href="http://sqlserverpedia.com/wiki/Editors#Colin_Stasiuk" target="_blank"><img src="http://sqlserverpedia.com/badges/SQLServerPedia_Badge_Blogger.jpg" alt="" width="120" height="60" /> </a></span></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=SQL+2000+Replication%26%238230%3B+changing+Recovery+Mode+http://tinyurl.com/lh75ks" title="Post to Twitter"><img class="nothumb" src="http://benchmarkitconsulting.com/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://benchmarkitconsulting.com/colin-stasiuk/2009/06/11/sql-2000-replication-changing-recovery-mode/&amp;title=SQL+2000+Replication%26%238230%3B+changing+Recovery+Mode" title="Post to Delicious"><img class="nothumb" src="http://benchmarkitconsulting.com/wp-content/plugins/tweet-this/icons/tt-delicious-big4.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://benchmarkitconsulting.com/colin-stasiuk/2009/06/11/sql-2000-replication-changing-recovery-mode/&amp;title=SQL+2000+Replication%26%238230%3B+changing+Recovery+Mode" title="Post to Digg"><img class="nothumb" src="http://benchmarkitconsulting.com/wp-content/plugins/tweet-this/icons/tt-digg-big4.png" alt="Post to Digg" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://benchmarkitconsulting.com/colin-stasiuk/2009/06/11/sql-2000-replication-changing-recovery-mode/&amp;title=SQL+2000+Replication%26%238230%3B+changing+Recovery+Mode" title="Post to StumbleUpon"><img class="nothumb" src="http://benchmarkitconsulting.com/wp-content/plugins/tweet-this/icons/tt-su-big4.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://benchmarkitconsulting.com/colin-stasiuk/2009/06/11/sql-2000-replication-changing-recovery-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>String Concatenation on a text column (SQL 2000 vs SQL 2005+)</title>
		<link>http://benchmarkitconsulting.com/colin-stasiuk/2009/03/23/string-concatenation-on-a-text-column-sql-2000-vs-sql-2005/</link>
		<comments>http://benchmarkitconsulting.com/colin-stasiuk/2009/03/23/string-concatenation-on-a-text-column-sql-2000-vs-sql-2005/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 14:05:07 +0000</pubDate>
		<dc:creator>Colin Stasiuk</dc:creator>
				<category><![CDATA[Benchmark IT Consulting]]></category>
		<category><![CDATA[Colin Stasiuk]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL 2000]]></category>
		<category><![CDATA[string concatenation]]></category>
		<category><![CDATA[UPDATETEXT]]></category>

		<guid isPermaLink="false">http://benchmarkitconsulting.com/?p=564</guid>
		<description><![CDATA[So most of my blog posts are &#8220;inspired&#8221; by questions that gets asked to me either in my day to day work or from emails I get from friends (usually developers hehehe) who need a quick answer on how to do something &#8220;SQL&#8221; related. So my blackberry started buzzing at 11:30 pm one evening&#8230; well [...]]]></description>
			<content:encoded><![CDATA[<p>So most of my blog posts are &#8220;inspired&#8221; by questions that gets asked to me either in my day to day work or from emails I get from friends (usually developers hehehe) who need a quick answer on how to do something &#8220;SQL&#8221; related.</p>
<p>So my blackberry started buzzing at 11:30 pm one evening&#8230; well twice actually. The first buzz was a</p>
<p>&#8220;Are you still awake&#8221; msg and the second one was</p>
<p>&#8220;When you get up&#8230; in TSQL how do I do ntext_field1 + ntext_field2 as newfield?&#8221;</p>
<p>being 1/2 asleep at the time I decided I&#8217;d leave it till morning cause my wife always gives me hell when I email in bed LOL So the next morning I get up and start writing an email on string concatenation&#8230; then I reread his original questions and it wasn&#8217;t just a question on string concatenation it was about ntext concatenation.</p>
<p>so I gave the BOL link to <a href="http://msdn.microsoft.com/en-us/library/ms189466.aspx" target="_blank">UPDATETEXT</a> and gave him a quick example to work with:</p>
<p><code style="font-size: 12px;"><span style="color:blue">CREATE TABLE </span><span style="color:black">tblSQLServerPediaMembers </span><span style="color:gray">(</span><span style="color:black">id </span><span style="color:blue">INT </span><span style="color:gray">NOT NULL, </span><span style="color:black">SomeTextValue </span><span style="color:blue">NTEXT </span><span style="color:gray">NULL)</p>
<p></span><span style="color:blue">INSERT </span><span style="color:black">tblSQLServerPediaMembers</span><span style="color:gray">(</span><span style="color:black">id</span><span style="color:gray">, </span><span style="color:black">SomeTextValue</span><span style="color:gray">)<br /></span><span style="color:blue">VALUES </span><span style="color:gray">(</span><span style="color:black">1</span><span style="color:gray">, </span><span style="color:red">&#39;How to Concatenate an ntext column with another&#39;</span><span style="color:gray">)</p>
<p></span><span style="color:blue">SELECT </span><span style="color:gray">* </span><span style="color:blue">FROM </span><span style="color:black">tblSQLServerPediaMembers</p>
<p></span><span style="color:blue">DECLARE </span><span style="color:#434343">@ptr </span><span style="color:blue">VARBINARY</span><span style="color:gray">(</span><span style="color:black">16</span><span style="color:gray">)<br /></span><span style="color:blue">DECLARE </span><span style="color:#434343">@offset </span><span style="color:blue">INT</p>
<p>SELECT </span><span style="color:#434343">@ptr </span><span style="color:blue">= TEXT</span><span style="color:black">ptr</span><span style="color:gray">(</span><span style="color:black">SomeTextValue</span><span style="color:gray">), </span><span style="color:#434343">@offset </span><span style="color:blue">= </span><span style="color:magenta">DATALENGTH</span><span style="color:gray">(</span><span style="color:black">SomeTextValue</span><span style="color:gray">)<br /></span><span style="color:blue">FROM </span><span style="color:black">tblSQLServerPediaMembers<br /></span><span style="color:blue">WHERE </span><span style="color:black">id </span><span style="color:blue">= </span><span style="color:black">1</p>
<p></span><span style="color:blue">UPDATETEXT </span><span style="color:black">tblSQLServerPediaMembers.SomeTextValue </span><span style="color:#434343">@ptr </span><span style="color:gray">NULL </span><span style="color:black">0 </span><span style="color:red">&#39;... now leave me alone LOL&#39;<br /></span><span style="color:black">GO<br /></span><span style="color:blue">SELECT </span><span style="color:gray">* </span><span style="color:blue">FROM </span><span style="color:black">tblSQLServerPediaMembers<br />GO<br /></span><span style="color:blue">DROP TABLE </span><span style="color:black">tblSQLServerPediaMembers</span></code></p>
<p>At the end of it all I remember him telling me about a new app he was working on so I also mentioned that if he was on SQL 2005 or SQL 2008 that he should replace his ntext with nvarchar(max) because ntext is being deprecated and that nvarchar(max) can use &#8220;normal&#8221; string concatenation instead of needing to use the UPDATETEXT command.</p>
<p><code style="font-size: 12px;"><span style="color:blue">CREATE TABLE </span><span style="color:black">tblSQLServerPediaMembers </span><span style="color:gray">(</span><span style="color:black">id </span><span style="color:blue">INT </span><span style="color:gray">NOT NULL, </span><span style="color:black">SomeTextValue </span><span style="color:blue">NVARCHAR</span><span style="color:gray">(</span><span style="color:magenta">MAX</span><span style="color:gray">) NULL)</p>
<p></span><span style="color:blue">INSERT </span><span style="color:black">tblSQLServerPediaMembers</span><span style="color:gray">(</span><span style="color:black">id</span><span style="color:gray">, </span><span style="color:black">SomeTextValue</span><span style="color:gray">)<br />
</span><span style="color:blue">VALUES </span><span style="color:gray">(</span><span style="color:black">1</span><span style="color:gray">, </span><span style="color:red">&#39;How to Concatenate an ntext column with another&#39;</span><span style="color:gray">)</p>
<p></span><span style="color:blue">SELECT </span><span style="color:gray">* </span><span style="color:blue">FROM </span><span style="color:black">tblSQLServerPediaMembers</p>
<p></span><span style="color:blue">UPDATE </span><span style="color:black">tblSQLServerPediaMembers<br />
</span><span style="color:blue">SET        </span><span style="color:black">SomeTextValue </span><span style="color:blue">= </span><span style="color:black">SomeTextValue </span><span style="color:gray">+  </span><span style="color:red">&#39;... now leave me alone LOL&#39;<br />
</span><span style="color:black">GO<br />
</span><span style="color:blue">SELECT </span><span style="color:gray">* </span><span style="color:blue">FROM </span><span style="color:black">tblSQLServerPediaMembers<br />
GO<br />
</span><span style="color:blue">DROP TABLE </span><span style="color:black">tblSQLServerPediaMembers</span></code></p>
<p>I didn&#8217;t hear from him again this weekend so I think he got what he needed. So for those of you still on SQL Server 2000 UPDATETEXT is your string concatenation friend and once you&#8217;re &gt;= SQL Server 2005 you can forget all about UPDATETEXT (well until your blackberry starts vibrating at 11:30 at night hehehe)</p>
<p>Enjoy!!</p>
<p><a href="http://benchmarkitconsulting.com"><img class="alignnone size-full wp-image-402" title="benchmark_sm" src="http://benchmarkitconsulting.com/wp-content/uploads/2009/02/benchmark_sm.jpg" alt="" /></a><a href="http://sqlserverpedia.com/wiki/Editors#Colin_Stasiuk" target="_blank"><img src="http://sqlserverpedia.com/badges/SQLServerPedia_Badge_Blogger.jpg" alt="" /> </a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=String+Concatenation+on+a+text+column+%28SQL+2000+vs+SQL+2005%2B%29+http://tinyurl.com/d2uw7z" title="Post to Twitter"><img class="nothumb" src="http://benchmarkitconsulting.com/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://benchmarkitconsulting.com/colin-stasiuk/2009/03/23/string-concatenation-on-a-text-column-sql-2000-vs-sql-2005/&amp;title=String+Concatenation+on+a+text+column+%28SQL+2000+vs+SQL+2005%2B%29" title="Post to Delicious"><img class="nothumb" src="http://benchmarkitconsulting.com/wp-content/plugins/tweet-this/icons/tt-delicious-big4.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://benchmarkitconsulting.com/colin-stasiuk/2009/03/23/string-concatenation-on-a-text-column-sql-2000-vs-sql-2005/&amp;title=String+Concatenation+on+a+text+column+%28SQL+2000+vs+SQL+2005%2B%29" title="Post to Digg"><img class="nothumb" src="http://benchmarkitconsulting.com/wp-content/plugins/tweet-this/icons/tt-digg-big4.png" alt="Post to Digg" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://benchmarkitconsulting.com/colin-stasiuk/2009/03/23/string-concatenation-on-a-text-column-sql-2000-vs-sql-2005/&amp;title=String+Concatenation+on+a+text+column+%28SQL+2000+vs+SQL+2005%2B%29" title="Post to StumbleUpon"><img class="nothumb" src="http://benchmarkitconsulting.com/wp-content/plugins/tweet-this/icons/tt-su-big4.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://benchmarkitconsulting.com/colin-stasiuk/2009/03/23/string-concatenation-on-a-text-column-sql-2000-vs-sql-2005/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Versions, Editions, and Features</title>
		<link>http://benchmarkitconsulting.com/colin-stasiuk/2008/11/07/sql-versions-editions-and-features/</link>
		<comments>http://benchmarkitconsulting.com/colin-stasiuk/2008/11/07/sql-versions-editions-and-features/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 15:21:17 +0000</pubDate>
		<dc:creator>Colin Stasiuk</dc:creator>
				<category><![CDATA[Benchmark IT Consulting]]></category>
		<category><![CDATA[Colin Stasiuk]]></category>
		<category><![CDATA[Release Information]]></category>
		<category><![CDATA[Edition]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[SQL 2000]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL 2008]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Version]]></category>

		<guid isPermaLink="false">http://benchmarkitconsulting.com/?p=77</guid>
		<description><![CDATA[When putting forth a recommendation for a version and edition of SQL Server to install it is important that you understand what features are available in each version and edition. SQL 2000 &#8211; http://msdn.microsoft.com/en-us/library/aa175266.aspx SQL 2005 &#8211; http://msdn.microsoft.com/en-us/library/ms143761(SQL.90).aspx SQL 2008 &#8211; http://msdn.microsoft.com/en-us/library/cc645993.aspx These 3 websites give you a very detailed look into each version and [...]]]></description>
			<content:encoded><![CDATA[<p>When putting forth a recommendation for a version and edition of SQL Server to install it is important that you understand what features are available in each version and edition.</p>
<p>SQL 2000 &#8211; <a href="http://msdn.microsoft.com/en-us/library/aa175266.aspx">http://msdn.microsoft.com/en-us/library/aa175266.aspx</a><br />
SQL 2005 &#8211; <a href="http://msdn.microsoft.com/en-us/library/ms143761(SQL.90).aspx">http://msdn.microsoft.com/en-us/library/ms143761(SQL.90).aspx</a><br />
SQL 2008 &#8211; <a href="http://msdn.microsoft.com/en-us/library/cc645993.aspx">http://msdn.microsoft.com/en-us/library/cc645993.aspx</a></p>
<p>These 3 websites give you a very detailed look into each version and edition of SQL Server and the features avaliable for each. It always easiest to recommend the newest and hottest for your customers but without evaluating their needs and cross referencing that with the feature lists above they may be spending more money then they need.</p>
<p>(that being said I don&#8217;t think recommending a SQL Server 2000 solution would be a great idea either <img src='http://benchmarkitconsulting.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  hehehe )</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=SQL+Versions%2C+Editions%2C+and+Features+http://tinyurl.com/bm4oyk" title="Post to Twitter"><img class="nothumb" src="http://benchmarkitconsulting.com/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://benchmarkitconsulting.com/colin-stasiuk/2008/11/07/sql-versions-editions-and-features/&amp;title=SQL+Versions%2C+Editions%2C+and+Features" title="Post to Delicious"><img class="nothumb" src="http://benchmarkitconsulting.com/wp-content/plugins/tweet-this/icons/tt-delicious-big4.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://benchmarkitconsulting.com/colin-stasiuk/2008/11/07/sql-versions-editions-and-features/&amp;title=SQL+Versions%2C+Editions%2C+and+Features" title="Post to Digg"><img class="nothumb" src="http://benchmarkitconsulting.com/wp-content/plugins/tweet-this/icons/tt-digg-big4.png" alt="Post to Digg" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://benchmarkitconsulting.com/colin-stasiuk/2008/11/07/sql-versions-editions-and-features/&amp;title=SQL+Versions%2C+Editions%2C+and+Features" title="Post to StumbleUpon"><img class="nothumb" src="http://benchmarkitconsulting.com/wp-content/plugins/tweet-this/icons/tt-su-big4.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://benchmarkitconsulting.com/colin-stasiuk/2008/11/07/sql-versions-editions-and-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

