<?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>Becoming a SQL Master &#187; SQL Server 2000</title>
	<atom:link href="http://www.jasoncrider.com/blog/index.php/category/sql-server-2000/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasoncrider.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 19 Aug 2010 21:42:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting up your server</title>
		<link>http://www.jasoncrider.com/blog/index.php/2009/09/22/setting-up-your-server/</link>
		<comments>http://www.jasoncrider.com/blog/index.php/2009/09/22/setting-up-your-server/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 13:00:11 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>

		<guid isPermaLink="false">http://www.jasoncrider.com/blog/?p=110</guid>
		<description><![CDATA[While the Microsoft reference may say that you should keep the operating system the same, it seems hard to believe that there aren&#8217;t situations where one would decide to bypass this recommendation. If you are sitting on Windows 2003 x86 with SQL Server 2000 x86 and you have the option to go to Windows 2008 [...]]]></description>
			<content:encoded><![CDATA[<p>While the Microsoft reference may say that you should keep the operating system the same, it seems hard to believe that there aren&#8217;t situations where one would decide to bypass this recommendation. If you are sitting on Windows 2003 x86 with SQL Server 2000 x86 and you have the option to go to Windows 2008 x64 with SQL Server 2005 x64 then it might be a good time to move on that. Microsoft Windows 2008 R2 is the first OS to only be offered in a 64-bit version. If you want to be set for a few years, now might be time to go ahead and bite the x64 bullet. But you should also be aware of the downsides that can be associated with this decision. If you have 100 DTS Packages that primarily use Excel connections then you may eventually regret the decision to go with x64. It would also be a good idea to make a decision about going to Windows Server 2008.</p>
<p>RAID Levels can also be something to consider during this time.  Kendal Van Dyke has an excellent series on Disk Performance that can be useful when looking at RAID levels. While you will often read that RAID 10 gives you the best bang, you may not have any buck left. Generally, it&#8217;s recommended that you stick with RAID 5 for your data files and RAID 1 for your log files. If you are not connected to a SAN and your drives are local then now is the time to get the RAID levels right.</p>
<p>Once you have your OS installed, its time to get it configured so that it works optimally for SQL Server. There are several key fundamentals about SQL Server installations that you will need to understand as you move forward and there are great resources from Brent Ozar and Chad Boyd included in the resource links below. Another item that Brent touches on briefly is that of Disk Partition Alignment. Jimmy May has some excellent information on that, and the SQL CAT team recently published a new whitepaper that is helpful.</p>
<p>Resources:<br />
<a title="SQL Server 2005 on a 64-bit Platform" href="http://www.microsoft.com/sqlserver/2005/en/us/64-bit.aspx">SQL Server 2005 on a 64-bit Platform</a><br />
<a title="32-bit vs. the 64-bit SQL Server performance surge" href="http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1233009_mem1,00.html">32-bit vs. the 64-bit SQL Server performance surge</a><br />
<a title="Q&amp;A: Making the jump to 64-bit SQL Server 2005" href="http://searchsqlserver.techtarget.com/news/interview/0,289202,sid87_gci1161294,00.html">Q&amp;A: Making the jump to 64-bit SQL Server 2005</a><br />
<a title="Disk Performance Hands On" href="http://sqlserverpedia.com/blog/sql-server-2005/disk-performance-hands-on-series-introduction/">Disk Performance Hands On</a><br />
<a title="SQL Server Setup Checklist - Part 1" href="http://www.brentozar.com/archive/2008/03/sql-server-2005-setup-checklist-part-1-before-the-install/">SQL Server Setup Checklist &#8211; Part 1</a><br />
<a title="Installing Clustered SQL Servers - Outline, Checklists, Document Sheets" href="http://blogs.mssqltips.com/blogs/chadboyd/archive/2008/06/29/installing-clustered-sql-servers-outline-checklists-document-sheets.aspx">Installing Clustered SQL Servers &#8211; Outline, Checklists, Document Sheets</a><br />
<a title="Disk Partition Alignment (Sector Alignment) for SQL Server: Part 1: Slide Deck" href="http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx">Disk Partition Alignment (Sector Alignment) for SQL Server: Part 1: Slide Deck</a><br />
<a title="Disk Partition Alignment Best Practices for SQL Server" href="http://msdn.microsoft.com/en-us/library/dd758814.aspx">Disk Partition Alignment Best Practices for SQL Server</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasoncrider.com/blog/index.php/2009/09/22/setting-up-your-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading your Plan</title>
		<link>http://www.jasoncrider.com/blog/index.php/2009/09/21/upgrading-your-plan/</link>
		<comments>http://www.jasoncrider.com/blog/index.php/2009/09/21/upgrading-your-plan/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 17:32:34 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>

		<guid isPermaLink="false">http://www.jasoncrider.com/blog/?p=106</guid>
		<description><![CDATA[After reading through the SQL Server 2005 Upgrade Technical Reference Guide, you should have a good idea about which direction you want to move forward. The upgrade path and upgrade method will help you modify your plan so that you have the best chance to succeed. Depending on your environment, your choices may already be [...]]]></description>
			<content:encoded><![CDATA[<p><img src="file:///C:/DOCUME~1/jcrider/LOCALS~1/Temp/moz-screenshot.png" alt="" />After reading through the <a title="Reference Guide" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3d5e96d9-0074-46c4-bd4f-c3eb2abf4b66&amp;displaylang=en">SQL Server 2005 Upgrade Technical Reference Guide</a>, you should have a good idea about which direction you want to move forward. The upgrade path and upgrade method will help you modify your plan so that you have the best chance to succeed. Depending on your environment, your choices may already be made for you. Regardless of whether or not you are doing an In-Place or a Side-by-Side upgrade, it will be very beneficial for you to do some testing before you flip any kind of switch to go live with SQL 2005.</p>
<p>In the best of scenarios, you can find another server that you can use to do testing and simulate what the environment will look like.  If you cannot find another server that can be used solely for this purpose, maybe you could look at using virtualization to meet this need.  You probably will not be able to simulate the hardware completely, but it should be better than nothing. Setting up a virtual instance is beyond the scope of this article but it should be fairly easy to set that up with resources found online. VMware and Microsoft both have virtualization software that can be used for free.</p>
<p>Scalability Experts has a tool called <a title="SQL Server Upgrade Assistant 2005" href="http://www.scalabilityexperts.com/default.asp?action=article&amp;ID=45">SQL Server Upgrade Assistant 2005</a> that can be used to verify how your applications will run against SQL Server 2005 instead of 2000. Even if you do not use this tool, by reading through the User Guide you can develop your own plan for testing and that should help you discover the items you need to address.</p>
<p>In the fourth part of this series, I&#8217;ll describe some things you should consider as you are setting up your new server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasoncrider.com/blog/index.php/2009/09/21/upgrading-your-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005 Upgrade Fact Finding Mission</title>
		<link>http://www.jasoncrider.com/blog/index.php/2009/09/18/sql-server-2005-upgrade-fact-finding-mission/</link>
		<comments>http://www.jasoncrider.com/blog/index.php/2009/09/18/sql-server-2005-upgrade-fact-finding-mission/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 13:00:41 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>

		<guid isPermaLink="false">http://www.jasoncrider.com/blog/?p=94</guid>
		<description><![CDATA[Due to constraints such as budgets, staff, and overhead it may only be feasible for a shop to move from SQL Server 2000 to 2005 instead of going straight to SQL Server 2008. There are plenty of resources on the internet that cover the advantages and pitfalls that one might encounter during the leap of [...]]]></description>
			<content:encoded><![CDATA[<p>Due to constraints such as budgets, staff, and overhead it may only be feasible for a shop to move from SQL Server 2000 to 2005 instead of going straight to SQL Server 2008. There are plenty of resources on the internet that cover the advantages and pitfalls that one might encounter during the leap of faith, but I hope that by documenting my own experience I might help others have an easier transition.</p>
<p>One of the first stops for anyone interested in upgrading should be reading the following papers from Microsoft:<br />
<a title="SQL Server 2005 Upgrade Handbook" href="http://technet.microsoft.com/en-us/library/cc966519.aspx">SQL Server 2005 Upgrade Handbook</a><br />
<a title="SQL Server 2005 Update Technical Referrence Guide" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3d5e96d9-0074-46c4-bd4f-c3eb2abf4b66&amp;displaylang=en">SQL Server 2005 Upgrade Technical Reference Guide</a></p>
<p>After you’ve digested nearly 400 pages of information you should at least have a grasp on the initial concepts of what you are about to undertake and possibly even have a rough idea of what your game plan will be.  The biggest positive is that we can learn from all of those who have gone before us since we aren’t exactly breaking new ground. SQL Server 2008 has even been out for some time now, and hopefully you have investigated whether or not you should bypass SQL Server 2005. A few resources on that can be found at:</p>
<p><a title="http://blog.scalabilityexperts.com/2008/01/28/upgrade-sql-server-2000-to-2005-or-2008/" href="http://blog.scalabilityexperts.com/2008/01/28/upgrade-sql-server-2000-to-2005-or-2008/">http://blog.scalabilityexperts.com/2008/01/28/upgrade-sql-server-2000-to-2005-or-2008/</a><a title="http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1325303,00.html" href="http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1325303,00.html"></p>
<p>http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1325303,00.html</a></p>
<p><a title="http://www.sqlservercentral.com/articles/Administration/3094/" href="http://www.sqlservercentral.com/articles/Administration/3094/">http://www.sqlservercentral.com/articles/Administration/3094/<br />
</a><a title="http://sqlblog.com/blogs/denis_gobo/archive/2008/07/09/7753.aspx" href="http://sqlblog.com/blogs/denis_gobo/archive/2008/07/09/7753.aspx">http://sqlblog.com/blogs/denis_gobo/archive/2008/07/09/7753.aspx</a></p>
<p>In our case, the decision to make a slow move towards SQL Server 2005 was made based on a previous purchase of the software coupled with the later knowledge of the amount of resources required to redo what we had already begun.</p>
<p>Once you’ve decided to go forward with your upgrade it would be wise to download the <a href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fwww.microsoft.com%2Fdownloads%2Fdetails.aspx%3FFamilyID%3D1470e86b-7e05-4322-a677-95ab44f12d75&amp;ei=L6W3SvqPBpOoNqmi5doO&amp;usg=AFQjCNFqiJOaxfsc3j5na6cB6bTDgFwgAg&amp;sig2=aAPusWTagcln-Fjt9b8m-A">Microsoft SQL Server 2005 Upgrade Advisor</a>. This product will tell you what issues you could possibly run into. It’s not going to cover everything that could possibly trip you up, but it’s a good starting point in educating yourself on what you have and where you are going.</p>
<p>You may also find that it would be beneficial to run the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b352eb1f-d3ca-44ee-893e-9e07339c1f22&amp;displaylang=en">Microsoft SQL Server Best Practices Analyzer</a> to look for any other issues that may be there if you have an inherited system. You may find that it’s a good time to do a little bit of cleanup before you upgrade and there’s no time like the present. I’ve found this tool useful in tracking down issues such  as stored procedures with a sp_ prefix, usage of Select *, and objects calling deprecated built in functions.</p>
<p>In Summary, I think that it would be wise to use this planning time to clean up issues with the current SQL 2000 instance before you move forward if you have the opportunity. While some of the issues you’ll find won’t prevent you from going forward, it seems that while you have your sleeves rolled up and you’re inside the system a little cleanup would reduce future maintenance issues. Of course, if your situation is anything like mine you will run into issues that just have to wait because there’s no way that modifications can be made in a timely manner without sidetracking the upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasoncrider.com/blog/index.php/2009/09/18/sql-server-2005-upgrade-fact-finding-mission/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading from SQL Server 2000 to 2005</title>
		<link>http://www.jasoncrider.com/blog/index.php/2009/09/16/upgrading-from-sql-server-2000-to-2005/</link>
		<comments>http://www.jasoncrider.com/blog/index.php/2009/09/16/upgrading-from-sql-server-2000-to-2005/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 19:10:37 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>

		<guid isPermaLink="false">http://www.jasoncrider.com/blog/?p=89</guid>
		<description><![CDATA[This is part one in a series of upgrading from SQL Server 2000 to SQL Server 2005. The first question I want to address is why would you want to upgrade in the first place. It&#8217;s important to know why you are doing something if you are going to be able to truly understand what [...]]]></description>
			<content:encoded><![CDATA[<p>This is part one in a series of upgrading from SQL Server 2000 to SQL Server 2005. The first question I want to address is why would you want to upgrade in the first place. It&#8217;s important to know why you are doing something if you are going to be able to truly understand what you are doing. Most of my opinion and experience comes from the admin DBA side of the fence so you won&#8217;t find a ton of developer jargon thrown around because that&#8217;s not a strong point for me. I&#8217;m in the process of upgrading from SQL Server 2000 to SQL Server 2005 as well, so I hope I can chronicle the journey and help others if they are in the same situation.</p>
<p>It goes without saying that the biggest reason for upgrading is that the product is basically End of Life. While you can still get <a title="SQL Server 2000 Product Support Life Cycle" href="http://support.microsoft.com/lifecycle/?LN=en-us&amp;x=14&amp;y=10&amp;p1=2852">extended support</a> through 2013 it would still be wise to start the process of moving forward. There are plenty of resources on the internet about the new features that were introduced or approved upon with SQL Server 2005. Since I am more of an administrator I get a little more warm and fuzzy about Table and Index Partitioning, All Permissions Grantable, Mirroring, Snapshots, Online Restores, and Performance DMV’s.  While the new data types can be very useful and I’m sure CLR has its place it is hard for me to get as excited about those items. A full list of features can be found by digging through <a title="New Features Full List" href="http://msdn.microsoft.com/en-us/library/ms170363%28SQL.90%29.aspx">Microsoft’s full list</a> or an abbreviated <a title="Top 30 List" href="http://www.microsoft.com/sqlserver/2005/en/us/top-30-features.aspx">Top 30</a>.</p>
<p>For us, SQL Server Integration Services this was one of the biggest hurdles to overcome because of the number of DTS packages that we are dependent upon. Microsoft has completely redone the way that data is moved from the ground up and there is a learning curve. We eventually decided to purchase a few licenses of a third-party piece of software to help with the package transition.</p>
<p>There’s also no more Enterprise Manager, and for the most part that’s a good thing. Visually, it’s much more appealing and it’s worth running a client to access SQL 2000 instances to do most things. This late in the game I’ve even been running a SQL 2008 client because of the added features that it gives me as an administrator.</p>
<p>Coming in <a href="http://www.jasoncrider.com/blog/index.php/2009/09/18/sql-server-2005-upgrade-fact-finding-mission/">part 2</a>, Upgrade Education and Fact Finding.</p>
<p><strong>Resources:</strong></p>
<p><a title="Landing page for SQL Server 2005" href="http://www.microsoft.com/sqlserver/2005/en/us/default.aspx">Landing page for SQL Server 2005</a><br />
<a title="Why Upgrade to SQL Server 2005" href="http://download.microsoft.com/download/a/4/7/a47b7b0e-976d-4f49-b15d-f02ade638ebe/SQLServer2005_WhyUpgrade.doc">Microsoft whitepaper on “Why Upgrade to SQL Server 2005” </a><br />
<a title="FAQ: Why Upgrade to SQL Server 2005 now" href="http://download.microsoft.com/download/b/8/4/b8463723-c3b9-439e-828b-50d7981d5d26/FY08%20SQL%20Server%202005%20Upgrade%20Customer%20FAQ.pdf">FAQ: Why Upgrade to SQL Server 2005 now</a><br />
<a title="What's new in SQL Server 2005" href="http://www.developer.com/db/article.php/3512126/Whats-new-in-SQL-Server-200">What&#8217;s new in SQL Server 2005</a><br />
<a title="SQL 2005 Books Online : What's New" href="http://msdn.microsoft.com/en-us/library/ms170363%28SQL.90%29.aspx">SQL 2005 Books Online : What&#8217;s New</a><br />
<a title="Top 10 new features in SQL Server 2005" href="http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1137301,00.html">Top 10 new features in SQL Server 2005</a><br />
<a title="Consider what's new in Microsoft SQL Server 2005" href="http://articles.techrepublic.com.com/5100-10878_11-6002856.html">Consider what&#8217;s new in Microsoft SQL Server 2005</a><br />
<a title="New T-SQL Features in SQL Server 2005 Part 1" href="http://www.sqlservercentral.com/articles/Development/2734/">New T-SQL Features in SQL Server 2005 Part 1</a><br />
<a title="New T-SQL Features in SQL Server 2005 Part 2" href="http://www.sqlservercentral.com/articles/Development/2738/">New T-SQL Features in SQL Server 2005 Part 2</a><br />
<a title="The Differences Between SQL Server 2000 and 2005" href="http://www.sqlservercentral.com/articles/Administration/2988/">The Differences Between SQL Server 2000 and 2005</a><br />
<a title="The Differences Between SQL Server 2000 and 2005 - Part 2" href="http://www.sqlservercentral.com/articles/News/3036/">The Differences Between SQL Server 2000 and 2005 &#8211; Part 2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasoncrider.com/blog/index.php/2009/09/16/upgrading-from-sql-server-2000-to-2005/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Problems with SQL 2005 Upgrade Advisor</title>
		<link>http://www.jasoncrider.com/blog/index.php/2009/08/05/problems-with-sql-2005-upgrade-advisor/</link>
		<comments>http://www.jasoncrider.com/blog/index.php/2009/08/05/problems-with-sql-2005-upgrade-advisor/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 15:38:46 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>

		<guid isPermaLink="false">http://jasoncrider.com/blog/?p=74</guid>
		<description><![CDATA[For those of us that are still in situations where we deal primarily with SQL Server 2000, there should come a time when we have to run the Microsoft SQL Server 2005 Upgrade Advisor. Some of you may be going straight to SQL Server 2008 and this issue may be resolved in the SQL Server [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:DoNotShowRevisions /> <w:DoNotPrintRevisions /> <w:DoNotShowMarkup /> <w:DoNotShowComments /> <w:DoNotShowInsertionsAndDeletions /> <w:DoNotShowPropertyChanges /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} --> <!--[endif]--></p>
<p class="MsoNormal">For those of us that are still in situations where we deal primarily with SQL Server 2000, there should come a time when we have to run the Microsoft SQL Server 2005 Upgrade Advisor. Some of you may be going straight to SQL Server 2008 and this issue may be resolved in the SQL Server 2008 Upgrade Advisor.</p>
<p class="MsoNormal">During the initial run of the wizard, an error will pop up without giving you many details. In my case, I look at the event viewer and see the following:</p>
<p class="MsoNormal">
<div id="attachment_76" class="wp-caption aligncenter" style="width: 413px"><img class="size-full wp-image-76" title="net2runtimeerror1" src="http://jasoncrider.com/blog/wp-content/uploads/2009/08/net2runtimeerror1.jpg" alt=".Net 2 Runtime Error" width="403" height="447" /><p class="wp-caption-text">.Net 2 Runtime Error</p></div>
<p class="MsoNormal">If you browse the internet you’ll find various ideas to fix it. Some suggest removing all .Net versions and reinstalling them. Some suggest not putting on .Net 2 SP1 until you run it. Another suggestion is to change the Aspnet.config file to read &lt;legacyUnhandledExceptionPolicy enabled=&#8221;true&#8221; /&gt;. None of these suggestions worked for me.</p>
<p class="MsoNormal">The fix that got me working was to copy all of the files from within the \BPA\Bin folder and paste them into \BPA\.</p>
<p class="MsoNormal">I think I would try this first before going through all that other trouble. If this doesn’t work you can always explore the other options.</p>
<p><span style="font-size: 11pt; line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">Resources:<br />
<a href="http://social.msdn.microsoft.com/forums/en-US/sqlsetupandupgrade/thread/2a5f460b-8684-4510-8fcb-1e9d9786baff/">http://social.msdn.microsoft.com/forums/en-US/sqlsetupandupgrade/thread/2a5f460b-8684-4510-8fcb-1e9d9786baff/</a><br />
<a href="http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/390e8a17-bd66-4426-b24c-d0a5cc009053">http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/390e8a17-bd66-4426-b24c-d0a5cc009053</a><br />
<a href="http://www.sqlservercentral.com/Forums/Topic561810-5-1.aspx">http://www.sqlservercentral.com/Forums/Topic561810-5-1.aspx</a><br />
<a href="http://support.microsoft.com/kb/911816">http://support.microsoft.com/kb/911816</a><br />
<a href="http://sqllearnings.blogspot.com/2009/04/microsoft-sql-server-2005-upgrade.html">http://sqllearnings.blogspot.com/2009/04/microsoft-sql-server-2005-upgrade.html</a><br />
<a href="http://devel.virtage.com/2009/01/en-crashing-sql-server-2005-upgrade-advisor-error/">http://devel.virtage.com/2009/01/en-crashing-sql-server-2005-upgrade-advisor-error/</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasoncrider.com/blog/index.php/2009/08/05/problems-with-sql-2005-upgrade-advisor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install SQL Server from network</title>
		<link>http://www.jasoncrider.com/blog/index.php/2009/03/08/install-sql-server-from-network/</link>
		<comments>http://www.jasoncrider.com/blog/index.php/2009/03/08/install-sql-server-from-network/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 02:45:10 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[Troubleshooter]]></category>

		<guid isPermaLink="false">http://jasoncrider.com/blog/?p=52</guid>
		<description><![CDATA[Whenever it comes time to install SQL Server to a server it&#8217;s usually not a big deal to walk back to the server with the disc or share my drive across the network. I ran into a different situation this weekend when I needed to install several versions on a server while on a vpn [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever it comes time to install SQL Server to a server it&#8217;s usually not a big deal to walk back to the server with the disc or share my drive across the network. I ran into a different situation this weekend when I needed to install several versions on a server while on a vpn connection from home. I can&#8217;t switch the discs when needed because I&#8217;m over 30  minutes away so I needed to come up with a better way.</p>
<p>The problem arises when I have to deal with a .iso file. I needed a way to get the contents out of the iso and into a folder that I could use for a network install. After a small amount of searching I found that I had a few options. The option from Microsoft (Virtual CD Rom) didn&#8217;t play nice with the server permissions. I finally got <a title="isobuster" href="http://www.isobuster.com/">ISOBuster</a> to work for my needs.</p>
<p>Once I extracted the .iso file to a folder for each of the cd/dvds then it was a very easy process. I&#8217;m sure there are multiple ways to do this, but given my situation of being remote and only having the .iso files the solution I found seemed to do the trick.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasoncrider.com/blog/index.php/2009/03/08/install-sql-server-from-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jumbo Packets</title>
		<link>http://www.jasoncrider.com/blog/index.php/2009/02/26/jumbo-packets/</link>
		<comments>http://www.jasoncrider.com/blog/index.php/2009/02/26/jumbo-packets/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 15:08:04 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[iSCSI]]></category>

		<guid isPermaLink="false">http://jasoncrider.com/blog/?p=48</guid>
		<description><![CDATA[In the past few months, we&#8217;ve gradually been implementing a new SAN solution from Dell that uses iSCSI. We are kind of learning as we go and there are always bumps in the road. I&#8217;d noticed we had some I/O issues on our main production SQL Server but nothing seemed to add up and I [...]]]></description>
			<content:encoded><![CDATA[<p>In the past few months, we&#8217;ve gradually been implementing a new SAN solution from Dell that uses iSCSI. We are kind of learning as we go and there are always bumps in the road. I&#8217;d noticed we had some I/O issues on our main production SQL Server but nothing seemed to add up and I couldn&#8217;t find where the problem could be outside of tuning indexes or putting data files on a different drive. We are on SQL Server 2000 but we are moving towards 2005 and I&#8217;m sure that might have helped me troubleshoot the problem. I came across something the other day about Jumbo packets. As I read more and figured out where to check things I figured out I might have been onto something. <a title="Brent Ozar" href="http://www.brentozar.com/">Brent Ozar</a> passed me <a title="packets" href="http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/cnet/cnbd_trb_ukxn.mspx?mfr=true">this link</a> that helps check on the packet size. I looked at the iSCSI connection(NIC card &#8211;&gt; Configure &#8211;&gt; Advanced) and noticed that the Jumbo Mtu was set to 1500. I asked more questions of our admin and everything else along the pipe had been raised to 9000, but somehow the card got missed. Once I set this to 9000 I saw that I had far fewer I/O problems. They are still there due to poor indexes and disk contention but they are better than they were. Just thought I&#8217;d pass this along in case anyone else had a similar issue with iSCSI.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasoncrider.com/blog/index.php/2009/02/26/jumbo-packets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tempdb needs a doctor</title>
		<link>http://www.jasoncrider.com/blog/index.php/2009/02/18/tempdb-needs-a-doctor/</link>
		<comments>http://www.jasoncrider.com/blog/index.php/2009/02/18/tempdb-needs-a-doctor/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 23:24:44 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>

		<guid isPermaLink="false">http://jasoncrider.com/blog/?p=36</guid>
		<description><![CDATA[In the past, we&#8217;ve run into issues with contention and the -T1118 flag, hotfix 2040, and multiple tempdb files that led me to go ahead and put this info out there if nothing more than for my future reference. I ran into a machine today that had the tempdb files in the wrong location. They [...]]]></description>
			<content:encoded><![CDATA[<p>In the past, we&#8217;ve run into issues with contention and the -T1118 flag, hotfix 2040, and multiple tempdb files that led me to go ahead and put this info out there if nothing more than for my future reference.</p>
<p>I ran into a machine today that had the tempdb files in the wrong location. They were also the wrong size and there were not enough of them.</p>
<p>So that presents three problems that had to be solved. The first problem I decided to fix was to get rid of the current files that were sized inappropriately and in the wrong location. No need to double my work.</p>
<p>I&#8217;m sure it can just as easily be done by script, but I went into the GUI and deleted each tempdb data file that I didn&#8217;t want anymore for the time being. You will get an error message about deleting the file and restarting SQL Server. Once you&#8217;ve done that you are left with only one data file and one temp file, even though they may be in the wrong location and the wrong size.</p>
<p>Let&#8217;s go ahead and tackle the size issue first. After we&#8217;ve just restarted SQL Server lets do something like this:</p>
<p>dbcc shrinkfile (&#8216;tempdev&#8217;,1024,TRUNCATEONLY)</p>
<p>Now it&#8217;s time to go ahead and move the files to the place we want them:</p>
<p>USE master<br />
GO<br />
ALTER DATABASE tempdb<br />
MODIFY FILE (NAME = tempdev, FILENAME = &#8216;I:\tempdb.mdf&#8217;)<br />
GO<br />
ALTER DATABASE tempdb<br />
MODIFY FILE (NAME = templog, FILENAME = &#8216;I:\templog.ldf&#8217;)<br />
GO</p>
<p>Now it&#8217;s time to add the additional tempdb data files:<br />
USE [master]<br />
GO<br />
ALTER DATABASE [tempdb] ADD FILE ( NAME = N&#8217;tempdev2&#8242;,<br />
FILENAME = N&#8217;I:\tempdb2.ndf&#8217; , SIZE = 1048576KB , FILEGROWTH = 204800KB )<br />
GO<br />
ALTER DATABASE [tempdb] ADD FILE ( NAME = N&#8217;tempdev3&#8242;,<br />
FILENAME = N&#8217;I:\tempdb3.ndf&#8217; , SIZE = 1048576KB , FILEGROWTH = 204800KB )<br />
GO<br />
ALTER DATABASE [tempdb] ADD FILE ( NAME = N&#8217;tempdev4&#8242;,<br />
FILENAME = N&#8217;I:\tempdb4.ndf&#8217; , SIZE = 1048576KB , FILEGROWTH = 204800KB )<br />
GO<br />
ALTER DATABASE [tempdb] ADD FILE ( NAME = N&#8217;tempdev5&#8242;,<br />
FILENAME = N&#8217;I:\tempdb5.ndf&#8217; , SIZE = 1048576KB , FILEGROWTH = 204800KB )<br />
GO<br />
ALTER DATABASE [tempdb] ADD FILE ( NAME = N&#8217;tempdev6&#8242;,<br />
FILENAME = N&#8217;I:\tempdb6.ndf&#8217; , SIZE = 1048576KB , FILEGROWTH = 204800KB )<br />
GO<br />
ALTER DATABASE [tempdb] ADD FILE ( NAME = N&#8217;tempdev7&#8242;,<br />
FILENAME = N&#8217;I:\tempdb7.ndf&#8217; , SIZE = 1048576KB , FILEGROWTH = 204800KB )<br />
GO<br />
ALTER DATABASE [tempdb] ADD FILE ( NAME = N&#8217;tempdev8&#8242;,<br />
FILENAME = N&#8217;I:\tempdb8.ndf&#8217; , SIZE = 1048576KB , FILEGROWTH = 204800KB )<br />
GO</p>
<p>This will create 8 files (for our # of processors) that are 1024MB in size and autogrow at 200MB. At this point it probably wouldn&#8217;t hurt to restart the SQL Server. We had a few small issues but I&#8217;m not sure they were related.</p>
<p>The links that helped me with this are as follows:<br />
<a title="Moving tempdb" href="http://www.sqlteam.com/article/moving-the-tempdb-database">http://www.sqlteam.com/article/moving-the-tempdb-database</a><br />
<a title="Optimizing Tempdb" href="http://weblogs.sqlteam.com/tarad/archive/2008/05/20/60604.aspx">http://weblogs.sqlteam.com/tarad/archive/2008/05/20/60604.aspx</a><br />
<a title="Get CPU Count" href="http://weblogs.sqlteam.com/tarad/archive/2008/08/05/How-to-get-physical-CPU-count-on-a-server.aspx">http://weblogs.sqlteam.com/tarad/archive/2008/08/05/How-to-get-physical-CPU-count-on-a-server.aspx</a><br />
<a title="Alter Tempdb Size" href="http://sql-server-performance.com/Community/forums/p/23813/135241.aspx">http://sql-server-performance.com/Community/forums/p/23813/135241.aspx</a><br />
<a title="Tempdb Contention" href="http://support.microsoft.com/kb/328551">http://support.microsoft.com/kb/328551</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasoncrider.com/blog/index.php/2009/02/18/tempdb-needs-a-doctor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL 2000 Server Wide Configurations</title>
		<link>http://www.jasoncrider.com/blog/index.php/2009/02/17/sql-2000-server-wide-configurations/</link>
		<comments>http://www.jasoncrider.com/blog/index.php/2009/02/17/sql-2000-server-wide-configurations/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 22:21:04 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[SQL Server 2000]]></category>

		<guid isPermaLink="false">http://jasoncrider.com/blog/?p=31</guid>
		<description><![CDATA[Pinal Dave asks a question about server-wide configuration values regarding 2005 and 2008, but I thought I would add the ones for 2000 in case noone else did. Hopefully I got the pertinent info.]]></description>
			<content:encoded><![CDATA[<p><a title="server wide configurations" href="http://blog.sqlauthority.com/2009/02/16/sql-server-list-all-server-wide-configurations-values/">Pinal Dave asks a question</a> about server-wide configuration values regarding 2005 and 2008, but I thought I would add the ones for 2000 in case noone else did. Hopefully I got the pertinent info.</p>
<div id="attachment_32" class="wp-caption alignnone" style="width: 547px"><img class="size-full wp-image-32" title="sysconfigures2000" src="http://jasoncrider.com/blog/wp-content/uploads/2009/02/sysconfigures2000.jpg" alt="SQL Server 2000 Sys Configures" width="537" height="882" /><p class="wp-caption-text">SQL Server 2000 Sys Configures</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jasoncrider.com/blog/index.php/2009/02/17/sql-2000-server-wide-configurations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which SQL Server version?</title>
		<link>http://www.jasoncrider.com/blog/index.php/2009/02/17/which-sql-server-version/</link>
		<comments>http://www.jasoncrider.com/blog/index.php/2009/02/17/which-sql-server-version/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 14:00:10 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://jasoncrider.com/blog/?p=26</guid>
		<description><![CDATA[From my understanding, it is only necessary for me to discuss SQL Server versions later than SQL Server 2000. I include SQL Server 2000 because the truth is that many people are still using this product. I know that the shop I work in has mostly SQL Server 2000 instances and a couple of SQL [...]]]></description>
			<content:encoded><![CDATA[<p>From my understanding, it is only necessary for me to discuss SQL Server versions later than SQL Server 2000. I include SQL Server 2000 because the truth is that many people are still using this product.  I know that the shop I work in has mostly SQL Server 2000 instances and a couple of SQL Server 2005 so that is where I&#8217;m coming from. Some of the consideration may be out of your control because your shop may not have a SQL Server 2000 server. I hope to present the pros and cons that go with the order in which you choose to begin your journey. I also hope that others will add their opinion to back me up or correct me.</p>
<p><strong>SQL Server 2008</strong><br />
If you aren&#8217;t working with a certain SQL Server version at your workplace then I would think that going with SQL Server 2008 would be your best option. It&#8217;s the latest and greatest and you will give yourself the most shelf-life for your effort. SQL Server 2008 was released in August of 2008 and you can see a build list <a title="2008 Build List" href="http://www.sqlservercentral.com/articles/SQL+Server+2008/63491/">here</a>. One negative I noticed is that some of the books (<a title="70-432 Book" href="http://www.amazon.com/MCTS-Self-Paced-Training-70-432-PRO-Certification/dp/0735626057/ref=pd_bbs_8?ie=UTF8&amp;s=books&amp;qid=1234838680&amp;sr=8-8">MCTS Self-Paced Training Kit (Exam 70-432): Microsoft® SQL Server® 2008 Implementation and Maintenance (PRO-Certification)</a> are still being finalized for this version at the time of this writing. At the bare minimum, I would recommend becoming familiar with this version and go grab the <a title="SQL Server 2008 Express Edition" href="http://www.microsoft.com/express/sql/register/">Express Edition</a>.</p>
<p><strong>SQL Server 2005</strong><br />
You still may want to look at this version first if you are breaking into the field. There are tons of resources for SQL Server 2005 and you can focus on laying the ground work for a successful base to your knowledge. SQL Server 2008 does have new features, but I am not sure they are make or break for the beginner DBA. Personally, I have only gone as far as touching SQL Server 2005 and 2000. I am in the process of beginning to test SQL Server 2008, but since it&#8217;s not deployed in my work environment I feel that I gain more by focusing on maintaining and upgrading from 2000 to 2005. The amount of resources available to someone starting out with 2005 will be far greater than 2008 at the time of this writing, but there are many variables to add up when making your decision and I can&#8217;t account for all of them. One negative aspect that I saw last night would be finding a development version of SQL Server 2005 to start your test lab with. Amazon did not have any copies in stock so you would have to find a reseller if you wanted to use more advanced features that weren&#8217;t available in the Express Edition. SQL Server 2005 is up to SP3 so you are past the initial growing pains that come with a product without a service pack. You can grab the Express Edition <a title="SQL Server 2005 Express Edition" href="http://www.microsoft.com/Sqlserver/2005/en/us/express.aspx">here</a>.</p>
<p><strong>SQL Server 2000</strong><br />
Support for this product is only available through <a title="SQL Server 2000 Extended Support" href="http://support.microsoft.com/lifecycle/?LN=en-us&amp;x=14&amp;y=10&amp;p1=2852">extended support</a>. If you are currently in a shop that primarily uses SQL Server 2000 then you first step should be learning how to help maintain what is already there. If you are going to be working with a product then it does not make sense to me to only prepare for the future. This is the situation that I inherited so I can speak more clearly on it than the others. When this package fell into my lap we were only using SQL Server 2000. Even though the product life cycle is basically expired, the product still has to be managed by someone. Given the current economy, there&#8217;s a pretty good chance that budgets are frozen and upgrades to SQL Server 2005 may not be possible. This does not mean you should not prepare for the future, but it does mean you better become an expert on what your shop is using right now if you want to be the &#8220;go-to-guy&#8221; where you are at. There are tons of resources out there for SQL Server 2000, and that has helped me a great deal when it came to becomming the person who wants to answer the questions. If your shop is currently using SQL Server 2000 then you should have access to the necessary materials to build a good test lab to begin the learning process. I made the choice to go ahead and go with the 2005 certification track since that is the direction we are going, but I still needed to know how to do the same things in 2000. Having a certification of MCITP Database Administrator in SQL Server 2005 helps give those around me the confidence that I am able to facilitate an upgrade from SQL Server 2000 to 2005.</p>
<p><strong>Summary</strong><br />
The SQL Server version you choose to go with definitely depends on variables that only you know. Whether or not you actually get to touch the SQL Servers at your workplace also play a huge role in what kind of decision you make. I would still download an Express Edition copy of 2005 and 2008 in order to get your feet wet, but you have to focus on what you feel will give you the edge where you work or where you would like to work. It all goes back to establishing what your goal is and then taking action to make it happen. If you want to become a SQL DBA where you work then you have to know if there&#8217;s even a possibility of that happening before you expend too much energy going down that path. Pick a target and set some goals to try and hit it. If you never set them then you&#8217;ll miss it every time. And by all means, if you want different results then you have to change what you are doing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasoncrider.com/blog/index.php/2009/02/17/which-sql-server-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
