Databases Reference
In-Depth Information
DBCC IND(LatchInAction,'dbo.LatchTable',-1);
FIGURE 7-6
Now run DBCC PAGE to get the output of the table. Before doing that, though, you need to use
DBCC TRACEON(3604) to output the results to the screen.
DBCC TRACEON(3604);
DBCC PAGE('LatchInAction',1,73,1);
The output is shown in Figure 7-7.
FIGURE 7-7
Search WWH ::




Custom Search