<?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>Computer Plumber &#187; SQL Server</title>
	<atom:link href="http://computerplumber.com/tag/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://computerplumber.com</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 02:54:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ODBC.ini update did not work</title>
		<link>http://computerplumber.com/2009/07/odbc-ini-update-did-not-work/</link>
		<comments>http://computerplumber.com/2009/07/odbc-ini-update-did-not-work/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 20:56:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=558</guid>
		<description><![CDATA[After running the same database for quite some time for a rails application, we finally had to change the database in odbc.ini to point to the new server. Alas we changed the odbc.ini file, shut down the old database and relaunched the application. Expecting the application to immediately start talking to the database on reboot [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/07/odbc-ini-update-did-not-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Duplicate Fields in a Database Table</title>
		<link>http://computerplumber.com/2009/05/finding-duplicate-fields-in-a-database-table/</link>
		<comments>http://computerplumber.com/2009/05/finding-duplicate-fields-in-a-database-table/#comments</comments>
		<pubDate>Sat, 30 May 2009 19:34:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQLite3]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=446</guid>
		<description><![CDATA[Occasionally it is necessary to find duplicate fields within a database table.  The following query can be used to accomplish this easily. SELECT * FROM 'table' WHERE ('item' IN (SELECT 'item' FROM 'table' GROUP BY 'item' HAVING COUNT(*) &#62; 1)) ORDER BY 'item' This will list all rows in the desired &#8216;table&#8217; where the given [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/05/finding-duplicate-fields-in-a-database-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickly Restore a SQL Server Database</title>
		<link>http://computerplumber.com/2009/05/quickly-restore-a-sql-server-database/</link>
		<comments>http://computerplumber.com/2009/05/quickly-restore-a-sql-server-database/#comments</comments>
		<pubDate>Thu, 28 May 2009 19:33:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=452</guid>
		<description><![CDATA[If you frequently need to restore other peoples DB&#8217;s for testing here is a quick way to do so in Microsoft Sql Server. Open your Sql Server manager Create a new database (note the names and locations of the created files) Select the newly created DB and select Restore. Select from Device and choose the [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/05/quickly-restore-a-sql-server-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails and Microsoft Sql Server</title>
		<link>http://computerplumber.com/2009/04/rails-and-microsoft-sql-server/</link>
		<comments>http://computerplumber.com/2009/04/rails-and-microsoft-sql-server/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 00:56:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=431</guid>
		<description><![CDATA[So you want to connect your rails application to Microsoft SQL Server. The following instructions will take you through setting this up quite simply. This setup is on a a Ubuntu 8.04 server connecting to SQL Server 2000 (we will use the Northwind sample database). The first thing you need to do is install the [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/04/rails-and-microsoft-sql-server/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Costs Using Amazon EC2 &amp; S3</title>
		<link>http://computerplumber.com/2009/02/costs-using-amazon-ec2-s3/</link>
		<comments>http://computerplumber.com/2009/02/costs-using-amazon-ec2-s3/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 05:36:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=383</guid>
		<description><![CDATA[Figuring out all the costs when hosting on EC2 using S3 storage can be tricky. This is break down of what you can approximately expect to pay using a few basic scenarios, such as a lamp server and S3 backups, with Amazon services. This will also compare the costs to what you would expect to [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/02/costs-using-amazon-ec2-s3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shrinking a Sql Server Transaction Log</title>
		<link>http://computerplumber.com/2009/01/shrinking-a-sql-server-transaction-log/</link>
		<comments>http://computerplumber.com/2009/01/shrinking-a-sql-server-transaction-log/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 05:02:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=181</guid>
		<description><![CDATA[Here is a good post that has detailed how to shrink the Microsoft SQL Server tranasaction log using DBCC Shrinkfile. Having had to do this many times, it is nice to see it detailed so simply. For perpetuity I have copied the directions below, but full credit goes to David for posting this. First things [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/01/shrinking-a-sql-server-transaction-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

