Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: SSIS

    Hi,

    In EXCEL Destination, you can create teh excel at run time-

    Sample code-

    CREATE TABLE `Excel Destination` (

    `Col1` LongText,

    `Col2` Long,

    )

    After...

  • RE: Help with SSIS expression

    Hi,

    Please find the steps to handle the issue:-

    1. First you should a Dataconversion to get it in a proper format.

    2. Use the Aggregate Task to do the SUM for the...

  • RE: Flat File to Oracle through SSIS

    Hi,

    You can craete the Linked server in you SQL DB and use that for creating your connection manager in SSIS.

    But while dumping the data in Oracle, may create some DataType...

  • RE: Why Build?

    Hi,

    Building a package is a standard Practice. When you deploye your package from Dev environment to Production environement, you should build your package, which will craete the .msi file in...

  • RE: Assign value of variable based on value in another variable?

    Hi,

    If the file is in the same folder, you can give the extension as *.* while configuring your Foreach Loop container.

    Regards,

    Chandrashekhar

  • RE: Can SSIS import a CSV and update a table all in one Data Flow process?

    Hi,

    I would suggest to go for a temp table.

    Create a temp table. Store teh source data in your temp table.

    After this there are two approaches-

    Approach1:-

    After the dataflow task, use...

  • RE: SSIS File Copy Failure

    Hi,

    Please send the screenshot of error message.

    Suggestions:-

    Please check the file format and the delimeters.

    Please check the source data as well.

    Regards,

    Chan

  • RE: Database Designing issue

    Hi Dilip,

    The design basically depends upon your requirement and keeping that in mind you need to decide.

    In your current scenario - I would suggest to go for the second approach...

Viewing 8 posts - 1 through 8 (of 8 total)