<?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>CS &#38; IT Solutions &#187; sql server</title>
	<atom:link href="http://blog.csatpk.com/category/databases/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.csatpk.com</link>
	<description>Computer Scientists and IT Professionals Weblog</description>
	<lastBuildDate>Mon, 17 Oct 2011 10:58:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Microsoft SQL Server: How to Find the Foreign Keys in a Database</title>
		<link>http://blog.csatpk.com/2009/06/microsoft-sql-server-how-to-find-the-foreign-keys-in-a-database-2/</link>
		<comments>http://blog.csatpk.com/2009/06/microsoft-sql-server-how-to-find-the-foreign-keys-in-a-database-2/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 07:08:19 +0000</pubDate>
		<dc:creator>ilyas</dc:creator>
				<category><![CDATA[databases]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.csatpk.com/blog/?p=230</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 all foreign keys in a database, this quick query will give you that information. It comes in handy when trying to troubleshoot Foreign [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2009/06/microsoft-sql-server-how-to-find-the-foreign-keys-in-a-database-2/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://blog.csatpk.com/2009/06/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/</link>
		<comments>http://blog.csatpk.com/2009/06/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 18:35:59 +0000</pubDate>
		<dc:creator>ilyas</dc:creator>
				<category><![CDATA[databases]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.csatpk.com/blog/?p=152</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. 1. Open the SQL Server Management Studio. 2. Open a [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2009/06/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005: Locating Stored Procedures that Contain a Keyword</title>
		<link>http://blog.csatpk.com/2009/06/sql-server-2005-locating-stored-procedures-that-contain-a-keyword/</link>
		<comments>http://blog.csatpk.com/2009/06/sql-server-2005-locating-stored-procedures-that-contain-a-keyword/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 18:34:12 +0000</pubDate>
		<dc:creator>ilyas</dc:creator>
				<category><![CDATA[databases]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.csatpk.com/blog/?p=150</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 [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2009/06/sql-server-2005-locating-stored-procedures-that-contain-a-keyword/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005/2008: Disable Management Studioâ€™s Splash Screen</title>
		<link>http://blog.csatpk.com/2009/06/sql-server-20052008-disable-management-studio%e2%80%99s-splash-screen/</link>
		<comments>http://blog.csatpk.com/2009/06/sql-server-20052008-disable-management-studio%e2%80%99s-splash-screen/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 18:33:14 +0000</pubDate>
		<dc:creator>ilyas</dc:creator>
				<category><![CDATA[databases]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.csatpk.com/blog/2009/06/20/sql-server-20052008-disable-management-studio%e2%80%99s-splash-screen/</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. 1. Right-click on the desktop. 2. Click New and select Shortcut. 3. Click the Browse button and [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2009/06/sql-server-20052008-disable-management-studio%e2%80%99s-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://blog.csatpk.com/2009/06/microsoft-sql-server-how-to-find-the-foreign-keys-in-a-database/</link>
		<comments>http://blog.csatpk.com/2009/06/microsoft-sql-server-how-to-find-the-foreign-keys-in-a-database/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 18:31:52 +0000</pubDate>
		<dc:creator>ilyas</dc:creator>
				<category><![CDATA[databases]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.csatpk.com/blog/?p=146</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 all foreign keys in a database, this quick query will give you that information. It comes in handy when trying to troubleshoot Foreign [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2009/06/microsoft-sql-server-how-to-find-the-foreign-keys-in-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005: How to Disable a Trigger</title>
		<link>http://blog.csatpk.com/2009/06/sql-server-2005-how-to-disable-a-trigger/</link>
		<comments>http://blog.csatpk.com/2009/06/sql-server-2005-how-to-disable-a-trigger/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 18:30:42 +0000</pubDate>
		<dc:creator>ilyas</dc:creator>
				<category><![CDATA[databases]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.csatpk.com/blog/?p=143</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â€™s how to disable the trigger so that you can perform your administrative [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2009/06/sql-server-2005-how-to-disable-a-trigger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005: What Service Pack is Installed?</title>
		<link>http://blog.csatpk.com/2009/06/sql-server-2005-what-service-pack-is-installed/</link>
		<comments>http://blog.csatpk.com/2009/06/sql-server-2005-what-service-pack-is-installed/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 18:28:23 +0000</pubDate>
		<dc:creator>ilyas</dc:creator>
				<category><![CDATA[databases]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.csatpk.com/blog/?p=140</guid>
		<description><![CDATA[If youâ€™re running SQL Server, itâ€™s very wise to make sure that you have the latest service pack installed for optimum performance. If youâ€™re not sure what service pack you have installed (or if youâ€™re still running RTM), follow these steps to find out: 1. Open SQL Server Management Studio. 2. Click the New Query [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2009/06/sql-server-2005-what-service-pack-is-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

