Viewing post 1 (of 2 total)
Thanks, but that doesn't really help. Here's the latest query I tried, still spits out the same error in SSIS:
DECLARE @sql VARCHAR(MAX)
SET @sql = 'SELECT * FROM ' + @dataTableName
DECLARE...
October 29, 2013 at 10:22 am
#1662445