<?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>BuildDocs.com - Operating System and Application Build Documents Repository &#187; sql server</title>
	<atom:link href="http://builddocs.com/tags/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://builddocs.com</link>
	<description>Better Docs / Better Systems</description>
	<lastBuildDate>Thu, 15 Jul 2010 11:22:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Building a SQL 2005 Database on Windows 2003</title>
		<link>http://builddocs.com/database_servers/building-a-sql-2005-database-on-windows-2003/</link>
		<comments>http://builddocs.com/database_servers/building-a-sql-2005-database-on-windows-2003/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 16:30:23 +0000</pubDate>
		<dc:creator>joshhrob</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql 2005]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://builddocs.com/?p=906</guid>
		<description><![CDATA[This document outlines the steps to building a general purpose Microsoft SQL Server 2005 database on Windows Server 2003 Enterprise.
Formatting Disks
In this example we will be working with a single 80 GB volume. Most likely in a production environment you will be storing your database on mirrored storage and/or a SAN. Ideally, it is best [...]]]></description>
			<content:encoded><![CDATA[<p>This document outlines the steps to building a general purpose Microsoft SQL Server 2005 database on Windows Server 2003 Enterprise.</p>
<h2>Formatting Disks</h2>
<p>In this example we will be working with a single 80 GB volume. Most likely in a production environment you will be storing your database on mirrored storage and/or a SAN. Ideally, it is best to store the OS and the data files on separate physical disks. However, in this example we will simply separate them by creating partitions.</p>
<p>Below are the partitions that will be used in this build. These sizes are for illustration purposes. The actual sizes will vary depending on the intended use of the database.<br />
<UL><br />
<LI>C &#8211; Windows &#8211; 14 GB<br />
<LI>G &#8211; Data &#8211; 16 GB<br />
<LI>H &#8211; Backups &#8211; 32 GB<br />
<LI>L &#8211; Logs &#8211; 12 GB<br />
<LI>Z &#8211; Apps &#8211; 6 GB<br />
</UL><br />
During the Windows installation we will create a 14 GB partition for the windows C drive. Press C to create a new partition.</p>
<p><img class="aligncenter size-full wp-image-909" src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-10-36-47.jpg" alt="SQL-2009-08-28-10-36-47" width="504" height="277" /></p>
<p>Enter 14000 and press Enter</p>
<p><img class="aligncenter size-full wp-image-912" src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-10-36-59.jpg" alt="SQL-2009-08-28-10-36-59" width="504" height="277" /></p>
<p>We will leave the rest of the disk unformatted for now, and use disk manager to create the rest of the partitions after the OS is installed. Press Enter to instal Windows on this partition.</p>
<p><img class="aligncenter size-full wp-image-910" src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-10-37-12.jpg" alt="SQL-2009-08-28-10-37-12" width="504" height="277" /></p>
<p>After Windows is installed Right Click on My Computer and select Manage. Then click on Disk Management.</p>
<p>Right click on the available part of the disk to create the first partition.</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-11-21-36.jpg" alt="SQL-2009-08-28-11-21-36" width="448" height="336" class="aligncenter size-full wp-image-917" /></p>
<p>For the first drive (G drive) we will create a primary partition</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-11-28-06.jpg" alt="SQL-2009-08-28-11-28-06" width="448" height="336" class="aligncenter size-full wp-image-918" /></p>
<p>Enter the size for the g drive</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-11-28-15.jpg" alt="SQL-2009-08-28-11-28-15" width="448" height="336" class="aligncenter size-full wp-image-919" /></p>
<p>Select drive letter</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-11-28-27.jpg" alt="SQL-2009-08-28-11-28-27" width="448" height="336" class="aligncenter size-full wp-image-921" /></p>
<p>Leave defaults, enter drive label</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-11-28-40.jpg" alt="SQL-2009-08-28-11-28-40" width="448" height="336" class="aligncenter size-full wp-image-923" /></p>
<p>Since we only have one disk in this example, and Windows only allows up to 4 primary partitions per disk, we will need to use an extended partition and create logical drives for the H and the L.</p>
<p>Right click on the available disk space and select New partition. This time choose extended partition</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-11-30-48.jpg" alt="SQL-2009-08-28-11-30-48" width="448" height="336" class="aligncenter size-full wp-image-925" /></p>
<p>Assign enough space to cover the H (backups) and the L (logs) drives. In this case 44 GB.</p>
<p>After the extended partition is created, right click on it and create the two logical partitions on top of it.</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/09/SQL-2009-08-28-11-32-38.jpg" alt="SQL-2009-08-28-11-32-38" width="448" height="336" class="aligncenter size-full wp-image-962" /></p>
<p>Use the remaining space for the Z (apps) drive.</p>
<p>When finished you should have the following drives in My Computer</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/09/SQL-2009-08-28-11-36-32.jpg" alt="SQL-2009-08-28-11-36-32" width="448" height="336" class="aligncenter size-full wp-image-963" /></p>
<p>After formatting the drives, we will run windows update to make sure we have all the latest patches. Open the browser and goto windowsupdate.microsoft.com and follow prompts to update system.</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/09/SQL-2009-08-28-11-37-36.jpg" alt="SQL-2009-08-28-11-37-36" width="448" height="336" class="aligncenter size-full wp-image-965" /></p>
]]></content:encoded>
			<wfw:commentRss>http://builddocs.com/database_servers/building-a-sql-2005-database-on-windows-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
