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.
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 |
|
|
|
|