Forum Replies Created

Viewing 15 posts - 766 through 780 (of 1,118 total)

  • RE: Package Configuration (SQL Server) to assign location of source flat file???

    Greg J (5/27/2009)


    More precisely...

    How can I programmatically change the "Directory" attribute of the ForEach Loop container based on user input?

    THANKS!

    1. Right-click on the For Each Loop container and select Properties.

    2....

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

  • RE: Excel Connection Manager

    ns.sharath (5/27/2009)


    Is it a pre-requisite to have Microsoft Office installed on the Server where an SSIS Package is deployed, if an Excel Connection Manager is used ?

    No, it is not....

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

  • RE: Multiple Connections AND Multiple Impersonations

    Jason (5/26/2009)


    Using the SQL Agent proxy is how I managed to impersonate 1 account, but of course, not the other. I managed to write my own connection manager. ...

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

  • RE: Multiple Connections AND Multiple Impersonations

    Jason,

    I'm thinking about the following idea:

    1. Setup the database connection manager with RetainSameConnection property set to true.

    2. Do the impersonation process and AcquireConnection from the connection manager.

    At this point you...

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

  • RE: Multiple Connections AND Multiple Impersonations

    Jason (5/22/2009)


    Thanks again for the response... I was afraid of that. I do see those other options. Limiting the package with MaxConcurrentExecutables=1 does seem to work, but at...

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

  • RE: Multiple Connections AND Multiple Impersonations

    I don't think you will be able to solve the problem with the impersonation. Check this article.

    Having said that there are 2 solutions I could think of:

    1. Limit the package...

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

  • RE: Multiple Connections AND Multiple Impersonations

    Jason,

    Why not use database logon and avoid dealing with user impersonations?

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

  • RE: use transaction with oledb connection ?

    I don't think you will be able to use OLE DB connection from script. The method you are calling GetConnectionForSchema is most probably setting up a new OleDbConnection object. The...

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

  • RE: use transaction with oledb connection ?

    tunchinho (5/20/2009)


    hello

    i have a package that contains 3 execute sql tasks for transaction operation, folowed by a data flow task and a script task.

    my purpose is to get the values...

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

  • RE: syntax for passing mutliple variable using dtexec command

    OceanDeep (5/20/2009)


    Your command got the same error....... but guess what..... your new command again showed me something different... For the last argument, you remove the last '\' from the...

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

  • RE: syntax for passing mutliple variable using dtexec command

    Try this:

    dtexec /F "C:\DTSPackage\MySolution.dtsx" /SET "\Package.Variables[EmployeeID].Value;162" /SET "\Package.Variables[OfficeCode].Value;10" /SET "\Package.Variables[sFilePath].Value;N:\exportfile"

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

  • RE: syntax for passing mutliple variable using dtexec command

    OceanDeep (5/20/2009)


    thank for the reply. The thread that you pointed me to actually help me to solve it although it is not pretty. The thread mentioned about opening...

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

  • RE: SSIS 2008 SCD Performance Issues

    dasari_stupid (5/19/2009)


    Hi

    We are having 20 dimension tables and each table will be having around 20 million records.

    These tables would be loaded on a daily frequency with 5 files, each of...

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

  • RE: syntax for passing mutliple variable using dtexec command

    OceanDeep (5/19/2009)


    Thanks for the reply. Actually I did try that before I posted my question, it returned an syntax error. Your command is almost exactly like mine except...

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

  • RE: SSIS Email Task

    vana (5/18/2009)


    I have a table containing the email address of customer along with message i have to send email to every week. I use For Each loop with

    email task to...

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

Viewing 15 posts - 766 through 780 (of 1,118 total)