Viewing 4 posts - 16 through 19 (of 19 total)
Script Task is one way.
another way is using variable to store the list of ID, then access server B based on the variable. So you don't have to access both...
August 7, 2013 at 1:58 pm
Recommand using SQL Server Profiler + Performance Monitor to catch the sessions.
August 7, 2013 at 12:29 pm
for example, convert string '$123456789' to money 1234567.89
1. Use Data Coversion to convert '$123456789' to data type currency[DT_CY], it will be 123456789 in a new output alia after this...
August 7, 2013 at 11:57 am
if you want to do data conversion, like convert string to money, I suggest to use 'Data Conversion' instead of 'Derived Column', it's easier.
August 1, 2013 at 8:30 am
Viewing 4 posts - 16 through 19 (of 19 total)