Forum Replies Created

Viewing 15 posts - 6,481 through 6,495 (of 11,678 total)

  • RE: Table Variable

    Great question, thanks.

  • RE: Labor Day 2012

    W00t w00t, thanks for the 7 easy points Steve.

    kaspencer (9/3/2012)


    Just a bit too US-centric again.

    What is Labour Day anyway?

    You have an international membership, so you need to be less parochial!

    Ken

    Labo(ur)...

  • RE: package

    Sure! The Execute SQL Task.

    Although the Execute TSQL Task may be an option as well, but it's interface is slightly worse than the other.

  • RE: Microsoft excel version

    Either convert to 2003 Excel, .xls, or use the following method:

    Using Excel 2007 files as a Source in SSIS 2005[/url]

    Or upgrade to a recent version of SSIS, that's also an...

  • RE: Table Variable

    Easy one, thanks!

  • RE: package

    Insert data in one table first, get the inserted primary keys, use these to insert in the second table and so forth.

  • RE: package

    Load the Excel file as-is to a table. --> dataflow

    Populate the destination tables using TSQL statements --> Execute SQL Tasks

    For the record, it would be appreciated if you stated all...

  • RE: package

    In that case it's better to load the initial load from Excel into a staging table and do everything with TSQL from then on.

  • RE: package

    Just map only the columns that you need in the OLE DB Destination.

  • RE: package

    You can split the name field in a derived column by using a clever combination of FINDSTRING and SUBSTRING.

  • RE: Avoiding Truncation?

    How can there be a truncation error when converting from unicode to non-unicode? Both are CLOB datatypes without a length specified.

  • RE: ssis null valus

    You have no other choice. ISNULL is there to check a column for NULL values. You could do it in a script component or in TSQL, but in the end...

  • RE: Index types 2

    Great question Hugo, made me do some research 🙂

  • RE: Adventure Works DW 2008R2

    No, that shouldn't be a problem.

  • RE: Adventure Works DW 2008R2

    So I guess the wizard.

    Do you have a default instance, or only named instances?

Viewing 15 posts - 6,481 through 6,495 (of 11,678 total)