Thanks mark. Mentioned dbcc command is really helpful . But as you mentioned it give me lot of output (here in my cause 100000 des are used ). Donno how to find which object used more amount of des used .
When i tried to query the mon table "monOpenObjectActivity ", it gives me output which is nowhere related to
sp_monitorconfig "number of open objects" active count .
Output of mon table :
1> select DBID,count(*) from master..monOpenObjectActivity group by DBID
2> go
DBID
----------- -----------
1 32
2 14
31514 1
64 49
63 10
But from monitor config "it tells as 99998 open objects are active "