I'm trying to create a global variable in my dts, and it only lets me create strings. I am working on a tutorial here:
It tells me to create an output parameter of type other, but then SQL will not let me save the package. I have a query that will only accepts parameters of type int, and the dts tells me it can not convert from type BSTR to type INT.
Anyone else have this?
I am working with SQL Server 2000, and SP3.
It tells me to create an output parameter of type other, but then SQL will not let me save the package. I have a query that will only accepts parameters of type int, and the dts tells me it can not convert from type BSTR to type INT.
Anyone else have this?
I am working with SQL Server 2000, and SP3.