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)
 Locking

Author  Topic 

nitin1353
Constraint Violating Yak Guru

381 Posts

Posted - 2006-07-07 : 16:13:21
Gurus
Can you please tell me that if in sql server 2000 under management=>currentactivity=>locks/processid.
in this window if the number of spids are more what does that mean?
Please help
regards
Niitn

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2006-07-07 : 16:16:40
What do you mean if the number of spids are more?

You'll always have spids in there.

Tara Kizer
aka tduggan
Go to Top of Page

nitin1353
Constraint Violating Yak Guru

381 Posts

Posted - 2006-07-07 : 16:37:32
Yes tara
this is what i want to know?what are these SPIDs here.
does this have to do anythin with locking?
Regards
Nitin
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2006-07-07 : 16:45:07
Yes it has do with locking. These are the spids that currently have locks on objects.

Tara Kizer
aka tduggan
Go to Top of Page

nitin1353
Constraint Violating Yak Guru

381 Posts

Posted - 2006-07-07 : 16:56:03
So in order to have good performace these SPIDs in this window should be less?

Regards
Nitin
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2006-07-07 : 17:17:58
Not necessarily. Locking doesn't necessarily mean performance issues. Locks are normal. When you run a select statement, shared locks are issued.

You'll need to read up on locking in SQL Server Books Online to understand the various locks and their purpose.

Tara Kizer
aka tduggan
Go to Top of Page

nitin1353
Constraint Violating Yak Guru

381 Posts

Posted - 2006-07-07 : 17:58:51
Thnaks tara
I am on to it.
And tara just wanted to share a info with you
i got selected as Sql DBA with one of the best in India

Regards
Go to Top of Page
   

- Advertisement -