Guest_imported
New member
- Jan 1, 1970
- 0
now I create a new table TABLE1 in my database TEST1,I want to use DBCC PAGE to see it's pages content,like this :
DBCC PAGE(TEST1,1,***,1,1)
but how I know each pageid of TABLE1? how to use the FIRST in the SYSINDEXES?
thanks you very much!
DBCC PAGE(TEST1,1,***,1,1)
but how I know each pageid of TABLE1? how to use the FIRST in the SYSINDEXES?
thanks you very much!