I've got a system that needs to be backed up every 5 minutes. The vendor's database structure does not allow me to replicate. SQL Standard is installed so I cannot log ship and there is no upgrade path to SQL Enterprise.
The vendor suggested I back up my LDF normally each night then back it up incrementally every 5 minutes. If the db fails I can restore from my LDF. They say this works.
How would this work? How can I take a MDF from last night, a LDF from 10 minutes ago, and apply the transactions since the last MDF backup? I don't follow this. Can some please explain? Would it work if I backed up both files incrementally?
Thanks in advance.
-If it ain't broke, break it and make it better.
The vendor suggested I back up my LDF normally each night then back it up incrementally every 5 minutes. If the db fails I can restore from my LDF. They say this works.
How would this work? How can I take a MDF from last night, a LDF from 10 minutes ago, and apply the transactions since the last MDF backup? I don't follow this. Can some please explain? Would it work if I backed up both files incrementally?
Thanks in advance.
-If it ain't broke, break it and make it better.