Forum Replies Created

Viewing 10 posts - 61 through 70 (of 70 total)

  • RE: SSIS performance issue

    It runs faster on SSMS than on SSIS, I need to get the performance of SSIS up, and I am not sure why the scripts runs about 4 times faster...

  • RE: SSIS performance issue

    Not seeing it, am using Visual Studio 201 BI development, am getting to options but not seeing the rest there

  • RE: SSIS performance issue

    John, thanks for the reply

    First of all the cursor seems to be the only way, we are updating/deleting records where rowcounts are in the 100 of millions or early billions,...

  • RE: Create Stored proc in SSIS package

    Thanks to both of the options, I think this is the route I will take, will try both of them and see which one works best for me

  • RE: Create Stored proc in SSIS package

    Koen

    How exactly would you do that?

  • RE: Create Stored proc in SSIS package

    Hi

    I am not sure what the exact limit it, test it by copying and pasting scripts, then it cuts off at some point. Not sure if the limit has been...

  • RE: Permissions on sequences

    For now it seems the solution is to create a Cursor which updates the user profile. Please, if there is some other way, respond. Here is the code I used.

    DECLARE...

  • RE: Permissions on sequences

    Just some info, the issue is that I need to grant Alter permission to sequences, at this stage it looks like the only way is to grant alter on each...

  • RE: DB Chaining and Ownership chains

    The suggestion works, only one concern I have is that we need to at minimum create a user on the database even though it does not have rights on the...

  • RE: DB Chaining and Ownership chains

    Thanks, will test this tomorrow, looks from what I saw in that article that it could be the ownership of the DB's. Will respond tomorrow then.

    One question though on...

Viewing 10 posts - 61 through 70 (of 70 total)