Database backup size
Database
2
Posts
2
Posters
0
Views
1
Watching
-
I need to know whether drive free space amount is enough for database backup. How can I approximately calculate SQL Server database backup size (for example in FULL recovery mode) before doing backup? Thanks!
This StackOverflow answer[^] might help. You need a combination of sp_spaceused for the data[^] and some low-level access for the transaction log[^].
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer