Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 DB Locks?

Author  Topic 

wombel
Starting Member

14 Posts

Posted - 2002-07-26 : 08:00:31
Hi,

when I monitor my locks via "Enterprise Manager/Current Activity/Locks Object/" and I select my databse there I see loads of locks (at the moment 167) with Locktype DB and Mode S. Is that ok? I mean does that mean there are 167 shared locks on my database?

TIA

Thomas Wrobel
Senior IT Manager

jasper_smith
SQL Server MVP & SQLTeam MVY

846 Posts

Posted - 2002-07-26 : 08:40:20
These are just spid's using that database - its fine unless you want to put it in single user mode. It lets SQL know somethings using that database.

HTH
Jasper Smith
Go to Top of Page
   

- Advertisement -