SQL Server - DBCC - WHat does this result mean.

Asked By Dan-902
13-Nov-09 11:16 AM
1> DBCC SHRINKDATABASE (QBM, 10)
2> go
DbId   FileId      CurrentSize MinimumSize UsedPages   EstimatedPages
------ ----------- ----------- ----------- ----------- --------------
5           1       20920         128       17376          17376
5           2         160         128         160            128

(2 rows affected)
DBCC execution completed. If DBCC printed error messages, contact your
system
administrator.
SQL Server
(1)
Database
(1)
EstimatedPages
(1)
MinimumSize
(1)
CurrentSize
(1)
UsedPages
(1)
DbaMgr
(1)
DbId
(1)
  Andrea Montanari replied to Dan-902
14-Nov-09 06:21 AM
hi,

result is documented at
http://msdn.microsoft.com/en-us/library/ms190488.aspx
regards
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz
DbaMgr2k ver 0.21.1 - DbaMgr ver 0.65.1 and further SQL Tools
http://www.hotelsole.com - http://www.hotelsolericcione.de
--------- remove DMO to reply
  Dan-902 replied to Andrea Montanari
14-Nov-09 08:17 PM
Cool thanks Andrea - does all MSDE database automatically have a data and
log file?

Dan
  Andrea Montanari replied to Dan-902
15-Nov-09 08:28 AM
hi Dan,

yes, the architecture is mandatory.. at least a single data file and a
single transaction log file..
additional data or log file can be added..
regards
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz
DbaMgr2k ver 0.21.1 - DbaMgr ver 0.65.1 and further SQL Tools
http://www.hotelsole.com - http://www.hotelsolericcione.de
--------- remove DMO to reply
help
server SQL Server Do I have to set up a sql server database on a sql server? Or can I do this on any server SQL Server Setup Discussions SQL Server (1
SQL Server Database Backup SQL Server What is best practice for SQL Server Database Backup… What are the SQL Server Database back up steps – so database can be
Can Windows client application read / write data to remote SQL Server database? SQL Server Can a Windows client application read / write data to a remote SQL Server database? SQL Server Programming Discussions SQL Server (1) Database (1) Windows (1) Dang (1) DBMS (1
Convert SQL SERVER db to SQL SERVER CE SQL Server How can i convert a sql server database to a sql server compact database? - - SQL Server Compact Edition Discussions SQL Server (1
Cannot restart SQL Server service SQL Server I recently installed SQL Server 2008 Express Edition with Advanced Tools. This is the version information from SQL Server Management Studio Microsoft SQL Server Management Studio 10.0.1600.22 ((SQL_PreRelease).080709- 1414 ) Microsoft