R
Rob Fitzpatrick
Guest
I don't do much with SQL either. But the docs for SELECT show a WITH clause that lets the coder override the defaults for lock wait timeout and session transaction isolation level. [ WITH ( READPAST NOLOCK [ WAIT timeout | NOWAIT ]) ]
Continue reading...
Continue reading...