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.
| 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?TIAThomas WrobelSenior 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.HTHJasper Smith |
 |
|
|
|
|
|