<?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; databases</title>
	<atom:link href="http://blog.csatpk.com/tag/databases/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>
		<item>
		<title>Import CSV file directly into MySQL</title>
		<link>http://blog.csatpk.com/2009/06/import-csv-file-directly-into-mysql/</link>
		<comments>http://blog.csatpk.com/2009/06/import-csv-file-directly-into-mysql/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 20:32:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[databases]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql server]]></category>

		<guid isPermaLink="false">http://www.csatpk.com/blog/?p=72</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. To import an Excel file into MySQL, first export it as a CSV file. Remove the CSV headers from the generated CSV file along with empty [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2009/06/import-csv-file-directly-into-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solve: Canâ€™t connect to local MySQL server through socket /tmp/mysql.sock</title>
		<link>http://blog.csatpk.com/2009/06/solve-can%e2%80%99t-connect-to-local-mysql-server-through-socket-tmpmysql-sock/</link>
		<comments>http://blog.csatpk.com/2009/06/solve-can%e2%80%99t-connect-to-local-mysql-server-through-socket-tmpmysql-sock/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 20:31:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[databases]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql server]]></category>

		<guid isPermaLink="false">http://www.csatpk.com/blog/?p=70</guid>
		<description><![CDATA[A frequent error message received when using the mysql command line utility is: Canâ€™t connect to local MySQL server through socket â€˜/tmp/mysql.sockâ€™ While this error message can be frustrating, the solution is simple. When connecting to a MySQL server located on the local system, the mysql client connects thorugh a local file called a socket [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2009/06/solve-can%e2%80%99t-connect-to-local-mysql-server-through-socket-tmpmysql-sock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a column to an existing MySQL table</title>
		<link>http://blog.csatpk.com/2009/06/add-a-column-to-an-existing-mysql-table/</link>
		<comments>http://blog.csatpk.com/2009/06/add-a-column-to-an-existing-mysql-table/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 20:30:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[databases]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql server]]></category>

		<guid isPermaLink="false">http://www.csatpk.com/blog/?p=68</guid>
		<description><![CDATA[MySQL tables are easy to extend with additional columns. To add a column called email to the contacts table created in Create a basic MySQL table with a datatype of VARCHAR(80), use the following SQL statement: ALTER TABLE contacts ADD email VARCHAR(60); This first statement will add the email column to the end of the [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2009/06/add-a-column-to-an-existing-mysql-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

