|
|
|
|
Browse by Tags
All Tags » sql server » Microsoft » sql server integration services (RSS)
-
One thing that has always infuriated me about SSIS is the fact that every package has three different type systems; to give you an idea of what I am talking about consider the following:
The SSIS dataflow's type system is made up of types called DT_* (e.g. DT_STR, DT_I4)
The SSIS variable type system is based on .Net datatypes (e.g. ...
|
|
|
|
|