<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; 2008 &#8211; Introduction to Table-Valued Parameters with Example</title>
	<atom:link href="http://blog.sqlauthority.com/2008/08/31/sql-server-table-valued-parameters-in-sql-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/08/31/sql-server-table-valued-parameters-in-sql-server-2008/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave</title>
		<link>http://blog.sqlauthority.com/2008/08/31/sql-server-table-valued-parameters-in-sql-server-2008/#comment-46101</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 28 Jan 2009 21:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=921#comment-46101</guid>
		<description>What is the syntax for including the table parameter in a where clause?

Example:

SELECT * FROM @InsertDept_TVP where @InsertDept_TVP.DepartmentID = 10

How does one reference the table in the where clause?</description>
		<content:encoded><![CDATA[<p>What is the syntax for including the table parameter in a where clause?</p>
<p>Example:</p>
<p>SELECT * FROM @InsertDept_TVP where @InsertDept_TVP.DepartmentID = 10</p>
<p>How does one reference the table in the where clause?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clement</title>
		<link>http://blog.sqlauthority.com/2008/08/31/sql-server-table-valued-parameters-in-sql-server-2008/#comment-45737</link>
		<dc:creator>clement</dc:creator>
		<pubDate>Mon, 19 Jan 2009 13:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=921#comment-45737</guid>
		<description>Good article.
I am already using TVP in my Sql objects.
However, unless you do inline Sql on the application layer, .Net seems the only framework to have had this new attribute in the ADO object.

I noticed you were admin on CF server and you might also have some knowledge on Java and php languages ...

Do those languages integrate the TPV feature?</description>
		<content:encoded><![CDATA[<p>Good article.<br />
I am already using TVP in my Sql objects.<br />
However, unless you do inline Sql on the application layer, .Net seems the only framework to have had this new attribute in the ADO object.</p>
<p>I noticed you were admin on CF server and you might also have some knowledge on Java and php languages &#8230;</p>
<p>Do those languages integrate the TPV feature?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasmine</title>
		<link>http://blog.sqlauthority.com/2008/08/31/sql-server-table-valued-parameters-in-sql-server-2008/#comment-44423</link>
		<dc:creator>Jasmine</dc:creator>
		<pubDate>Thu, 27 Nov 2008 20:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=921#comment-44423</guid>
		<description>Keep a good work man!,</description>
		<content:encoded><![CDATA[<p>Keep a good work man!,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billigflüge</title>
		<link>http://blog.sqlauthority.com/2008/08/31/sql-server-table-valued-parameters-in-sql-server-2008/#comment-44064</link>
		<dc:creator>Billigflüge</dc:creator>
		<pubDate>Wed, 05 Nov 2008 14:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=921#comment-44064</guid>
		<description>It looks like there&#039;s a reason to switch to 2008 version. Great article, thank you so much.</description>
		<content:encoded><![CDATA[<p>It looks like there&#8217;s a reason to switch to 2008 version. Great article, thank you so much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
