SQL statement to lock tables?

  • You could use locking hints like TABLock or HoldLock. Alternatively you could set a higher transaction isolation level and do your inserts. Bear in mind that these have their own "side effects" . It would be better if you explain in detail what you want.

    "Keep Trying"

Viewing post 1 (of 2 total)

You must be logged in to reply to this topic. Login to reply