Disk space needed for a recover NAV backup (transaction log)

mr_ash
Member Posts: 12
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!
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
-
It really depends on the table design and how many keys are enabled on SQL Server. It usually is about 1.5-2 times the database size, but I would make sure you have room for 3 times the size. I'm talking about the database size of the original database, not the size of the backup file. So if your original database size is 100GB then I would make sure I have 300GB of space for the transaction log.
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.0 -
A SQL backup will recreate the database files then same size as the original database from which it was created. The SQL backup retains enough information to effectively recreate those files. Let's say you have a 100 GB database with 25 GB of data. The backup will be about 25 GB (the data) plus the active portion of the log. The restore will recreate the original database of 100 GB.
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.RESTORE FILELISTONLY FROM DISK = 'R:\backup\MyBackup.bak'
There are no bugs - only undocumented features.0 -
Thanks for the responses!
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)http://www.nav.info.pl/ - First polish blog about Dynamics NAV.0 -
Why must you use NAV backup?There are no bugs - only undocumented features.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions