It is possible to estimate how much transaction log will grow up in time of recovering database from NAV backup (not SQL) ? I must recover 100GB (data not files) database and I don't know how big hdd should I use for a transaction log file. In normal conditions size of the log file don't exceed 10GB.
I hope someone of you has an experience with case like this.
Thanks in advance!
http://www.nav.info.pl/ - First polish blog about Dynamics NAV.
0
Comments
What would be much easier is to take a SQL Server backup, that is basically a copy of the data files. That way you know exactly what size you need.
RIS Plus, LLC
If you have a SQL backup you can use the following T-SQL command to find out how large the restored files will be. Along with other information such as the default paths and names.
And yes... but SQL backup is not a problem. The worst thing is that I must perform NAV backup/restore operation. Operation like this, on so big database is very time consuming, and I'll don't have time for mistakes (like not enought disk space)