<?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>KomKid.Net &#187; Database</title>
	<atom:link href="http://www.komkid.net/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.komkid.net</link>
	<description>คิดแตกต่าง แต่ไม่แตกแยก คิดแปลก แตกต่างอย่างมีเหตุผล</description>
	<lastBuildDate>Thu, 26 Jan 2012 13:55:27 +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>Axapta : Execute SQL  command</title>
		<link>http://www.komkid.net/2010/10/axapta-execute-sql-command/</link>
		<comments>http://www.komkid.net/2010/10/axapta-execute-sql-command/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 16:26:41 +0000</pubDate>
		<dc:creator>Komkid</dc:creator>
				<category><![CDATA[Axapta]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.komkid.net/?p=893</guid>
		<description><![CDATA[Axapta มีคำสั่ง SQL รวมอยู่ใน X++ อยู่แล้ว แต่ถ้าอยากใช้คำสั่ง SQL อื่น ๆ เช่น ใช้ประโยชน์จาก NewID() ของ MS SQL Server เพื่อ random ก็ทำได้ ดังตัวอย่าง 12345678910111213141516171819202122232425262728293031static void Job3&#40;Args _args&#41; &#123; &#160; &#160; LogInProperty &#160; Lp = new LogInProperty&#40;&#41;; &#160; &#160; OdbcConnection &#160;myConnection; &#160; &#160; Statement &#160; &#160; &#160; myStatement; &#160; &#160; ResultSet &#160; &#160; &#160; myResult; &#160; &#160; str [...]]]></description>
		<wfw:commentRss>http://www.komkid.net/2010/10/axapta-execute-sql-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determing SQL Server Database and Table Size</title>
		<link>http://www.komkid.net/2009/09/determing-sql-server-database-and-table-size/</link>
		<comments>http://www.komkid.net/2009/09/determing-sql-server-database-and-table-size/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 13:08:54 +0000</pubDate>
		<dc:creator>Komkid</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[กันลืม]]></category>

		<guid isPermaLink="false">http://www.komkid.net/?p=549</guid>
		<description><![CDATA[Example 1 (SQL Server table) Run the following SQL statement from Teratrax Database Manager, Query Analyzer, or SQL Server Management Studio. Replace the names in bold with your own: USE db1 GO EXEC sp_spaceused N'dbo.orders' GO Results * name: Table name for which space usage information was requested * rows: Number of rows existing in [...]]]></description>
		<wfw:commentRss>http://www.komkid.net/2009/09/determing-sql-server-database-and-table-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete all record in SQL Server table</title>
		<link>http://www.komkid.net/2009/08/delete-all-record-in-sql-server-table/</link>
		<comments>http://www.komkid.net/2009/08/delete-all-record-in-sql-server-table/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 15:18:37 +0000</pubDate>
		<dc:creator>Komkid</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[กันลืม]]></category>

		<guid isPermaLink="false">http://www.komkid.net/?p=499</guid>
		<description><![CDATA[TRUNCATE TABLE name vs DELETE FROM TABLE name TRUNCATE TABLE is functionally identical to DELETE statement with no WHERE clause: both remove all rows in the table. But TRUNCATE TABLE is faster and uses fewer system and transaction log resources than DELETE. The DELETE statement removes rows one at a time and records an entry [...]]]></description>
		<wfw:commentRss>http://www.komkid.net/2009/08/delete-all-record-in-sql-server-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

