Forum Replies Created

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

  • RE: UPDATE USING EXECUTE SQL TASK

    Hassu,

    The whole difference that a dynamic SQL makes lies in the fact that it helps you avoid explicit input parameter mapping.

    You need to construct the full SQL Statement (with all...

  • RE: Data Flow Task Result Value

    Thank you for a suggestion.

    I did check those 2 things.

    It is a constraint, and the type of it is "[On] Completion".

    Any additional suggestion?

    Thanks in advance.

    Alex

  • RE: UPDATE USING EXECUTE SQL TASK

    The method that I use is the most generic one - it works irrespective of whether you use an explicit dynamic SQL (INSERT, UPDATE, or DELETE statement), or you use...

  • RE: UPDATE USING EXECUTE SQL TASK

    I had this problem some time ago, and I just constructed a User variable containing dynanmic SQL (EXEC statement) in the preceding VB Script Task.

    Then I based SQL Script Task...

  • RE: Reading System Variables in the Script Task

    I would like to thank everybody who was willing to help.

    I found the idea of the working solution in one of the postings on MS SSIS message board.

    Instead of static...

  • RE: Reading System Variables in the Script Task

    Thanks, Michael,

    I did try your suggestion.

    I created a user variable: User::gvExprPN, and

    I set the property "EvaluateAsExpression" equal to True,

    and I set expression equal to @[System :: PackageName].

    Then, I added...

  • RE: Deployment of SSIS packages

    Based on suggestions of Greg and AJ, I am trying to perform the SSIS Package Deployment into the file system on the server. I use the build/deployment option "EncryptSensitiveWithPassword", and...

  • RE: Deployment of SSIS packages

    AJ,

    This link is excellent.

    Now I need to rethink and reestimate all production setup options.

    Thanks and regards,

    ...

  • RE: Deployment of SSIS packages

    AJ,

    I have a couple of extra questions in regard to your deployment and programmatic invocation schema.

    Are you talking only about server-side applications?

    In my case, I need to run the...

  • RE: How to add error logging file in SSIS

    Hi,

    Check the following article on this site:

    "Error Handling in SSIS" by Jack Corbett, 2008/03/26

  • RE: Deployment of SSIS packages

    Greg and AJ,

    I am going to try your ideas and to post a brief report on the results on Monday.

    Thanks and regards,

    ...

  • RE: SSIS and SQL Server Security Options

    Brian,

    Thank you for the precise response.

    That's just what I was looking for.

    Regards,

    Alex

  • RE: Deployment of SSIS packages

    I really appreciate Greg's fast and helpful response.

    Still, I have some further questions:

    1) At this moment, I have just "Development" configuration of my Integration Services Project enabled in BIDS/VS 2005.

    Is...

  • RE: SSIS and SQL Server Security Options

    Greg,

    Thanks for your response.

    Yet, could you further clarify the issue with establishing a connection to SSIS from SQL Server management Studio:

    - Could this connection be established at all?

    - What are...

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