Viewing 15 posts - 61 through 75 (of 162 total)
Perhaps I misunderstood your first post. I thought you were having problems with spaces.
It seems to be ignoring the , it works.
Could you clarify for...
October 7, 2008 at 3:12 am
can you control how the xml is handled using the xsd document? perhaps you could specify how to handle white space using this?
tom
October 6, 2008 at 9:25 am
is the connection string for the flat file connection constructed using an expression?
October 6, 2008 at 9:22 am
do you have the text "@[user::variable1] =" within the expression for the variable?
if this is the case, then remove it and just have "update email set locator_id =...
October 6, 2008 at 9:20 am
are there any other tasks in your workflow that may have a hold of the file? perhaps a file system task that has copied off the file and...
October 6, 2008 at 3:09 am
any container has the disable property, which means it won't execute at runtime, and as the package is also a container it also has this property.
tom
October 3, 2008 at 4:52 am
There are two ways:
1. Use the Set values tab in the job step. The property path needs to be \Package.Variables[i]myvariable[/i].Value and then enter the new parameter value in the...
October 3, 2008 at 4:40 am
you can store the count in a variable using a execute sql task. then, set the workflow constraints to use an expression. place your check here. you...
October 2, 2008 at 6:04 am
there seems to be some issue with a null reference in your data reader source. is any part of this handled dynamically at run time?
tom
October 2, 2008 at 5:58 am
i'm not entirely sure the execute sql task is quite as dynamic as you hope.
one solution would be to use a data flow task to write the data from the...
October 2, 2008 at 5:55 am
you could use the script as a dummy task (i.e. it does nothing) and have a constraint between the script and the data flow which uses an expression.
then, in the...
September 26, 2008 at 5:49 am
what happens if you do as Crispin suggests and carry out the conversion in the source SQL? So, choose SQL command from the drop down and cast the column...
August 18, 2008 at 4:52 am
use the error output of the transformation to find out which rows are causing you problems.
August 18, 2008 at 2:10 am
You can do it in the derived column transformation using the syntax (DT_I4)[Your Column] in the expression field (for a four-byte signed integer).
August 14, 2008 at 6:52 am
in the derived column transformation, expand the list of columns in the top left pane. click on the one you want (the new one from the conversion transformation) and...
August 14, 2008 at 5:55 am
Viewing 15 posts - 61 through 75 (of 162 total)