Forum Replies Created

Viewing 15 posts - 631 through 645 (of 1,118 total)

  • RE: Load Excel Dynamically

    Frank Bazan (8/14/2009)


    You can also use the OleDB GetSchema() method. I can't remember the exact syntax, but a search of msdn should help.

    This allows you to query the excel catalog...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Load Excel Dynamically

    touchmeknot123 (8/14/2009)


    I can learn it if I don't know it with your help 🙂

    Other appraoches ?? Can you suggest, how else can it be done ?

    It will take a couple...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Load Excel Dynamically

    touchmeknot123 (8/14/2009)


    Thanks Phil.

    I am trying it out your way.

    I am having trouble since the dll - 'Microsoft.Office.Interop.Excel' is missing.

    I have installed the dll but I do not know how to...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: No Editor from Script Task module

    roundel1900 (8/13/2009)


    I am having the exact problem as displayed in this thread:

    http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=126327

    I click on "Design Script" and I get nothing no VSA Editor or anything. Has this been fixed?

    You may...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: File System Task and Script Task - delete/overwrite a file

    Can you include more details like error messages you are getting, etc?

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Problem with row by row update

    ns.sharath (8/13/2009)


    I have a table with 300,000 rows where row by row update has to be performed. Use of an OLEDB command in Data flow task is a real pain...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Update And insert statement running parallel on 2 different tables

    sumiga_11 (8/13/2009)


    Hi friends,

    In my SSIS package an update statement and an Insert statement is running parallel on two different tabels in the same database. even if both the statements are...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Load Excel Dynamically

    touchmeknot123 (8/11/2009)


    CozyRoc,

    another quick question regarding the same.

    I could do it because the woskheet names were extracted from filenames.

    How to solve the same issue where the filenames and worksheets aren't related...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: ForEach Loop substitute for speed purposes?

    Greg,

    The for each loop container is not the problem. The problem is caused by the data flow -> xml source -> xsd validation etc process. I'm thinking about this process:

    1....

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Load Excel Dynamically

    touchmeknot123 (8/11/2009)


    hi all,

    I have 4 excel files which are to be loaded in a table.

    The data flow task when run 4 times to load the excel sheets, works fine.

    But when...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Execute SSIS Package from other server

    danodan (8/11/2009)


    I want to run SSIS package from another server from command prompt:

    dtexec /DTS "\MSDB\Package_transfer" /SERVER sqlserver /MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING V

    I got following answer:

    Microsoft (R) SQL...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: dynamic change of flat file mappings

    John,

    I think this conversation is going nowhere. Anyone who follows this will agree I gave my best. As I said earlier, if you don't see a point of using third...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: dynamic change of flat file mappings

    Gkhadka,

    Thank you for the meaningful post and kind words.

    I'm sure you realize, when you talk about "little extra efforts", this translates directly into time and money. As people say there...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: dynamic change of flat file mappings

    John Rowan (8/10/2009)


    CozyRoc (8/10/2009)


    John,

    1. I'm talking about this statement: "Dynamically building out the BCP command"

    This is requirement to be a programmer.

    2. I agree that depending on one component, could cause...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: dynamic change of flat file mappings

    John,

    1. I'm talking about this statement: "Dynamically building out the BCP command"

    This is requirement to be a programmer.

    2. I agree that depending on one component, could cause all your dependent...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

Viewing 15 posts - 631 through 645 (of 1,118 total)