Forum Replies Created

Viewing 15 posts - 9,961 through 9,975 (of 13,879 total)

  • RE: How to do Batch Process ?

    prakashr.r7 (4/25/2013)


    Phil Parkin (4/25/2013)


    By 'Load' what do you mean? Just INSERTs, or INSERTs & UPDATEs? Or something else?

    If just INSERTs, SSIS should eat that up with no need for any...

  • RE: How to do Batch Process ?

    By 'Load' what do you mean? Just INSERTs, or INSERTs & UPDATEs? Or something else?

    If just INSERTs, SSIS should eat that up with no need for any 'batch processing' -...

  • RE: How to convert the data from stored procedure to excel sheet through SSIS.

    subbareddyap (4/24/2013)


    I have one task, The task having stored procedure and

    the task will be run daily and insert the data into Excel sheet.

    Regards,

    Subash.

    What is your question?

  • RE: Copy a CSV file to another network drive

    Eric M Russell (4/24/2013)


    Karan_W (4/23/2013)


    I am using SSIS 2008. The task is following.

    1: Execute a storted proc and using the output create a CSV file.

    2: this CSV file need to...

  • RE: Set-Based Solution to this Problem?

    One thing which I can see holding this solution back as volumes increase is that the multiple EXECs are essentially single-threaded - they run sequentially.

    A better-performing solution may be to...

  • RE: Merge Statement over a linked server

    Are your source and target tables on different servers?

    The MERGE statement won't work in this scenario - you need both the tables to be on the same SQL instance, I...

  • RE: we don´t see packages on MSDB chapter SSIS

    Are you saying that you know that there are SSIS packages in MSDB, but that you cannot see them?

    What did you do to receive that error message? Which tool were...

  • RE: Conditional SSIS Tasks based on a result set?

    P.S.... Did you know that Durians are outlawed on pubic transportation in some of the countries they are grown/imported?

    Yep - with good reason too. I can't get near enough to...

  • RE: Bulk Insert vs. Data Flow Task?

    I knew that you'd have your reasons - sounds robust and safe to me.

  • RE: Bulk Insert vs. Data Flow Task?

    CptCrusty1 (4/23/2013)


    Hey Phil!

    Flow is as follows:

    Text File --> Raw Table --> Staging Table --> Production Staging Table (Different VM) --> Production Table.

    A lot, if not all of the Transformations happen...

  • RE: Conditional SSIS Tasks based on a result set?

    If no data is pushed along the output, the output will do no work. That is not to say that it won't be validated when the package fires, so there...

  • RE: Merge Statement over a linked server

    girl_bj0619 (4/23/2013)


    i meant where to apply it?

    here..?

    merge ...

    using....

    Can you take a bit more time to write out what you are trying to do please, because I do not understand your...

  • RE: Bulk Insert vs. Data Flow Task?

    CptCrusty1 (4/23/2013)


    Yes, I'm kind of a noob with SSIS. We frequently move hundreds of thousands of records from Text files to Raw tables, and ultimatley to production. After...

  • RE: Conditional SSIS Tasks based on a result set?

    Have you checked out the Conditional Split transformation? It allows you to redirect data based on tests such as these, so you could split your input into multiple streams, with...

  • RE: Merge Statement over a linked server

    girl_bj0619 (4/23/2013)


    how does the query works?

    Execute At [linked_server]

    causes the statement to be executed on the linked server (not on the server running the EXECUTE statement). Is that what you mean?

    --Edit:...

Viewing 15 posts - 9,961 through 9,975 (of 13,879 total)