• I'm not familiar with DTS nor the "b" parameters.

    I suspect that strList is passed as a string instead of a rowset/table. (for the in clause)

    Like in ('abc,ddfdfqd,dfdfqdfe')

    You can resort to dynamic sql using sp_executesql (beware of sql-injection)