|   | ![]() |
|
How can I see how many objects
are actually open in SQL Server? On SQL 6.5 you can use the dbcc des command. This will list entries per open object. dbcc traceon(3604) go dbcc des go |
All content on this site, except where noted, represents an original work of Michael R. Hotek and is protected by applicable copyright laws. The SQL Server FAQ is the sole work of Neil Pike. No page, portion of a page, or download may be used for commercial purposes in whole or in part without the express, written permission of the applicable author.