Quantcast
Channel: Difference size DBCC Page and DBCC Fileheader - Database Administrators Stack Exchange
Browsing latest articles
Browse All 2 View Live

Answer by Cody Konior for Difference size DBCC Page and DBCC Fileheader

Restart SQL Server and see if they suddenly match.There is a documented behaviour where if tempdb grows you can get different results depending on how you query what size it is. For example...

View Article



Difference size DBCC Page and DBCC Fileheader

I'm trying to read the current database size using dbcc command.In my test I execute following commands:DBCC Fileheader('tempdb',1) => size = 988152DBCC Page('tempdb',1,0,3) => size = 5112When I...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images