Is there a problem mapping variables to resultsets with a bigint as datatype
I've tried using int64, and others, but all fail except for object datatype.
I cant use object datatype because i wont be able to use it as a derived column.
Any ideas here

Mapping Variables to Resultsets
Nessiee
Bill YU
Thanks.
Chad Boles MSFT
Big integers are returned now as strings. So if you choose your variable as a string variable you should be able to get the result correctly. This will probably change. soon.
razva
If i modified the table structure to int and the variable to int32, it works fine.
SBoyd