<?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: SQL Server 2008 extended stored procedures</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/extended-stored-procedures/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/extended-stored-procedures/</link>
	<description></description>
	<pubDate>Sat, 28 Nov 2009 04:03:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: KH</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/extended-stored-procedures/#comment-61401</link>
		<dc:creator>KH</dc:creator>
		<pubDate>Thu, 26 Mar 2009 11:32:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-61401</guid>
		<description>Hi 

Thanks Mr Denny for your responses ,I have now sorted out the problem .

The SQL 2008 machine was a new build.  So i ran my DLLs through dependency walker and it highlighted a dll that my commission.dll was referencing (MSVCR71.DLL) , i copied the missing Dll to the  SQL2008 Machine and it now works. YES!!!


Thanks anyway...</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>Thanks Mr Denny for your responses ,I have now sorted out the problem .</p>
<p>The SQL 2008 machine was a new build.  So i ran my DLLs through dependency walker and it highlighted a dll that my commission.dll was referencing (MSVCR71.DLL) , i copied the missing Dll to the  SQL2008 Machine and it now works. YES!!!</p>
<p>Thanks anyway&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KH</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/extended-stored-procedures/#comment-61345</link>
		<dc:creator>KH</dc:creator>
		<pubDate>Wed, 25 Mar 2009 10:34:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-61345</guid>
		<description>Sorry i made a typo in the previous post

Exec master..xp_commission @text

Should be 

Exec master..xp_commission @sText</description>
		<content:encoded><![CDATA[<p>Sorry i made a typo in the previous post</p>
<p>Exec master..xp_commission @text</p>
<p>Should be </p>
<p>Exec master..xp_commission @sText</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KH</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/extended-stored-procedures/#comment-61344</link>
		<dc:creator>KH</dc:creator>
		<pubDate>Wed, 25 Mar 2009 10:33:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-61344</guid>
		<description>Hi Thanks for you reply

I call the procedure like so: 

Declare @sText as varchar(100)
Set @sText = '"123456789"
Exec master..xp_commission @text

Error i get is: 

Msg 17750, Level 16, State 0, Procedure xp_commission, Line 1
Could not load the DLL C:Program FilesMicrosoft SQL ServerMSSQL10.SQL2008AMSSQLBinnxp_commission.dll, or one of the DLLs it references. Reason: 126(The specified module could not be found.).

[B]CLR[/B] - Im not a developer and also i cant seem to find the original source code in C++

Thanks again for you help</description>
		<content:encoded><![CDATA[<p>Hi Thanks for you reply</p>
<p>I call the procedure like so: </p>
<p>Declare @sText as varchar(100)<br />
Set @sText = &#8216;&#8221;123456789&#8243;<br />
Exec master..xp_commission @text</p>
<p>Error i get is: </p>
<p>Msg 17750, Level 16, State 0, Procedure xp_commission, Line 1<br />
Could not load the DLL C:Program FilesMicrosoft SQL ServerMSSQL10.SQL2008AMSSQLBinnxp_commission.dll, or one of the DLLs it references. Reason: 126(The specified module could not be found.).</p>
<p><b>CLR</b> - Im not a developer and also i cant seem to find the original source code in C++</p>
<p>Thanks again for you help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/extended-stored-procedures/#comment-61330</link>
		<dc:creator>mrdenny</dc:creator>
		<pubDate>Wed, 25 Mar 2009 04:45:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-61330</guid>
		<description>What's the rest of the error message when you run the extended stored procedure by it self?

Any reason you aren't writing these as SQLCLR procedures?</description>
		<content:encoded><![CDATA[<p>What&#8217;s the rest of the error message when you run the extended stored procedure by it self?</p>
<p>Any reason you aren&#8217;t writing these as SQLCLR procedures?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->