<?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"
	>
<channel>
	<title>Comments on: Is there a way to retrieve datatypes from stored procedures?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/is-there-a-way-to-retrieve-datatypes-from-stored-procedures/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/is-there-a-way-to-retrieve-datatypes-from-stored-procedures/</link>
	<description></description>
	<pubDate>Mon, 09 Nov 2009 08:26:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/is-there-a-way-to-retrieve-datatypes-from-stored-procedures/#comment-59089</link>
		<dc:creator>mrdenny</dc:creator>
		<pubDate>Fri, 09 Jan 2009 19:00:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-59089</guid>
		<description>The datatypes that the stored procedure is passing to the table will be what ever datatypes the table is setup for.  You can't exactly stuff a varchar value into an INT column.</description>
		<content:encoded><![CDATA[<p>The datatypes that the stored procedure is passing to the table will be what ever datatypes the table is setup for.  You can&#8217;t exactly stuff a varchar value into an INT column.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TlogP</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/is-there-a-way-to-retrieve-datatypes-from-stored-procedures/#comment-59062</link>
		<dc:creator>TlogP</dc:creator>
		<pubDate>Thu, 08 Jan 2009 14:26:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-59062</guid>
		<description>I need to know what datatype i.e. char, varchar, text, nchar.... the SP is passing to the database table. I am able to view this in  QA but I have about a 1000 db i need to check on. I wanted to write something like what i posted to do this. what i posted returns the datatype or metadata for a table.

thanks for your help.</description>
		<content:encoded><![CDATA[<p>I need to know what datatype i.e. char, varchar, text, nchar&#8230;. the SP is passing to the database table. I am able to view this in  QA but I have about a 1000 db i need to check on. I wanted to write something like what i posted to do this. what i posted returns the datatype or metadata for a table.</p>
<p>thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/is-there-a-way-to-retrieve-datatypes-from-stored-procedures/#comment-59048</link>
		<dc:creator>Carlosdl</dc:creator>
		<pubDate>Wed, 07 Jan 2009 19:56:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-59048</guid>
		<description>Are you talking about the datatypes of the stored procedure's parameters ?</description>
		<content:encoded><![CDATA[<p>Are you talking about the datatypes of the stored procedure&#8217;s parameters ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->