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)
@ Monday, Apr. 09, 2007 – 12:16:20 pm
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)
Related posts
The content of this website belongs to a private person, blog.co.uk is not responsible for the content of this website.