I am trying to use DBCC to see page information on a table. When I run
DBCC page (master, 1, 1, 0)
GO
I get
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
in SSMS's Messages window.
I do not see output of DBCC. Do I have to pass some flag?