A blog about SQL Server, SSIS, C# and whatever else I happen to be dealing with in my professional life.

Find ramblings

Sunday, January 25, 2009

Variable annoyance

Since I seem to be in a blogging mood today, something to be aware of
within SSIS is that while the data flow task tends to do a very good
job of keeping track of field name changes, the same cannot be said of
renaming variables. For example, if you had a variable, RowCount and
updated that to RowCountActual, you would then need to update all the
places that referenced that variable, like a Row Count data flow task,
the ReadOnly parameter list of a script task, etc.

Nothing major but an annoyance.

No comments: