Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 parameters to UDF function

Author  Topic 

Chinni
Yak Posting Veteran

95 Posts

Posted - 2013-07-18 : 19:56:27
Hello ....

How do I pass a parameter to udf in SSIS

i tried
Vaibale Inputvar as string

input to function should be datetime

select select count(*) from dbo.udffunction(?) in execute task

parameter mapping : User::date input date Parameter value =0
result set : Outputrowcount user::outputrowcount

getting errors

"An error occurred while extracting the result into a variable of type (DBTYPE_DATE)". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
Task failed: Check for Missing Groups


Thank you

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2013-07-18 : 20:15:26
Duplicate. Please only post once for the same topic.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -