hi,
I wanted know, is it good idea to test transactions using "waitfor delay",
generally i put watfor delay before commit and run other queries in other query window to check locking,
wether it locks the updated table in other window or not ,if some one selects it in other window , which is updated in other transaction.
by using diffrent isolation level, simultaniouly i use syslockinfo,
syslocks
to find locks.
Question is, use of waitfor delay is correct or not, to find the behaviour of isolation levle and/or transaction, to check their locking behaviour?
yours sinclery.