Print DBINFO structure for specified database.

Syntax:

DBCC DBINFO [( dbname )]

where
dbname - is the database name.

This is the example:

DBCC TRACEON (3604)
DBCC DBINFO (master)