SnapManager for SQL Full backups are taken and then SnapVaulted : 3 separate vol/lun are designated.
1. data [mdf]
2. log [ldf]
3. snapinfo
Out of these three, only data volume is available, 2 & 3 is gone.
Problem: When trying to import mdf in sql management studio, its complaining ldf are missing.
Any idea = Why is it asking for LDF files when this was a full backup model. Does that mean, the dirty buffers [or midified data] were still in cache basically in the log file, when the DB was snapshotted ? But, should that have not comitted considering full backup model.
many thanks in advance.
-Ashwin