I am working on SSIS 2014. I need to pass a decimal parameter in SQL Execute task in SSIS. Getting the below error:
[Execute SQL Task] Error: Executing the query failed with the following error: "The type is not supported.DBTYPE_DECIMAL".
I tried searching online but couldn't get the solution. Did anyone have this type of issue. I cannot change the datatype of the parameter it should be decimal only.