Subject | Re: [firebird-support] How to implement SQLServer's WITH(NOLOCK) statment? |
---|---|
Author | Ann W. Harrison |
Post date | 2008-04-13T18:48:21Z |
real_yoni wrote:
and your transaction isolation mode is concurrency (aka repeatable
read) or read committed, locks will not apply.
Regards,
Ann
> Hi,As long as you're doing a select (not an insert/update/delete) locks
>
> In SQLServer I can force a select statment to ignore any locks on a
> table (in effect having a shared read on the table).
> SELECT * FROM Items WITH(NOLOCK).
>
and your transaction isolation mode is concurrency (aka repeatable
read) or read committed, locks will not apply.
Regards,
Ann