Subject | Re: How to implement SQLServer's WITH(NOLOCK) statment? |
---|---|
Author | real_yoni |
Post date | 2008-04-14T13:26:14Z |
It is the other way around, the with(nolock) hint means that the
SELECT doesn't get locked by anyone.
This is what I want.
Yoni
--- In firebird-support@yahoogroups.com, "Martijn Tonies"
<m.tonies@...> wrote:
SELECT doesn't get locked by anyone.
This is what I want.
Yoni
--- In firebird-support@yahoogroups.com, "Martijn Tonies"
<m.tonies@...> wrote:
>and
> > In practice what it means that select statments never get locked.
> > this is what I'm tring to achieve.Oracle &
>
> In Firebird, SELECTs will never lock something.
>
> What more do you want?
>
> Martijn Tonies
> Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB,
> MS SQL Server
> Upscene Productions
> http://www.upscene.com
> My thoughts:
> http://blog.upscene.com/martijn/
> Database development questions? Check the forum!
> http://www.databasedevelopmentforum.com
>