Forum Replies Created

Viewing 15 posts - 61 through 75 (of 162 total)

  • RE: XML Source missing elements

    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...

    Life: it twists and turns like a twisty turny thing

  • RE: XML Source missing elements

    can you control how the xml is handled using the xsd document? perhaps you could specify how to handle white space using this?

    tom

    Life: it twists and turns like a twisty turny thing

  • RE: Metadata inconsistencies for flat file connection object

    is the connection string for the flat file connection constructed using an expression?

    Life: it twists and turns like a twisty turny thing

  • RE: Database Connections as a Variable - Help Please

    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 =...

    Life: it twists and turns like a twisty turny thing

  • RE: Cannot open the data file error

    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...

    Life: it twists and turns like a twisty turny thing

  • RE: Disable property in SSIS package Configurations

    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

    Life: it twists and turns like a twisty turny thing

  • RE: How do we pass parameters from Sql agent job to SSIS package?

    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...

    Life: it twists and turns like a twisty turny thing

  • RE: Prevent execution of Tasks on 'row count' condition

    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...

    Life: it twists and turns like a twisty turny thing

  • RE: What does this error mean?

    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

    Life: it twists and turns like a twisty turny thing

  • RE: Database Connections as a Variable - Help Please

    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...

    Life: it twists and turns like a twisty turny thing

  • RE: Write Script not to do next action

    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...

    Life: it twists and turns like a twisty turny thing

  • RE: convert datatype using derived column transformation

    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...

    Life: it twists and turns like a twisty turny thing

  • RE: convert datatype using derived column transformation

    use the error output of the transformation to find out which rows are causing you problems.

    Life: it twists and turns like a twisty turny thing

  • RE: convert datatype using derived column transformation

    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).

    Life: it twists and turns like a twisty turny thing

  • RE: convert datatype using derived column transformation

    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...

    Life: it twists and turns like a twisty turny thing

Viewing 15 posts - 61 through 75 (of 162 total)