Forum Replies Created

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

  • RE: Error when executing SSIS package via a job

    Okay, I tried using a proxy:

    First I created a new credential using my user as an identity. Then I created a proxy using that credential and ticked the SQL Server...

  • RE: Script Component

    Ed (2/9/2009)


    I don't know if this matters...

    but you might try losing the User:: and just use the variable name

    also if there is a space after the comma that might be...

  • RE: Script Component

    I've got another problem that is literally causing me to tear my hair out at the moment.

    If I try and pass in more than one variable into the Script Component,...

  • RE: Script Component

    Awesome, thats exactly what I was looking for.

  • RE: Updating in a cursor

    Isn't me setting the SELECT to READ ONLY pretty much the same as setting the mode to repeatable read and would this mode be sufficient for what I want to...

  • RE: Updating in a cursor

    SQLZ (10/28/2008)


    Have you tried setting the transaction isolation level?

    SET TRANSACTION ISOLATION LEVEL SERIALIZABLE

    Do this inside the body of the stored proc, before you declare the cursor.

    I did read that section...

  • RE: Updating in a cursor

    Never mind.

    Did a FOR READ ONLY on the select statement and then did a normal update on the table with the ID.

    If there is a beter way of doing this,...

  • RE: External Stored Procedure Problem...

    Sorry, I must have copied something after making a change but not commiting it.

    The .dll has been moved to the "C:\Program Files\Microsoft SQL Server\Mssql\Binn" directory as it says in the...

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