Hello,
I am creating a ssis package that uses data flow task that has "OLED Source" and use SQL Command. The code looks similar to this and it has parameter
;With CTE as (select name from master.sys.databases where database_id>?) Select name from CTE
this is not the actual code but similar.
when I click on parameter to assign, I get this . any thoughts what the error could be?
Hope it Helps!!