<?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>dev &#187; sql</title>
	<atom:link href="http://dev.diditho.net/category/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.diditho.net</link>
	<description>my chalk board {asp,net , c#,php, sql, gis, sharepoint, mdx, bi, dm, sap bw and etc ...}</description>
	<lastBuildDate>Mon, 01 Mar 2010 05:00:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Kill a lock process</title>
		<link>http://dev.diditho.net/2008/07/18/18/</link>
		<comments>http://dev.diditho.net/2008/07/18/18/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 05:57:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[sql]]></category>
		<category><![CDATA[2000]]></category>
		<category><![CDATA[kill]]></category>
		<category><![CDATA[lock]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://dev.diditho.net/?p=18</guid>
		<description><![CDATA[The last method (workaround) to solve a lock status is by killing the process. Write this line to Kill a process in sql server:

1
2
3
4
--This example shows how to terminate SPID 55.
KILL 55
--This example generates a status of the rollback process for the specific spid.
KILL 55 WITH STATUSONLY

&#8211;This is the progress report.
spid 55: Transaction rollback in [...]]]></description>
		<wfw:commentRss>http://dev.diditho.net/2008/07/18/18/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shrink the log file on mssql server 2000</title>
		<link>http://dev.diditho.net/2008/05/12/shrink-the-log-file-on-mssql-server-2000/</link>
		<comments>http://dev.diditho.net/2008/05/12/shrink-the-log-file-on-mssql-server-2000/#comments</comments>
		<pubDate>Mon, 12 May 2008 12:54:39 +0000</pubDate>
		<dc:creator>diditho</dc:creator>
				<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://dev.diditho.net/2008/05/12/shrink-the-log-file-on-mssql-server-2000/</guid>
		<description><![CDATA[sql server 2000 one of most powerful and easy to use database application. It&#8217;s nicely handle giga size data. Unfortunately the growth of the log file can be very frustrating. Sometimes there&#8217;s a certain difficulty when we want to shrink the log file, mainly because the database still running a process.
usually we can use the [...]]]></description>
		<wfw:commentRss>http://dev.diditho.net/2008/05/12/shrink-the-log-file-on-mssql-server-2000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
