<?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>Tech-Recipes&#187; Database</title>
	<atom:link href="http://www.tech-recipes.com/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 03:54:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL Server: How To Find Duplicate Records</title>
		<link>http://www.tech-recipes.com/rx/4806/sql-server-how-to-find-duplicate-records/</link>
		<comments>http://www.tech-recipes.com/rx/4806/sql-server-how-to-find-duplicate-records/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 05:09:15 +0000</pubDate>
		<dc:creator>shamanstears</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[identify]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[records]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[sql]]></category>
		<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[unique]]></category>

		<guid isPermaLink="false">http://www.tech-recipes.com/?p=4806</guid>
		<description><![CDATA[When checking the integrity of your data, it may be necessary to check your tables for duplicate records.  By grouping these records, you can eliminate the unique records from your result set so that you can view just the records that contain duplicated values, making it easier to remove them.]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/4806/sql-server-how-to-find-duplicate-records/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005: How to Reset a Forgotten Password for the sa Account</title>
		<link>http://www.tech-recipes.com/rx/3766/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/</link>
		<comments>http://www.tech-recipes.com/rx/3766/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 13:09:59 +0000</pubDate>
		<dc:creator>shamanstears</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[forgotten password]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[sa]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sql server 2005]]></category>

		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3766</guid>
		<description><![CDATA[If you've forgotten the sa password for your SQL server, you are probably in a panic.  Fear not, for you can reset the password and once again have access to the powers of the sa account by using the query window in the Management Studio.]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/3766/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005: Locating Stored Procedures that Contain a Keyword</title>
		<link>http://www.tech-recipes.com/rx/3701/sql-server-2005-locating-stored-procedures-that-contain-a-keyword/</link>
		<comments>http://www.tech-recipes.com/rx/3701/sql-server-2005-locating-stored-procedures-that-contain-a-keyword/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 12:58:39 +0000</pubDate>
		<dc:creator>shamanstears</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[modify]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[sql server 2005]]></category>
		<category><![CDATA[stored procedure]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3701</guid>
		<description><![CDATA[Making changes to a database that has been created by a third pary can be a difficult task, especially when you don't want to break any of the existing stored procedures.  You can search the database's stored procedures for keywords to find which procedures use a keyword that is involved in your change.  This makes it much easier in identifying these procedures so you can make the appropriate changes.]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/3701/sql-server-2005-locating-stored-procedures-that-contain-a-keyword/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005/2008: Disable Management Studio&#8217;s Splash Screen</title>
		<link>http://www.tech-recipes.com/rx/3353/sql-server-20052008-disable-management-studios-splash-screen/</link>
		<comments>http://www.tech-recipes.com/rx/3353/sql-server-20052008-disable-management-studios-splash-screen/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 14:01:26 +0000</pubDate>
		<dc:creator>shamanstears</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[splash screen]]></category>
		<category><![CDATA[sql server 2005]]></category>

		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3353</guid>
		<description><![CDATA[If you have grown tired of having to view the splash screen each and every time you open the SQL Server Management Studio, you can use a simple command line switch in your shortcut to bypass the annoyance.]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/3353/sql-server-20052008-disable-management-studios-splash-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft SQL Server: How to Find the Foreign Keys in a Database</title>
		<link>http://www.tech-recipes.com/rx/3194/microsoft-sql-server-how-to-find-the-foreign-keys-in-a-database/</link>
		<comments>http://www.tech-recipes.com/rx/3194/microsoft-sql-server-how-to-find-the-foreign-keys-in-a-database/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 13:19:17 +0000</pubDate>
		<dc:creator>shamanstears</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[foreign key]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3194</guid>
		<description><![CDATA[A foreign key is a column or columns that are used to enforce a link between data in two tables. While SQL Server gives you no quick and easy way to view the foreign keys in a database, this quick query will give you that information.  It comes in handy when trying to troubleshoot Foreign Key Constraint errors.]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/3194/microsoft-sql-server-how-to-find-the-foreign-keys-in-a-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005: How to Disable a Trigger</title>
		<link>http://www.tech-recipes.com/rx/3050/sql_server_2005_how_to_disable_a_trigger/</link>
		<comments>http://www.tech-recipes.com/rx/3050/sql_server_2005_how_to_disable_a_trigger/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 05:53:18 +0000</pubDate>
		<dc:creator>shamanstears</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[administrative tasks]]></category>
		<category><![CDATA[query window]]></category>
		<category><![CDATA[sql server 2005]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[A trigger allows for the execution of SQL code anytime an UPDATE, INSERT, or DELETE command is performed on a certain table.  If you are having to perform manual modifications to the table, you may not want the trigger to fire off.  Here&#8217;s how to disable the trigger so that you can perform [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/3050/sql_server_2005_how_to_disable_a_trigger/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005: What Service Pack is Installed?</title>
		<link>http://www.tech-recipes.com/rx/2729/sql_server_2005_what_service_pack_is_installed_/</link>
		<comments>http://www.tech-recipes.com/rx/2729/sql_server_2005_what_service_pack_is_installed_/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 05:08:35 +0000</pubDate>
		<dc:creator>shamanstears</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[pack]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[If you&#8217;re running SQL Server, it&#8217;s very wise to make sure that you have the latest service pack installed for optimum performance.  If you&#8217;re not sure what service pack you have installed (or if you&#8217;re still running RTM), follow these steps to find out:
(...)Read the rest of SQL Server 2005: What Service Pack is [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2729/sql_server_2005_what_service_pack_is_installed_/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import CSV file directly into MySQL</title>
		<link>http://www.tech-recipes.com/rx/2345/import_csv_file_directly_into_mysql/</link>
		<comments>http://www.tech-recipes.com/rx/2345/import_csv_file_directly_into_mysql/#comments</comments>
		<pubDate>Tue, 08 May 2007 09:02:38 +0000</pubDate>
		<dc:creator>katy8439</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Instead of writing a script to pull in information from a CSV file, you can link MYSQL directly to it and upload the information using the following SQL syntax.
(...)Read the rest of Import CSV file directly into MySQL 

© katy8439 for Tech-Recipes, 2007. &#124;
Permalink &#124;
25 comments &#124;
Add to
del.icio.us

Post tags: 
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2345/import_csv_file_directly_into_mysql/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>SQL 2000 &#8211; Find version and service pack info</title>
		<link>http://www.tech-recipes.com/rx/2344/sql_2000_find_version_and_service_pack_info/</link>
		<comments>http://www.tech-recipes.com/rx/2344/sql_2000_find_version_and_service_pack_info/#comments</comments>
		<pubDate>Tue, 08 May 2007 09:00:33 +0000</pubDate>
		<dc:creator>katy8439</dc:creator>
				<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Run the following code in SQL Server 2000 Query Analyzer to return the Version and Service pack &#8211; useful if you&#8217;re having problems on a server and don&#8217;t know if you&#8217;re running the latest patches or not.
(...)Read the rest of SQL 2000 &#8211; Find version and service pack info 

© katy8439 for Tech-Recipes, 2007. &#124;
Permalink [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2344/sql_2000_find_version_and_service_pack_info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL2000 &#8211; Find Database Language</title>
		<link>http://www.tech-recipes.com/rx/2343/sql2000_find_database_language/</link>
		<comments>http://www.tech-recipes.com/rx/2343/sql2000_find_database_language/#comments</comments>
		<pubDate>Tue, 08 May 2007 08:58:38 +0000</pubDate>
		<dc:creator>katy8439</dc:creator>
				<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[How to find the system language of a server running SQL2000 using a SQL statement.
(...)Read the rest of SQL2000 &#8211; Find Database Language 

© katy8439 for Tech-Recipes, 2007. &#124;
Permalink &#124;
0 comments &#124;
Add to
del.icio.us

Post tags: 
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2343/sql2000_find_database_language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
