<?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>Database Stuff</title>
	<atom:link href="http://database.widestuff.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://database.widestuff.com</link>
	<description>DBMS, RDBMS &#38; ORDBMS</description>
	<lastBuildDate>Sat, 21 Nov 2009 10:03:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Moving MSDB &amp; MODEL database to a different location in SQL Server 2005</title>
		<link>http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/</link>
		<comments>http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 10:03:11 +0000</pubDate>
		<dc:creator>Jagdish</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[change location]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[Moving MSDB & MODEL database to a different location in SQL Server 2005]]></category>
		<category><![CDATA[msdb]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql server 2005]]></category>
		<category><![CDATA[system database]]></category>
		<category><![CDATA[tempdb]]></category>

		<guid isPermaLink="false">http://database.widestuff.com/?p=47</guid>
		<description><![CDATA[In my previous post we discussed about moving TEMPDB database to a different location.
In this we will discuss on how to move the MSDB &#38; MODEL database.
As I said we can check the properties of any database using the following command:
SP_HELPDB &#60;database name&#62;
So for MSDB &#38; MODEL databases, you can run the following command:
SP_HELPDB MSDB
GO
SP_HELPDB [...]]]></description>
			<content:encoded><![CDATA[<p>In my previous post we discussed about moving TEMPDB database to a different location.</p>
<p>In this we will discuss on how to move the MSDB &amp; MODEL database.</p>
<p>As I said we can check the properties of any database using the following command:</p>
<blockquote><p><span style="color: #000000;"><span style="font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">SP_HELPDB &lt;database name&gt;</span></span></p></blockquote>
<p>So for MSDB &amp; MODEL databases, you can run the following command:</p>
<blockquote><p><span style="color: #000000;"><span style="font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">SP_HELPDB MSDB<br />
GO<br />
SP_HELPDB MODEL<br />
GO</span></span></p></blockquote>
<p><span style="color: #000000;"><span style="font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">Now going to the process on moving the above databases to a different location follow the below steps:</span></span></p>
<p>1. Restart the SQL Server service in single user mode. Do the below to restart the server in a single user mode.</p>
<p>Start -&gt; Programs -&gt; Microsoft SQL Server 2005 -&gt; Configuration Tools -&gt; Notification Services Command Prompt</p>
<p>or</p>
<p>Start -&gt; Run <span style="color: #333333; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">–<span style="color: #000000;">&gt; Type <span style="color: #0000ff;">Command</span> or <span style="color: #0000ff;">CMD <span style="color: #000000;">-&gt;</span> <span style="color: #000000;">Press </span>OK <span style="color: #000000;">or </span>Enter</span></span></span></p>
<p><span style="color: #333333; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;"><span style="color: #000000;"><span style="color: #0000ff;"><span style="color: #000000;">2. In the command prompt, type the following commands in the order.</span></span></span></span></p>
<p><span style="color: #333333; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;"><span style="color: #000000;"><span style="color: #0000ff;"><span style="color: #000000;">a. </span></span></span></span><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">NET STOP MSSQLSERVER <span style="color: #000000;">(or)</span> </span><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">NET STOP MSSQL$&lt;Instance_Name&gt;</span></p>
<p><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;"><span style="color: #000000;">b. </span></span><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">NET START </span><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">MSSQLSERVER </span><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;"> /c /m /T3608</span><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;"><span style="color: #000000;"> (or)</span> </span><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">NET START MSSQL$</span><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">&lt;Instance_Name&gt;</span><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;"> /c /m /T3608</span></p>
<p><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;"><span style="color: #000000;">Now your SQL Server is in Single User mode </span></span><span style="color: #000000;"><span style="font-family: Verdana,sans-serif; font-size: 13px; font-style: italic; line-height: 20px; text-align: left;"> and only one administrator can connect</span></span><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;"><span style="color: #000000;">.</span></span></p>
<p><span style="color: #333333; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">By default the object explorer is open and it is considered as one connection so if you click new query it is considered as second connection and hence you get the error. Inorder to avoid the error you need to click the disconnect button in the object explorer pane and then close the object explorer window.</span></p>
<p><span style="color: #333333; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">3. Now click the New query and you could connect to the server. Once you are connected to it, run the following:</span></p>
<blockquote><p><span style="color: #993300; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;"><span style="color: #000000;">SP_DETACH_DB &#8216;MSDB&#8217;<br />
GO<br />
SP_DETACH_DB &#8216;MODEL&#8217;<br />
GO</span></span></p></blockquote>
<p><span style="color: #993300; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;"><span style="color: #000000;">4. </span></span><span style="color: #333333; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">Now move the model and msdb data and log files to the desired location i.e </span>F:\SystemDatafiles.</p>
<p>5. After you move the data and log files to the new location, attach the files using following:</p>
<blockquote><p><span style="color: #000000;"><span style="font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">SP_ATTACH_DB &#8216;MODEL&#8217;,'F:\DATA\MODEL.MDF&#8217;,'F:\DATA\MODELLOG.LDF&#8217;,<br />
GO<br />
SP_ATTACH_DB &#8216;MSDB&#8221;F:\DATA\MSDBDATA.MDF&#8217;,'F:\DATA\MSDBLOG.LDF&#8217;,<br />
GO</span></span></p></blockquote>
<p><span style="color: #000000;"><span style="font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">6. Now start the SQL Server service in a normal mode using the below commands.</span></span></p>
<p><span style="color: #333333; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;"><span style="color: #000000;"><span style="color: #0000ff;"><span style="color: #000000;">In the command prompt, type the following commands in the order.</span></span></span></span></p>
<p><span style="color: #333333; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;"><span style="color: #000000;"><span style="color: #0000ff;"><span style="color: #000000;">a. </span></span></span></span><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">NET STOP MSSQLSERVER <span style="color: #000000;">(or)</span> </span><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">NET STOP MSSQL$&lt;Instance_Name&gt;</span></p>
<p><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;"><span style="color: #000000;">b. </span></span><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">NET START </span><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">MSSQLSERVER</span><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;"><span style="color: #000000;"> (or)</span> </span><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">NET START MSSQL$</span><span style="color: #000099; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">&lt;Instance_Name&gt;</span></p>
<p><span style="color: #000000;"><span style="font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">7. </span></span>Now check the properties of Tempdb like location, size, etc. using the following.</p>
<blockquote><p><span style="color: #000000;"><span style="font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px; text-align: left;">SP_HELPDB MSDB<br />
GO<br />
SP_HELPDB MODEL<br />
GO</span></span></p></blockquote>
<p>Now you can find the modified locations.</p>
<p>This is the way we change the location of MSDB &amp; MODEL database.</p>
<p>In the next post, you can find more on changing the location of other system databases (MASTER).</p>
<div class="sexy-bookmarks sexy-bookmarks-expand"><ul class="socials"><li class="sexy-scriptstyle"><a href="http://scriptandstyle.com/submit?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a></li><li class="sexy-blinklist"><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;Title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a></li><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="sexy-diigo"><a href="http://www.diigo.com/post?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005&amp;desc=In%20my%20previous%20post%20we%20discussed%20about%20moving%20TEMPDB%20database%20to%20a%20different%20location.%0D%0A%0D%0AIn%20this%20we%20will%20discuss%20on%20how%20to%20move%20the%20MSDB%20%26amp%3B%20MODEL%20database.%0D%0A%0D%0AAs%20I%20said%20we%20can%20check%20the%20properties%20of%20any%20database%20using%20the%20following%20command%3A%0D%0ASP_HELPDB%20%26lt%3Bdatabase%20name%26gt%3B%0D%0ASo%20for%20MSDB%20%26amp%3B%20MO" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="sexy-reddit"><a href="http://reddit.com/submit?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="sexy-yahoobuzz"><a href="http://buzz.yahoo.com/submit/?submitUrl=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;submitHeadline=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005&amp;submitSummary=In%20my%20previous%20post%20we%20discussed%20about%20moving%20TEMPDB%20database%20to%20a%20different%20location.%0D%0A%0D%0AIn%20this%20we%20will%20discuss%20on%20how%20to%20move%20the%20MSDB%20%26amp%3B%20MODEL%20database.%0D%0A%0D%0AAs%20I%20said%20we%20can%20check%20the%20properties%20of%20any%20database%20using%20the%20following%20command%3A%0D%0ASP_HELPDB%20%26lt%3Bdatabase%20name%26gt%3B%0D%0ASo%20for%20MSDB%20%26amp%3B%20MO&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-mixx"><a href="http://www.mixx.com/submit?page_url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;t=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li class="sexy-designfloat"><a href="http://www.designfloat.com/submit.php?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;t=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005+-+http://b2l.me/angkj+(via+@dbstuff)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22Moving%20MSDB%20%26%20MODEL%20database%20to%20a%20different%20location%20in%20SQL%20Server%202005%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22In%20my%20previous%20post%20we%20discussed%20about%20moving%20TEMPDB%20database%20to%20a%20different%20location.%0D%0A%0D%0AIn%20this%20we%20will%20discuss%20on%20how%20to%20move%20the%20MSDB%20%26amp%3B%20MODEL%20database.%0D%0A%0D%0AAs%20I%20said%20we%20can%20check%20the%20properties%20of%20any%20database%20using%20the%20following%20command%3A%0D%0ASP_HELPDB%20%26lt%3Bdatabase%20name%26gt%3B%0D%0ASo%20for%20MSDB%20%26amp%3B%20MO%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li class="sexy-tomuse"><a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22Moving%20MSDB%20%26%20MODEL%20database%20to%20a%20different%20location%20in%20SQL%20Server%202005%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22In%20my%20previous%20post%20we%20discussed%20about%20moving%20TEMPDB%20database%20to%20a%20different%20location.%0D%0A%0D%0AIn%20this%20we%20will%20discuss%20on%20how%20to%20move%20the%20MSDB%20%26amp%3B%20MODEL%20database.%0D%0A%0D%0AAs%20I%20said%20we%20can%20check%20the%20properties%20of%20any%20database%20using%20the%20following%20command%3A%0D%0ASP_HELPDB%20%26lt%3Bdatabase%20name%26gt%3B%0D%0ASo%20for%20MSDB%20%26amp%3B%20MO%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a></li><li class="sexy-comfeed"><a href="http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005&amp;summary=In%20my%20previous%20post%20we%20discussed%20about%20moving%20TEMPDB%20database%20to%20a%20different%20location.%0D%0A%0D%0AIn%20this%20we%20will%20discuss%20on%20how%20to%20move%20the%20MSDB%20%26amp%3B%20MODEL%20database.%0D%0A%0D%0AAs%20I%20said%20we%20can%20check%20the%20properties%20of%20any%20database%20using%20the%20following%20command%3A%0D%0ASP_HELPDB%20%26lt%3Bdatabase%20name%26gt%3B%0D%0ASo%20for%20MSDB%20%26amp%3B%20MO&amp;source=Database Stuff" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li><li class="sexy-newsvine"><a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;h=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a></li><li class="sexy-devmarks"><a href="http://devmarks.com/index.php?posttext=In%20my%20previous%20post%20we%20discussed%20about%20moving%20TEMPDB%20database%20to%20a%20different%20location.%0D%0A%0D%0AIn%20this%20we%20will%20discuss%20on%20how%20to%20move%20the%20MSDB%20%26amp%3B%20MODEL%20database.%0D%0A%0D%0AAs%20I%20said%20we%20can%20check%20the%20properties%20of%20any%20database%20using%20the%20following%20command%3A%0D%0ASP_HELPDB%20%26lt%3Bdatabase%20name%26gt%3B%0D%0ASo%20for%20MSDB%20%26amp%3B%20MO&amp;posturl=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;posttitle=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on Devmarks">Share this on Devmarks</a></li><li class="sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li><li class="sexy-misterwong"><a href="http://www.mister-wong.com/addurl/?bm_url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;bm_description=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="sexy-izeby"><a href="http://izeby.com/submit.php?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a></li><li class="sexy-tipd"><a href="http://tipd.com/submit.php?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a></li><li class="sexy-pfbuzz"><a href="http://pfbuzz.com/submit?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a></li><li class="sexy-friendfeed"><a href="http://www.friendfeed.com/share?title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005&amp;link=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a></li><li class="sexy-blogmarks"><a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a></li><li class="sexy-twittley"><a href="http://twittley.com/submit/?title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005&amp;url=http%3A%2F%2Fdatabase.widestuff.com%2F2009%2F11%2Fmoving-msdb-model-database-to-a-different-location-in-sql-server-2005%2F&amp;desc=In%20my%20previous%20post%20we%20discussed%20about%20moving%20TEMPDB%20database%20to%20a%20different%20location.%0D%0A%0D%0AIn%20this%20we%20will%20discuss%20on%20how%20to%20move%20the%20MSDB%20%26amp%3B%20MODEL%20database.%0D%0A%0D%0AAs%20I%20said%20we%20can%20check%20the%20properties%20of%20any%20database%20using%20the%20following%20command%3A%0D%0ASP_HELPDB%20%26lt%3Bdatabase%20name%26gt%3B%0D%0ASo%20for%20MSDB%20%26amp%3B%20MO&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a></li><li class="sexy-fwisp"><a href="http://fwisp.com/submit?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a></li><li class="sexy-designmoo"><a href="http://designmoo.com/submit?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005&amp;body=In%20my%20previous%20post%20we%20discussed%20about%20moving%20TEMPDB%20database%20to%20a%20different%20location.%0D%0A%0D%0AIn%20this%20we%20will%20discuss%20on%20how%20to%20move%20the%20MSDB%20%26amp%3B%20MODEL%20database.%0D%0A%0D%0AAs%20I%20said%20we%20can%20check%20the%20properties%20of%20any%20database%20using%20the%20following%20command%3A%0D%0ASP_HELPDB%20%26lt%3Bdatabase%20name%26gt%3B%0D%0ASo%20for%20MSDB%20%26amp%3B%20MO" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a></li><li class="sexy-bobrdobr"><a href="http://bobrdobr.ru/addext.html?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a></li><li class="sexy-yandex"><a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;lname=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a></li><li class="sexy-memoryru"><a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;u_data[name]=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a></li><li class="sexy-100zakladok"><a href="http://www.100zakladok.ru/save/?bmurl=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;bmtitle=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a></li><li class="sexy-moemesto"><a href="http://moemesto.ru/post.php?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a></li><li class="sexy-hackernews"><a href="http://news.ycombinator.com/submitlink?u=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;t=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li class="sexy-printfriendly"><a href="http://www.printfriendly.com/print?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a></li><li class="sexy-designbump"><a href="http://designbump.com/submit?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005&amp;body=In%20my%20previous%20post%20we%20discussed%20about%20moving%20TEMPDB%20database%20to%20a%20different%20location.%0D%0A%0D%0AIn%20this%20we%20will%20discuss%20on%20how%20to%20move%20the%20MSDB%20%26amp%3B%20MODEL%20database.%0D%0A%0D%0AAs%20I%20said%20we%20can%20check%20the%20properties%20of%20any%20database%20using%20the%20following%20command%3A%0D%0ASP_HELPDB%20%26lt%3Bdatabase%20name%26gt%3B%0D%0ASo%20for%20MSDB%20%26amp%3B%20MO" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a></li><li class="sexy-ning"><a href="http://bookmarks.ning.com/addItem.php?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;T=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a></li><li class="sexy-identica"><a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005&quot;+-+from+http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a></li><li class="sexy-xerpi"><a href="http://www.xerpi.com/block/add_link_from_extension?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a></li><li class="sexy-wikio"><a href="http://www.wikio.com/sharethis?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a></li><li class="sexy-techmeme"><a href="http://twitter.com/home/?status=Tip+@Techmeme+http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/+&quot;Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a></li><li class="sexy-sphinn"><a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a></li><li class="sexy-posterous"><a href="http://posterous.com/share?linkto=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005&amp;selection=In%20my%20previous%20post%20we%20discussed%20about%20moving%20TEMPDB%20database%20to%20a%20different%20location.%0D%0A%0D%0AIn%20this%20we%20will%20discuss%20on%20how%20to%20move%20the%20MSDB%20%26amp%3B%20MODEL%20database.%0D%0A%0D%0AAs%20I%20said%20we%20can%20check%20the%20properties%20of%20any%20database%20using%20the%20following%20command%3A%0D%0ASP_HELPDB%20%26lt%3Bdatabase%20name%26gt%3B%0D%0ASo%20for%20MSDB%20%26amp%3B%20MO" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a></li><li class="sexy-globalgrind"><a href="http://globalgrind.com/submission/submit.aspx?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;type=Article&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a></li><li class="sexy-pingfm"><a href="http://ping.fm/ref/?link=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005&amp;body=In%20my%20previous%20post%20we%20discussed%20about%20moving%20TEMPDB%20database%20to%20a%20different%20location.%0D%0A%0D%0AIn%20this%20we%20will%20discuss%20on%20how%20to%20move%20the%20MSDB%20%26amp%3B%20MODEL%20database.%0D%0A%0D%0AAs%20I%20said%20we%20can%20check%20the%20properties%20of%20any%20database%20using%20the%20following%20command%3A%0D%0ASP_HELPDB%20%26lt%3Bdatabase%20name%26gt%3B%0D%0ASo%20for%20MSDB%20%26amp%3B%20MO" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a></li><li class="sexy-nujij"><a href="http://nujij.nl/jij.lynkx?t=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005&amp;u=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;b=In%20my%20previous%20post%20we%20discussed%20about%20moving%20TEMPDB%20database%20to%20a%20different%20location.%0D%0A%0D%0AIn%20this%20we%20will%20discuss%20on%20how%20to%20move%20the%20MSDB%20%26amp%3B%20MODEL%20database.%0D%0A%0D%0AAs%20I%20said%20we%20can%20check%20the%20properties%20of%20any%20database%20using%20the%20following%20command%3A%0D%0ASP_HELPDB%20%26lt%3Bdatabase%20name%26gt%3B%0D%0ASo%20for%20MSDB%20%26amp%3B%20MO" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a></li><li class="sexy-ekudos"><a href="http://www.ekudos.nl/artikel/nieuw?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005&amp;desc=In%20my%20previous%20post%20we%20discussed%20about%20moving%20TEMPDB%20database%20to%20a%20different%20location.%0D%0A%0D%0AIn%20this%20we%20will%20discuss%20on%20how%20to%20move%20the%20MSDB%20%26amp%3B%20MODEL%20database.%0D%0A%0D%0AAs%20I%20said%20we%20can%20check%20the%20properties%20of%20any%20database%20using%20the%20following%20command%3A%0D%0ASP_HELPDB%20%26lt%3Bdatabase%20name%26gt%3B%0D%0ASo%20for%20MSDB%20%26amp%3B%20MO" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a></li><li class="sexy-netvouz"><a href="http://www.netvouz.com/action/submitBookmark?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a></li><li class="sexy-netvibes"><a href="http://www.netvibes.com/share?title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005&amp;url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a></li><li class="sexy-fleck"><a href="http://beta3.fleck.com/bookmarklet.php?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a></li><li class="sexy-blogospherenews"><a href="http://www.blogospherenews.com/submit.php?url=http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+MSDB+%26+MODEL+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://database.widestuff.com/2009/11/moving-msdb-model-database-to-a-different-location-in-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving TempDB database to a different location in SQL Server 2005</title>
		<link>http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/</link>
		<comments>http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 06:02:37 +0000</pubDate>
		<dc:creator>Jagdish</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[change location]]></category>
		<category><![CDATA[Moving TempDB database to a different location in SQL Server 2005]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql server 2005]]></category>
		<category><![CDATA[system database]]></category>
		<category><![CDATA[tempdb]]></category>

		<guid isPermaLink="false">http://database.widestuff.com/?p=30</guid>
		<description><![CDATA[Moving TempDB database to a different location:
As an administrator, sometimes it requires to move the System database to different location for various reasons like freeing up the space on drive, for improving the performance of the database, reducing the load on the drive, etc.
Now I am also facing the same issue, I need to free [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Moving TempDB database to a different location:</strong></p>
<p>As an administrator, sometimes it requires to move the System database to different location for various reasons like freeing up the space on drive, for improving the performance of the database, reducing the load on the drive, etc.</p>
<p>Now I am also facing the same issue, I need to free up the space on my C drive. Therefore, I am planning to move the System database. Today I tried in moving the Tempdb database to a different drive.</p>
<p>Before going with the process on moving the Tempdb database, I would like to discuss few things that are recommended just like prerequisites.</p>
<p>1.	The source and destination drives should be of same type or format. Ex.: Fat32, NTFS, etc.<br />
2.	Make sure that the destination drive is not compressed. If it compressed already, you can uncompress by going to the properties of the drive.</p>
<p>Now let us go with process on moving Tempdb to a different location.</p>
<p>Data files of Tempdb are stored in the default location on C drive (C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data).</p>
<p>I want to move these files to F drive (F:\SystemDatafiles).</p>
<p>1.	Execute the following to see the properties of Tempdb like location, size, etc.</p>
<p><code>SP_HELPDB TempDB</code></p>
<p>2.	Now execute the following to change the location of data files of TempDB database.</p>
<p><a rel="attachment wp-att-37" href="http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/attachment/1/"><img class="alignright size-full wp-image-37" title="Code1" src="http://database.widestuff.com/wp-content/uploads/2009/11/1.JPG" alt="Code1" width="723" height="82" /></a></p>
<p>3.	Restart the Services of SQL Server.</p>
<p>4.	Now check the properties of Tempdb like location, size, etc. using the following.</p>
<p><code>SP_HELPDB TempDB</code></p>
<p>Now you can find the modified locations.</p>
<p>This is the way we change the location of TempDb database.</p>
<p>In the next post, you can find more on changing the location of other system databases.</p>
<div class="sexy-bookmarks sexy-bookmarks-expand"><ul class="socials"><li class="sexy-scriptstyle"><a href="http://scriptandstyle.com/submit?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a></li><li class="sexy-blinklist"><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;Title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a></li><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="sexy-diigo"><a href="http://www.diigo.com/post?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005&amp;desc=Moving%20TempDB%20database%20to%20a%20different%20location%3A%0D%0A%0D%0AAs%20an%20administrator%2C%20sometimes%20it%20requires%20to%20move%20the%20System%20database%20to%20different%20location%20for%20various%20reasons%20like%20freeing%20up%20the%20space%20on%20drive%2C%20for%20improving%20the%20performance%20of%20the%20database%2C%20reducing%20the%20load%20on%20the%20drive%2C%20etc.%0D%0A%0D%0ANow%20I%20am%20also" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="sexy-reddit"><a href="http://reddit.com/submit?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="sexy-yahoobuzz"><a href="http://buzz.yahoo.com/submit/?submitUrl=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;submitHeadline=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005&amp;submitSummary=Moving%20TempDB%20database%20to%20a%20different%20location%3A%0D%0A%0D%0AAs%20an%20administrator%2C%20sometimes%20it%20requires%20to%20move%20the%20System%20database%20to%20different%20location%20for%20various%20reasons%20like%20freeing%20up%20the%20space%20on%20drive%2C%20for%20improving%20the%20performance%20of%20the%20database%2C%20reducing%20the%20load%20on%20the%20drive%2C%20etc.%0D%0A%0D%0ANow%20I%20am%20also&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-mixx"><a href="http://www.mixx.com/submit?page_url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;t=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li class="sexy-designfloat"><a href="http://www.designfloat.com/submit.php?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;t=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005+-+http://b2l.me/anbre+(via+@dbstuff)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22Moving%20TempDB%20database%20to%20a%20different%20location%20in%20SQL%20Server%202005%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Moving%20TempDB%20database%20to%20a%20different%20location%3A%0D%0A%0D%0AAs%20an%20administrator%2C%20sometimes%20it%20requires%20to%20move%20the%20System%20database%20to%20different%20location%20for%20various%20reasons%20like%20freeing%20up%20the%20space%20on%20drive%2C%20for%20improving%20the%20performance%20of%20the%20database%2C%20reducing%20the%20load%20on%20the%20drive%2C%20etc.%0D%0A%0D%0ANow%20I%20am%20also%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li class="sexy-tomuse"><a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22Moving%20TempDB%20database%20to%20a%20different%20location%20in%20SQL%20Server%202005%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22Moving%20TempDB%20database%20to%20a%20different%20location%3A%0D%0A%0D%0AAs%20an%20administrator%2C%20sometimes%20it%20requires%20to%20move%20the%20System%20database%20to%20different%20location%20for%20various%20reasons%20like%20freeing%20up%20the%20space%20on%20drive%2C%20for%20improving%20the%20performance%20of%20the%20database%2C%20reducing%20the%20load%20on%20the%20drive%2C%20etc.%0D%0A%0D%0ANow%20I%20am%20also%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a></li><li class="sexy-comfeed"><a href="http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005&amp;summary=Moving%20TempDB%20database%20to%20a%20different%20location%3A%0D%0A%0D%0AAs%20an%20administrator%2C%20sometimes%20it%20requires%20to%20move%20the%20System%20database%20to%20different%20location%20for%20various%20reasons%20like%20freeing%20up%20the%20space%20on%20drive%2C%20for%20improving%20the%20performance%20of%20the%20database%2C%20reducing%20the%20load%20on%20the%20drive%2C%20etc.%0D%0A%0D%0ANow%20I%20am%20also&amp;source=Database Stuff" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li><li class="sexy-newsvine"><a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;h=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a></li><li class="sexy-devmarks"><a href="http://devmarks.com/index.php?posttext=Moving%20TempDB%20database%20to%20a%20different%20location%3A%0D%0A%0D%0AAs%20an%20administrator%2C%20sometimes%20it%20requires%20to%20move%20the%20System%20database%20to%20different%20location%20for%20various%20reasons%20like%20freeing%20up%20the%20space%20on%20drive%2C%20for%20improving%20the%20performance%20of%20the%20database%2C%20reducing%20the%20load%20on%20the%20drive%2C%20etc.%0D%0A%0D%0ANow%20I%20am%20also&amp;posturl=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;posttitle=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on Devmarks">Share this on Devmarks</a></li><li class="sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li><li class="sexy-misterwong"><a href="http://www.mister-wong.com/addurl/?bm_url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;bm_description=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="sexy-izeby"><a href="http://izeby.com/submit.php?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a></li><li class="sexy-tipd"><a href="http://tipd.com/submit.php?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a></li><li class="sexy-pfbuzz"><a href="http://pfbuzz.com/submit?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a></li><li class="sexy-friendfeed"><a href="http://www.friendfeed.com/share?title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005&amp;link=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a></li><li class="sexy-blogmarks"><a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a></li><li class="sexy-twittley"><a href="http://twittley.com/submit/?title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005&amp;url=http%3A%2F%2Fdatabase.widestuff.com%2F2009%2F11%2Fmoving-tempdb-database-to-a-different-location-in-sql-server-2005%2F&amp;desc=Moving%20TempDB%20database%20to%20a%20different%20location%3A%0D%0A%0D%0AAs%20an%20administrator%2C%20sometimes%20it%20requires%20to%20move%20the%20System%20database%20to%20different%20location%20for%20various%20reasons%20like%20freeing%20up%20the%20space%20on%20drive%2C%20for%20improving%20the%20performance%20of%20the%20database%2C%20reducing%20the%20load%20on%20the%20drive%2C%20etc.%0D%0A%0D%0ANow%20I%20am%20also&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a></li><li class="sexy-fwisp"><a href="http://fwisp.com/submit?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a></li><li class="sexy-designmoo"><a href="http://designmoo.com/submit?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005&amp;body=Moving%20TempDB%20database%20to%20a%20different%20location%3A%0D%0A%0D%0AAs%20an%20administrator%2C%20sometimes%20it%20requires%20to%20move%20the%20System%20database%20to%20different%20location%20for%20various%20reasons%20like%20freeing%20up%20the%20space%20on%20drive%2C%20for%20improving%20the%20performance%20of%20the%20database%2C%20reducing%20the%20load%20on%20the%20drive%2C%20etc.%0D%0A%0D%0ANow%20I%20am%20also" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a></li><li class="sexy-bobrdobr"><a href="http://bobrdobr.ru/addext.html?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a></li><li class="sexy-yandex"><a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;lname=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a></li><li class="sexy-memoryru"><a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;u_data[name]=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a></li><li class="sexy-100zakladok"><a href="http://www.100zakladok.ru/save/?bmurl=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;bmtitle=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a></li><li class="sexy-moemesto"><a href="http://moemesto.ru/post.php?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a></li><li class="sexy-hackernews"><a href="http://news.ycombinator.com/submitlink?u=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;t=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li class="sexy-printfriendly"><a href="http://www.printfriendly.com/print?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a></li><li class="sexy-designbump"><a href="http://designbump.com/submit?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005&amp;body=Moving%20TempDB%20database%20to%20a%20different%20location%3A%0D%0A%0D%0AAs%20an%20administrator%2C%20sometimes%20it%20requires%20to%20move%20the%20System%20database%20to%20different%20location%20for%20various%20reasons%20like%20freeing%20up%20the%20space%20on%20drive%2C%20for%20improving%20the%20performance%20of%20the%20database%2C%20reducing%20the%20load%20on%20the%20drive%2C%20etc.%0D%0A%0D%0ANow%20I%20am%20also" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a></li><li class="sexy-ning"><a href="http://bookmarks.ning.com/addItem.php?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;T=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a></li><li class="sexy-identica"><a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005&quot;+-+from+http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a></li><li class="sexy-xerpi"><a href="http://www.xerpi.com/block/add_link_from_extension?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a></li><li class="sexy-wikio"><a href="http://www.wikio.com/sharethis?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a></li><li class="sexy-techmeme"><a href="http://twitter.com/home/?status=Tip+@Techmeme+http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/+&quot;Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a></li><li class="sexy-sphinn"><a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a></li><li class="sexy-posterous"><a href="http://posterous.com/share?linkto=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005&amp;selection=Moving%20TempDB%20database%20to%20a%20different%20location%3A%0D%0A%0D%0AAs%20an%20administrator%2C%20sometimes%20it%20requires%20to%20move%20the%20System%20database%20to%20different%20location%20for%20various%20reasons%20like%20freeing%20up%20the%20space%20on%20drive%2C%20for%20improving%20the%20performance%20of%20the%20database%2C%20reducing%20the%20load%20on%20the%20drive%2C%20etc.%0D%0A%0D%0ANow%20I%20am%20also" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a></li><li class="sexy-globalgrind"><a href="http://globalgrind.com/submission/submit.aspx?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;type=Article&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a></li><li class="sexy-pingfm"><a href="http://ping.fm/ref/?link=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005&amp;body=Moving%20TempDB%20database%20to%20a%20different%20location%3A%0D%0A%0D%0AAs%20an%20administrator%2C%20sometimes%20it%20requires%20to%20move%20the%20System%20database%20to%20different%20location%20for%20various%20reasons%20like%20freeing%20up%20the%20space%20on%20drive%2C%20for%20improving%20the%20performance%20of%20the%20database%2C%20reducing%20the%20load%20on%20the%20drive%2C%20etc.%0D%0A%0D%0ANow%20I%20am%20also" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a></li><li class="sexy-nujij"><a href="http://nujij.nl/jij.lynkx?t=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005&amp;u=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;b=Moving%20TempDB%20database%20to%20a%20different%20location%3A%0D%0A%0D%0AAs%20an%20administrator%2C%20sometimes%20it%20requires%20to%20move%20the%20System%20database%20to%20different%20location%20for%20various%20reasons%20like%20freeing%20up%20the%20space%20on%20drive%2C%20for%20improving%20the%20performance%20of%20the%20database%2C%20reducing%20the%20load%20on%20the%20drive%2C%20etc.%0D%0A%0D%0ANow%20I%20am%20also" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a></li><li class="sexy-ekudos"><a href="http://www.ekudos.nl/artikel/nieuw?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005&amp;desc=Moving%20TempDB%20database%20to%20a%20different%20location%3A%0D%0A%0D%0AAs%20an%20administrator%2C%20sometimes%20it%20requires%20to%20move%20the%20System%20database%20to%20different%20location%20for%20various%20reasons%20like%20freeing%20up%20the%20space%20on%20drive%2C%20for%20improving%20the%20performance%20of%20the%20database%2C%20reducing%20the%20load%20on%20the%20drive%2C%20etc.%0D%0A%0D%0ANow%20I%20am%20also" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a></li><li class="sexy-netvouz"><a href="http://www.netvouz.com/action/submitBookmark?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a></li><li class="sexy-netvibes"><a href="http://www.netvibes.com/share?title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005&amp;url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a></li><li class="sexy-fleck"><a href="http://beta3.fleck.com/bookmarklet.php?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a></li><li class="sexy-blogospherenews"><a href="http://www.blogospherenews.com/submit.php?url=http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/&amp;title=Moving+TempDB+database+to+a+different+location+in+SQL+Server+2005" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://database.widestuff.com/2009/11/moving-tempdb-database-to-a-different-location-in-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon EC2 Server &#8211; Issue with space on C drive</title>
		<link>http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/</link>
		<comments>http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 10:11:45 +0000</pubDate>
		<dc:creator>Jagdish</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[Amazon EC2 Server - Issue with space on C drive]]></category>
		<category><![CDATA[c drive]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[space issue]]></category>

		<guid isPermaLink="false">http://database.widestuff.com/?p=28</guid>
		<description><![CDATA[SQL Server on Amazon EC2 Server:
Most of the administrators might face issue with the space on C drive after restoring a Windows Image. I found that the image file is restricted and so it is creating only 10 GB on C drive.
When we restore an image of SQL Server 2005 with Windows 2003 in Amazon [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SQL Server on Amazon EC2 Server:</strong><strong></strong></p>
<p>Most of the administrators might face issue with the space on C drive after restoring a Windows Image. I found that the image file is restricted and so it is creating only 10 GB on C drive.</p>
<p>When we restore an image of SQL Server 2005 with Windows 2003 in Amazon EC2 environment, then still the size of the C drive 10 GB and free space might be around 1-2 GB. This free space is not enough for any server that is handling live applications.</p>
<p>To free up more space I suggest few things:</p>
<p>1.	Take only Windows OS image and restore it.<br />
2.	If you require any other application on the server, then purchase the license of it separately and install it on the server on a different drive other than C drive.<br />
3.	If you are restoring an image that includes SQL Server then try to move the system database to a different, which will free up some space.</p>
<p>For now, I have only these things to share with you, and will update more on this.</p>
<div class="sexy-bookmarks sexy-bookmarks-expand"><ul class="socials"><li class="sexy-scriptstyle"><a href="http://scriptandstyle.com/submit?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a></li><li class="sexy-blinklist"><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;Title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a></li><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="sexy-diigo"><a href="http://www.diigo.com/post?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive&amp;desc=SQL%20Server%20on%20Amazon%20EC2%20Server%3A%0D%0A%0D%0AMost%20of%20the%20administrators%20might%20face%20issue%20with%20the%20space%20on%20C%20drive%20after%20restoring%20a%20Windows%20Image.%20I%20found%20that%20the%20image%20file%20is%20restricted%20and%20so%20it%20is%20creating%20only%2010%20GB%20on%20C%20drive.%0D%0A%0D%0AWhen%20we%20restore%20an%20image%20of%20SQL%20Server%202005%20with%20Windows%202003%20in%20Amazon" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="sexy-reddit"><a href="http://reddit.com/submit?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="sexy-yahoobuzz"><a href="http://buzz.yahoo.com/submit/?submitUrl=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;submitHeadline=Amazon+EC2+Server+-+Issue+with+space+on+C+drive&amp;submitSummary=SQL%20Server%20on%20Amazon%20EC2%20Server%3A%0D%0A%0D%0AMost%20of%20the%20administrators%20might%20face%20issue%20with%20the%20space%20on%20C%20drive%20after%20restoring%20a%20Windows%20Image.%20I%20found%20that%20the%20image%20file%20is%20restricted%20and%20so%20it%20is%20creating%20only%2010%20GB%20on%20C%20drive.%0D%0A%0D%0AWhen%20we%20restore%20an%20image%20of%20SQL%20Server%202005%20with%20Windows%202003%20in%20Amazon&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-mixx"><a href="http://www.mixx.com/submit?page_url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;t=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li class="sexy-designfloat"><a href="http://www.designfloat.com/submit.php?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;t=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=Amazon+EC2+Server+-+Issue+with+space+on+C+drive+-+http://b2l.me/amhfv+(via+@dbstuff)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22Amazon%20EC2%20Server%20-%20Issue%20with%20space%20on%20C%20drive%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22SQL%20Server%20on%20Amazon%20EC2%20Server%3A%0D%0A%0D%0AMost%20of%20the%20administrators%20might%20face%20issue%20with%20the%20space%20on%20C%20drive%20after%20restoring%20a%20Windows%20Image.%20I%20found%20that%20the%20image%20file%20is%20restricted%20and%20so%20it%20is%20creating%20only%2010%20GB%20on%20C%20drive.%0D%0A%0D%0AWhen%20we%20restore%20an%20image%20of%20SQL%20Server%202005%20with%20Windows%202003%20in%20Amazon%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li class="sexy-tomuse"><a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22Amazon%20EC2%20Server%20-%20Issue%20with%20space%20on%20C%20drive%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22SQL%20Server%20on%20Amazon%20EC2%20Server%3A%0D%0A%0D%0AMost%20of%20the%20administrators%20might%20face%20issue%20with%20the%20space%20on%20C%20drive%20after%20restoring%20a%20Windows%20Image.%20I%20found%20that%20the%20image%20file%20is%20restricted%20and%20so%20it%20is%20creating%20only%2010%20GB%20on%20C%20drive.%0D%0A%0D%0AWhen%20we%20restore%20an%20image%20of%20SQL%20Server%202005%20with%20Windows%202003%20in%20Amazon%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a></li><li class="sexy-comfeed"><a href="http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive&amp;summary=SQL%20Server%20on%20Amazon%20EC2%20Server%3A%0D%0A%0D%0AMost%20of%20the%20administrators%20might%20face%20issue%20with%20the%20space%20on%20C%20drive%20after%20restoring%20a%20Windows%20Image.%20I%20found%20that%20the%20image%20file%20is%20restricted%20and%20so%20it%20is%20creating%20only%2010%20GB%20on%20C%20drive.%0D%0A%0D%0AWhen%20we%20restore%20an%20image%20of%20SQL%20Server%202005%20with%20Windows%202003%20in%20Amazon&amp;source=Database Stuff" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li><li class="sexy-newsvine"><a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;h=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a></li><li class="sexy-devmarks"><a href="http://devmarks.com/index.php?posttext=SQL%20Server%20on%20Amazon%20EC2%20Server%3A%0D%0A%0D%0AMost%20of%20the%20administrators%20might%20face%20issue%20with%20the%20space%20on%20C%20drive%20after%20restoring%20a%20Windows%20Image.%20I%20found%20that%20the%20image%20file%20is%20restricted%20and%20so%20it%20is%20creating%20only%2010%20GB%20on%20C%20drive.%0D%0A%0D%0AWhen%20we%20restore%20an%20image%20of%20SQL%20Server%202005%20with%20Windows%202003%20in%20Amazon&amp;posturl=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;posttitle=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Share this on Devmarks">Share this on Devmarks</a></li><li class="sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li><li class="sexy-misterwong"><a href="http://www.mister-wong.com/addurl/?bm_url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;bm_description=Amazon+EC2+Server+-+Issue+with+space+on+C+drive&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="sexy-izeby"><a href="http://izeby.com/submit.php?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a></li><li class="sexy-tipd"><a href="http://tipd.com/submit.php?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a></li><li class="sexy-pfbuzz"><a href="http://pfbuzz.com/submit?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a></li><li class="sexy-friendfeed"><a href="http://www.friendfeed.com/share?title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive&amp;link=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a></li><li class="sexy-blogmarks"><a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a></li><li class="sexy-twittley"><a href="http://twittley.com/submit/?title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive&amp;url=http%3A%2F%2Fdatabase.widestuff.com%2F2009%2F11%2Famazon-ec2-server-issue-with-space-on-c-drive%2F&amp;desc=SQL%20Server%20on%20Amazon%20EC2%20Server%3A%0D%0A%0D%0AMost%20of%20the%20administrators%20might%20face%20issue%20with%20the%20space%20on%20C%20drive%20after%20restoring%20a%20Windows%20Image.%20I%20found%20that%20the%20image%20file%20is%20restricted%20and%20so%20it%20is%20creating%20only%2010%20GB%20on%20C%20drive.%0D%0A%0D%0AWhen%20we%20restore%20an%20image%20of%20SQL%20Server%202005%20with%20Windows%202003%20in%20Amazon&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a></li><li class="sexy-fwisp"><a href="http://fwisp.com/submit?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a></li><li class="sexy-designmoo"><a href="http://designmoo.com/submit?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive&amp;body=SQL%20Server%20on%20Amazon%20EC2%20Server%3A%0D%0A%0D%0AMost%20of%20the%20administrators%20might%20face%20issue%20with%20the%20space%20on%20C%20drive%20after%20restoring%20a%20Windows%20Image.%20I%20found%20that%20the%20image%20file%20is%20restricted%20and%20so%20it%20is%20creating%20only%2010%20GB%20on%20C%20drive.%0D%0A%0D%0AWhen%20we%20restore%20an%20image%20of%20SQL%20Server%202005%20with%20Windows%202003%20in%20Amazon" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a></li><li class="sexy-bobrdobr"><a href="http://bobrdobr.ru/addext.html?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a></li><li class="sexy-yandex"><a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;lname=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a></li><li class="sexy-memoryru"><a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;u_data[name]=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a></li><li class="sexy-100zakladok"><a href="http://www.100zakladok.ru/save/?bmurl=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;bmtitle=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a></li><li class="sexy-moemesto"><a href="http://moemesto.ru/post.php?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a></li><li class="sexy-hackernews"><a href="http://news.ycombinator.com/submitlink?u=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;t=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li class="sexy-printfriendly"><a href="http://www.printfriendly.com/print?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a></li><li class="sexy-designbump"><a href="http://designbump.com/submit?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive&amp;body=SQL%20Server%20on%20Amazon%20EC2%20Server%3A%0D%0A%0D%0AMost%20of%20the%20administrators%20might%20face%20issue%20with%20the%20space%20on%20C%20drive%20after%20restoring%20a%20Windows%20Image.%20I%20found%20that%20the%20image%20file%20is%20restricted%20and%20so%20it%20is%20creating%20only%2010%20GB%20on%20C%20drive.%0D%0A%0D%0AWhen%20we%20restore%20an%20image%20of%20SQL%20Server%202005%20with%20Windows%202003%20in%20Amazon" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a></li><li class="sexy-ning"><a href="http://bookmarks.ning.com/addItem.php?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;T=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a></li><li class="sexy-identica"><a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Amazon+EC2+Server+-+Issue+with+space+on+C+drive&quot;+-+from+http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a></li><li class="sexy-xerpi"><a href="http://www.xerpi.com/block/add_link_from_extension?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a></li><li class="sexy-wikio"><a href="http://www.wikio.com/sharethis?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a></li><li class="sexy-techmeme"><a href="http://twitter.com/home/?status=Tip+@Techmeme+http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/+&quot;Amazon+EC2+Server+-+Issue+with+space+on+C+drive&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a></li><li class="sexy-sphinn"><a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a></li><li class="sexy-posterous"><a href="http://posterous.com/share?linkto=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive&amp;selection=SQL%20Server%20on%20Amazon%20EC2%20Server%3A%0D%0A%0D%0AMost%20of%20the%20administrators%20might%20face%20issue%20with%20the%20space%20on%20C%20drive%20after%20restoring%20a%20Windows%20Image.%20I%20found%20that%20the%20image%20file%20is%20restricted%20and%20so%20it%20is%20creating%20only%2010%20GB%20on%20C%20drive.%0D%0A%0D%0AWhen%20we%20restore%20an%20image%20of%20SQL%20Server%202005%20with%20Windows%202003%20in%20Amazon" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a></li><li class="sexy-globalgrind"><a href="http://globalgrind.com/submission/submit.aspx?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;type=Article&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a></li><li class="sexy-pingfm"><a href="http://ping.fm/ref/?link=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive&amp;body=SQL%20Server%20on%20Amazon%20EC2%20Server%3A%0D%0A%0D%0AMost%20of%20the%20administrators%20might%20face%20issue%20with%20the%20space%20on%20C%20drive%20after%20restoring%20a%20Windows%20Image.%20I%20found%20that%20the%20image%20file%20is%20restricted%20and%20so%20it%20is%20creating%20only%2010%20GB%20on%20C%20drive.%0D%0A%0D%0AWhen%20we%20restore%20an%20image%20of%20SQL%20Server%202005%20with%20Windows%202003%20in%20Amazon" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a></li><li class="sexy-nujij"><a href="http://nujij.nl/jij.lynkx?t=Amazon+EC2+Server+-+Issue+with+space+on+C+drive&amp;u=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;b=SQL%20Server%20on%20Amazon%20EC2%20Server%3A%0D%0A%0D%0AMost%20of%20the%20administrators%20might%20face%20issue%20with%20the%20space%20on%20C%20drive%20after%20restoring%20a%20Windows%20Image.%20I%20found%20that%20the%20image%20file%20is%20restricted%20and%20so%20it%20is%20creating%20only%2010%20GB%20on%20C%20drive.%0D%0A%0D%0AWhen%20we%20restore%20an%20image%20of%20SQL%20Server%202005%20with%20Windows%202003%20in%20Amazon" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a></li><li class="sexy-ekudos"><a href="http://www.ekudos.nl/artikel/nieuw?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive&amp;desc=SQL%20Server%20on%20Amazon%20EC2%20Server%3A%0D%0A%0D%0AMost%20of%20the%20administrators%20might%20face%20issue%20with%20the%20space%20on%20C%20drive%20after%20restoring%20a%20Windows%20Image.%20I%20found%20that%20the%20image%20file%20is%20restricted%20and%20so%20it%20is%20creating%20only%2010%20GB%20on%20C%20drive.%0D%0A%0D%0AWhen%20we%20restore%20an%20image%20of%20SQL%20Server%202005%20with%20Windows%202003%20in%20Amazon" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a></li><li class="sexy-netvouz"><a href="http://www.netvouz.com/action/submitBookmark?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a></li><li class="sexy-netvibes"><a href="http://www.netvibes.com/share?title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive&amp;url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a></li><li class="sexy-fleck"><a href="http://beta3.fleck.com/bookmarklet.php?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a></li><li class="sexy-blogospherenews"><a href="http://www.blogospherenews.com/submit.php?url=http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/&amp;title=Amazon+EC2+Server+-+Issue+with+space+on+C+drive" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://database.widestuff.com/2009/11/amazon-ec2-server-issue-with-space-on-c-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About Microsoft SQL Server</title>
		<link>http://database.widestuff.com/2009/11/about-microsoft-sql-server/</link>
		<comments>http://database.widestuff.com/2009/11/about-microsoft-sql-server/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 11:06:23 +0000</pubDate>
		<dc:creator>Jagdish</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[2000]]></category>
		<category><![CDATA[2005]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[dbms]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[rdbms]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://database.widestuff.com/?p=15</guid>
		<description><![CDATA[The code base for MS SQL Server (prior to version 7.0) originated in Sybase SQL Server, and was Microsoft&#8217;s entry to the enterprise-level database market, competing against Oracle, IBM, and, later, Sybase itself. Microsoft, Sybase and Ashton-Tate originally teamed up to create and market the first version named SQL Server 1.0 for OS/2 (about 1989) [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_16" class="wp-caption alignleft" style="width: 150px"><a rel="attachment wp-att-16" href="http://database.widestuff.com/2009/11/about-microsoft-sql-server/sqlserver/"><img class="size-full wp-image-16" title="sqlservermain" src="http://database.widestuff.com/wp-content/uploads/2009/11/sqlserver.gif" alt="Microsoft SQL Server" width="140" height="120" /></a><p class="wp-caption-text">Microsoft SQL Server</p></div>
<p>The code base for MS SQL Server (prior to version 7.0) originated in Sybase SQL Server, and was Microsoft&#8217;s entry to the enterprise-level database market, competing against Oracle, IBM, and, later, Sybase itself. Microsoft, Sybase and Ashton-Tate originally teamed up to create and market the first version named SQL Server 1.0 for OS/2 (about 1989) which was essentially the same as Sybase SQL Server 3.0 on Unix, VMS, etc. Microsoft SQL Server 4.2 was shipped around 1992 (available bundled with Microsoft OS/2 version 1.3). Later Microsoft SQL Server 4.21 for Windows NT was released at the same time as Windows NT 3.1. Microsoft SQL Server v6.0 was the first version designed for NT, and did not include any direction from Sybase.<div id="attachment_23" class="wp-caption alignright" style="width: 316px"><a href="http://database.widestuff.com/2009/11/about-microsoft-sql-server/sql-server-release-hist-2/" rel="attachment wp-att-23"><img src="http://database.widestuff.com/wp-content/uploads/2009/11/SQL-Server-Release-Hist1.JPG" alt="SQL Server Release History - as of 2009" title="SQL Server Release Hist" width="306" height="448" class="size-full wp-image-23" /></a><p class="wp-caption-text">SQL Server Release History - as of 2009</p></div></p>
<p>About the time Windows NT was released, Sybase and Microsoft parted ways and each pursued their own design and marketing schemes. Microsoft negotiated exclusive rights to all versions of SQL Server written for Microsoft operating systems. Later, Sybase changed the name of its product to Adaptive Server Enterprise to avoid confusion with Microsoft SQL Server. Until 1994, Microsoft&#8217;s SQL Server carried three Sybase copyright notices as an indication of its origin.</p>
<p>Since parting ways, several revisions have been done independently. SQL Server 7.0 was a rewrite from the legacy Sybase code. It was succeeded by SQL Server 2000, which was the first edition to be launched in a variant for the IA-64 architecture.</p>
<p><strong>SQL Server may refer to:</strong></p>
<ul>
<li>Any database server that implements the Structured Query Language</li>
<li>Microsoft SQL Server, a specific implementation of a relational database server from Microsoft</li>
<li>Sybase SQL Server, a relational database server developed by Sybase</li>
</ul>
<p>Microsoft® SQL Server™ is a database management and analysis system for e-commerce, line-of-business, and data warehousing solutions. In this section you will find information for several versions of SQL Server.</p>
<p>Microsoft SQL Server is an application used to create computer databases for the Microsoft Windows family of server operating systems. It provides an environment used to generate databases that can be accessed from workstations, the web, or other media such as a personal digital assistant (PDA).</p>
<p><strong>T</strong><strong>-SQL:</strong></p>
<p>T-SQL (Transact-SQL) is the primary means of programming and managing SQL Server. It exposes keywords for the operations that can be performed on SQL Server, including creating and altering database schemas, entering and editing data in the database as well as monitoring and managing the server itself. Client applications, both which consume data or manage the server, leverage SQL Server functionality by sending T-SQL queries and statements which are then processed by the server and results (or errors) returned to the client application. SQL Server allows it to be managed using T-SQL. For this it exposes read only tables from which server statistics can be read. Management functionality is exposed via system-defined stored procedures which can be invoked from T-SQL queries to perform the management operation.</p>
<p>Source: Wikipedia (http://en.wikipedia.org/wiki/Microsoft_SQL_Server), FunctionX (http://www.functionx.com/sqlserver/Lesson01.htm), About.com (http://databases.about.com/od/sqlserver/Microsoft_SQL_Server.htm)</p>
<div class="sexy-bookmarks sexy-bookmarks-expand"><ul class="socials"><li class="sexy-scriptstyle"><a href="http://scriptandstyle.com/submit?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a></li><li class="sexy-blinklist"><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;Title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a></li><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="sexy-diigo"><a href="http://www.diigo.com/post?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server&amp;desc=%0D%0A%0D%0AThe%20code%20base%20for%20MS%20SQL%20Server%20%28prior%20to%20version%207.0%29%20originated%20in%20Sybase%20SQL%20Server%2C%20and%20was%20Microsoft%27s%20entry%20to%20the%20enterprise-level%20database%20market%2C%20competing%20against%20Oracle%2C%20IBM%2C%20and%2C%20later%2C%20Sybase%20itself.%20Microsoft%2C%20Sybase%20and%20Ashton-Tate%20originally%20teamed%20up%20to%20create%20and%20market%20the%20fir" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="sexy-reddit"><a href="http://reddit.com/submit?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="sexy-yahoobuzz"><a href="http://buzz.yahoo.com/submit/?submitUrl=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;submitHeadline=About+Microsoft+SQL+Server&amp;submitSummary=%0D%0A%0D%0AThe%20code%20base%20for%20MS%20SQL%20Server%20%28prior%20to%20version%207.0%29%20originated%20in%20Sybase%20SQL%20Server%2C%20and%20was%20Microsoft%27s%20entry%20to%20the%20enterprise-level%20database%20market%2C%20competing%20against%20Oracle%2C%20IBM%2C%20and%2C%20later%2C%20Sybase%20itself.%20Microsoft%2C%20Sybase%20and%20Ashton-Tate%20originally%20teamed%20up%20to%20create%20and%20market%20the%20fir&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://database.widestuff.com/2009/11/about-microsoft-sql-server/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-mixx"><a href="http://www.mixx.com/submit?page_url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;t=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li class="sexy-designfloat"><a href="http://www.designfloat.com/submit.php?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;t=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=About+Microsoft+SQL+Server+-+http://b2l.me/amer3+(via+@dbstuff)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22About%20Microsoft%20SQL%20Server%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22%0D%0A%0D%0AThe%20code%20base%20for%20MS%20SQL%20Server%20%28prior%20to%20version%207.0%29%20originated%20in%20Sybase%20SQL%20Server%2C%20and%20was%20Microsoft%27s%20entry%20to%20the%20enterprise-level%20database%20market%2C%20competing%20against%20Oracle%2C%20IBM%2C%20and%2C%20later%2C%20Sybase%20itself.%20Microsoft%2C%20Sybase%20and%20Ashton-Tate%20originally%20teamed%20up%20to%20create%20and%20market%20the%20fir%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://database.widestuff.com/2009/11/about-microsoft-sql-server/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li class="sexy-tomuse"><a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22About%20Microsoft%20SQL%20Server%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22%0D%0A%0D%0AThe%20code%20base%20for%20MS%20SQL%20Server%20%28prior%20to%20version%207.0%29%20originated%20in%20Sybase%20SQL%20Server%2C%20and%20was%20Microsoft%27s%20entry%20to%20the%20enterprise-level%20database%20market%2C%20competing%20against%20Oracle%2C%20IBM%2C%20and%2C%20later%2C%20Sybase%20itself.%20Microsoft%2C%20Sybase%20and%20Ashton-Tate%20originally%20teamed%20up%20to%20create%20and%20market%20the%20fir%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://database.widestuff.com/2009/11/about-microsoft-sql-server/" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a></li><li class="sexy-comfeed"><a href="http://database.widestuff.com/2009/11/about-microsoft-sql-server/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server&amp;summary=%0D%0A%0D%0AThe%20code%20base%20for%20MS%20SQL%20Server%20%28prior%20to%20version%207.0%29%20originated%20in%20Sybase%20SQL%20Server%2C%20and%20was%20Microsoft%27s%20entry%20to%20the%20enterprise-level%20database%20market%2C%20competing%20against%20Oracle%2C%20IBM%2C%20and%2C%20later%2C%20Sybase%20itself.%20Microsoft%2C%20Sybase%20and%20Ashton-Tate%20originally%20teamed%20up%20to%20create%20and%20market%20the%20fir&amp;source=Database Stuff" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li><li class="sexy-newsvine"><a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;h=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a></li><li class="sexy-devmarks"><a href="http://devmarks.com/index.php?posttext=%0D%0A%0D%0AThe%20code%20base%20for%20MS%20SQL%20Server%20%28prior%20to%20version%207.0%29%20originated%20in%20Sybase%20SQL%20Server%2C%20and%20was%20Microsoft%27s%20entry%20to%20the%20enterprise-level%20database%20market%2C%20competing%20against%20Oracle%2C%20IBM%2C%20and%2C%20later%2C%20Sybase%20itself.%20Microsoft%2C%20Sybase%20and%20Ashton-Tate%20originally%20teamed%20up%20to%20create%20and%20market%20the%20fir&amp;posturl=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;posttitle=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Share this on Devmarks">Share this on Devmarks</a></li><li class="sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li><li class="sexy-misterwong"><a href="http://www.mister-wong.com/addurl/?bm_url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;bm_description=About+Microsoft+SQL+Server&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="sexy-izeby"><a href="http://izeby.com/submit.php?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a></li><li class="sexy-tipd"><a href="http://tipd.com/submit.php?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a></li><li class="sexy-pfbuzz"><a href="http://pfbuzz.com/submit?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a></li><li class="sexy-friendfeed"><a href="http://www.friendfeed.com/share?title=About+Microsoft+SQL+Server&amp;link=http://database.widestuff.com/2009/11/about-microsoft-sql-server/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a></li><li class="sexy-blogmarks"><a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a></li><li class="sexy-twittley"><a href="http://twittley.com/submit/?title=About+Microsoft+SQL+Server&amp;url=http%3A%2F%2Fdatabase.widestuff.com%2F2009%2F11%2Fabout-microsoft-sql-server%2F&amp;desc=%0D%0A%0D%0AThe%20code%20base%20for%20MS%20SQL%20Server%20%28prior%20to%20version%207.0%29%20originated%20in%20Sybase%20SQL%20Server%2C%20and%20was%20Microsoft%27s%20entry%20to%20the%20enterprise-level%20database%20market%2C%20competing%20against%20Oracle%2C%20IBM%2C%20and%2C%20later%2C%20Sybase%20itself.%20Microsoft%2C%20Sybase%20and%20Ashton-Tate%20originally%20teamed%20up%20to%20create%20and%20market%20the%20fir&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a></li><li class="sexy-fwisp"><a href="http://fwisp.com/submit?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a></li><li class="sexy-designmoo"><a href="http://designmoo.com/submit?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server&amp;body=%0D%0A%0D%0AThe%20code%20base%20for%20MS%20SQL%20Server%20%28prior%20to%20version%207.0%29%20originated%20in%20Sybase%20SQL%20Server%2C%20and%20was%20Microsoft%27s%20entry%20to%20the%20enterprise-level%20database%20market%2C%20competing%20against%20Oracle%2C%20IBM%2C%20and%2C%20later%2C%20Sybase%20itself.%20Microsoft%2C%20Sybase%20and%20Ashton-Tate%20originally%20teamed%20up%20to%20create%20and%20market%20the%20fir" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a></li><li class="sexy-bobrdobr"><a href="http://bobrdobr.ru/addext.html?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a></li><li class="sexy-yandex"><a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;lname=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a></li><li class="sexy-memoryru"><a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;u_data[name]=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a></li><li class="sexy-100zakladok"><a href="http://www.100zakladok.ru/save/?bmurl=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;bmtitle=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a></li><li class="sexy-moemesto"><a href="http://moemesto.ru/post.php?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a></li><li class="sexy-hackernews"><a href="http://news.ycombinator.com/submitlink?u=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;t=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li class="sexy-printfriendly"><a href="http://www.printfriendly.com/print?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a></li><li class="sexy-designbump"><a href="http://designbump.com/submit?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server&amp;body=%0D%0A%0D%0AThe%20code%20base%20for%20MS%20SQL%20Server%20%28prior%20to%20version%207.0%29%20originated%20in%20Sybase%20SQL%20Server%2C%20and%20was%20Microsoft%27s%20entry%20to%20the%20enterprise-level%20database%20market%2C%20competing%20against%20Oracle%2C%20IBM%2C%20and%2C%20later%2C%20Sybase%20itself.%20Microsoft%2C%20Sybase%20and%20Ashton-Tate%20originally%20teamed%20up%20to%20create%20and%20market%20the%20fir" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a></li><li class="sexy-ning"><a href="http://bookmarks.ning.com/addItem.php?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;T=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a></li><li class="sexy-identica"><a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;About+Microsoft+SQL+Server&quot;+-+from+http://database.widestuff.com/2009/11/about-microsoft-sql-server/" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a></li><li class="sexy-xerpi"><a href="http://www.xerpi.com/block/add_link_from_extension?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a></li><li class="sexy-wikio"><a href="http://www.wikio.com/sharethis?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a></li><li class="sexy-techmeme"><a href="http://twitter.com/home/?status=Tip+@Techmeme+http://database.widestuff.com/2009/11/about-microsoft-sql-server/+&quot;About+Microsoft+SQL+Server&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a></li><li class="sexy-sphinn"><a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://database.widestuff.com/2009/11/about-microsoft-sql-server/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a></li><li class="sexy-posterous"><a href="http://posterous.com/share?linkto=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server&amp;selection=%0D%0A%0D%0AThe%20code%20base%20for%20MS%20SQL%20Server%20%28prior%20to%20version%207.0%29%20originated%20in%20Sybase%20SQL%20Server%2C%20and%20was%20Microsoft%27s%20entry%20to%20the%20enterprise-level%20database%20market%2C%20competing%20against%20Oracle%2C%20IBM%2C%20and%2C%20later%2C%20Sybase%20itself.%20Microsoft%2C%20Sybase%20and%20Ashton-Tate%20originally%20teamed%20up%20to%20create%20and%20market%20the%20fir" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a></li><li class="sexy-globalgrind"><a href="http://globalgrind.com/submission/submit.aspx?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;type=Article&amp;title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a></li><li class="sexy-pingfm"><a href="http://ping.fm/ref/?link=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server&amp;body=%0D%0A%0D%0AThe%20code%20base%20for%20MS%20SQL%20Server%20%28prior%20to%20version%207.0%29%20originated%20in%20Sybase%20SQL%20Server%2C%20and%20was%20Microsoft%27s%20entry%20to%20the%20enterprise-level%20database%20market%2C%20competing%20against%20Oracle%2C%20IBM%2C%20and%2C%20later%2C%20Sybase%20itself.%20Microsoft%2C%20Sybase%20and%20Ashton-Tate%20originally%20teamed%20up%20to%20create%20and%20market%20the%20fir" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a></li><li class="sexy-nujij"><a href="http://nujij.nl/jij.lynkx?t=About+Microsoft+SQL+Server&amp;u=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;b=%0D%0A%0D%0AThe%20code%20base%20for%20MS%20SQL%20Server%20%28prior%20to%20version%207.0%29%20originated%20in%20Sybase%20SQL%20Server%2C%20and%20was%20Microsoft%27s%20entry%20to%20the%20enterprise-level%20database%20market%2C%20competing%20against%20Oracle%2C%20IBM%2C%20and%2C%20later%2C%20Sybase%20itself.%20Microsoft%2C%20Sybase%20and%20Ashton-Tate%20originally%20teamed%20up%20to%20create%20and%20market%20the%20fir" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a></li><li class="sexy-ekudos"><a href="http://www.ekudos.nl/artikel/nieuw?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server&amp;desc=%0D%0A%0D%0AThe%20code%20base%20for%20MS%20SQL%20Server%20%28prior%20to%20version%207.0%29%20originated%20in%20Sybase%20SQL%20Server%2C%20and%20was%20Microsoft%27s%20entry%20to%20the%20enterprise-level%20database%20market%2C%20competing%20against%20Oracle%2C%20IBM%2C%20and%2C%20later%2C%20Sybase%20itself.%20Microsoft%2C%20Sybase%20and%20Ashton-Tate%20originally%20teamed%20up%20to%20create%20and%20market%20the%20fir" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a></li><li class="sexy-netvouz"><a href="http://www.netvouz.com/action/submitBookmark?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a></li><li class="sexy-netvibes"><a href="http://www.netvibes.com/share?title=About+Microsoft+SQL+Server&amp;url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a></li><li class="sexy-fleck"><a href="http://beta3.fleck.com/bookmarklet.php?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a></li><li class="sexy-blogospherenews"><a href="http://www.blogospherenews.com/submit.php?url=http://database.widestuff.com/2009/11/about-microsoft-sql-server/&amp;title=About+Microsoft+SQL+Server" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://database.widestuff.com/2009/11/about-microsoft-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
