The "DBCC Page" syntax appears as follows:
DBCC PAGE
(
['database name'|database id], -- can be the actual name or id of the database
file number, -- the file number where the page is found
......
but what does "file number" refer to and how can I find the physical path\name of the file aliased by the filenumber?
TIA,
edm2