Forum Replies Created

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

  • RE: error with distributed queries.

    Check if SQL Agent has permissions to [ID3522].MSDB database.

  • RE: Deadlocks

    Dead locks are common. Best thing one can do about dead locks are:

    -- Try to use one sequence in selecting or updating your tables in all your stored procedures

    -- Use...

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