Romanian SQL Server User Group

Welcome to Romanian SQL Server User Group Sign in | Join | Help
in Search

Browse by Tags

All Tags » SQL Server » SQL Server 2005
  • SQL Internals Viewer

    If you need to see the physical structure of your database you can use DBCC PAGE as described here:Read Index Structure [quote] CREATE TABLE #DBCCIND(    PageFID INT,    PagePID INT,    IAMFID INT,    IAMPID INT,    ObjectID INT,    IndexID ...
    Posted to Cristian's Blog (Weblog) by xmldeveloper on octombrie 6, 2007
  • The return of the ring buffers

    A year and a half ago I wrote about the undocumented Dynamic Management View sys.dm_os_ring_buffers in SQL Server Professional. Shortly the ring buffers expose internal server state information about memory, exceptions, or schedulers. Each ring buffer is giving you 64K of live information that you can get usually using a trace, by ...
    Posted to Cristian's Blog (Weblog) by xmldeveloper on octombrie 2, 2007
Powered by Community Server (Commercial Edition), by Telligent Systems