Forum Replies Created

Viewing 15 posts - 7,291 through 7,305 (of 11,678 total)

  • RE: ssis error "cannot detach from one or more processes"

    This is probably more a problem with the SSIS designer than with your package.

    It is not really recommended to run a package with production purposes in the SSIS designer. Run...

  • RE: Trim in SSIS

    sam.dahl (4/19/2012)


    I've seen different results when using trim in SSIS compared to trimming in a SQL statement.

    As a matter of course now I use a script component to do my...

  • RE: Transaction isolation

    Easy one, thanks.

    For the moment, almost 30% took Read Commited (the default). Surprising, as Repeatable Read is stricter.

  • RE: Are the posted questions getting worse?

    Revenant (4/18/2012)


    Jeff Moden (4/18/2012)


    Koen Verbeeck (4/18/2012)


    Stefan Krzywicki (4/18/2012)


    Just complaining for a second

    Scope for variables in SSIS are utter crap, it'd be better if scope didn't even exist here. Yes, I...

  • RE: Are the posted questions getting worse?

    Jeff Moden (4/18/2012)


    Koen Verbeeck (4/18/2012)


    Stefan Krzywicki (4/18/2012)


    Just complaining for a second

    Scope for variables in SSIS are utter crap, it'd be better if scope didn't even exist here. Yes, I hear...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (4/18/2012)


    Koen Verbeeck (4/18/2012)


    Stefan Krzywicki (4/18/2012)


    Just complaining for a second

    Scope for variables in SSIS are utter crap, it'd be better if scope didn't even exist here. Yes, I hear...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (4/18/2012)


    Just complaining for a second

    Scope for variables in SSIS are utter crap, it'd be better if scope didn't even exist here. Yes, I hear it has been fixed...

  • RE: SSIS 2012 - Parameter Precedence

    Everyone thanks for the great feedback.

    There is another SSIS 2012 question in the pipeline for this month, and I'll do my best to think of some new ones.

  • RE: Re-Creating an Excel Pivot Table

    Use Excel Services in SharePoint. Exactly the same as Excel, but users don't need to have Excel/Office installed.

  • RE: Values of row in column

    Check out the PIVOT statement:

    Using PIVOT and UNPIVOT

  • RE: SSIS - Error Output .. Column Disappeared

    aarionsql (4/18/2012)


    It's is for debugging only.

    I will try the conditional split .. The conditions on the split will be looking for the lenght ... I would have never thought...

  • RE: SSIS - Error Output .. Column Disappeared

    aarionsql (4/18/2012)


    Thank you for your reply. The column is a concatenation of an ID and Date field and there is a truncation error which is stopping the package from running.

    Is...

  • RE: Database Mail Issue

    philip.stevens (4/18/2012)


    Ah great! Thanks for that! Does that work for Job notifications as well?

    It should be. I configured database mail a few weeks ago so I could use notifications, and...

  • RE: SSIS skips random rows from an Excel file

    You could also delete the destination temporarily and use a multicast as a dummy destination. Put a dataviewer right in front of this multicast and see if all rows are...

  • RE: Trim in SSIS

    SQL Server itself is normally insensitive to white space. However, the SSIS lookup isn't.

    If you use TRIM, you need to use it on the source data and on the reference...

Viewing 15 posts - 7,291 through 7,305 (of 11,678 total)