Viewing 10 posts - 1 through 10 (of 10 total)
I guess snapshot in SQL Server is more like undo data in oracle which can be used to revert a table to a point in time (flashback). I will try...
June 17, 2011 at 4:05 am
Thanks,
So it means that we can only mirror the backup copies of the Transaction Logs, but not the LDF files themselves. So in case MDF and LDF is missing (assuming...
June 16, 2011 at 11:12 pm
One more thing I want to ask about - in Oracle we can safeguard the safety of archive log files by specifying more than one location for archive logs. In...
June 16, 2011 at 1:19 pm
Thanks Guys, I finally got the solution 🙂 I'm adding it in case anyone else is looking to do the same.
1. I took a Full Database Backup.
2. I created a...
June 16, 2011 at 1:44 am
Suppose the MDF Files are missing and LDF are available. Full Database Backup and Transactional Log Backup are also available.
When I restore the Database using 'RESTORE DATABASE CMS_TEST FROM DISK...
June 15, 2011 at 11:11 pm
Thanks to all of you for your input.
Based on the replies, I guess the following scenario is correct.
1. Database Full Backup occurred at 12:00 AM
2. Transactional log backups are scheduled...
June 15, 2011 at 12:45 pm
Hi John
When I took the Database backup I also took the backup of Transaction Log. In case the MDF files are missing, how can we restore using a full backup...
June 15, 2011 at 4:23 am
Thanks.
When I tried 'restore database CMS_TEST from disk ='D:\Backups\try' with norecovery' it gives the following message.
Msg 3159, Level 16, State 1, Line 1
The tail of the log for the database...
June 15, 2011 at 3:52 am
Thanks for the reply.
Please guide on how to apply transaction log on Full Backup Restore. My main concern is that if, for example, a full backup was performed last night....
June 15, 2011 at 3:13 am
Great Article, but what if primary constraint has several foreign key constraints from other tables referencing to it? Sometimes the foreign key constraints can be in 100s. Do we have...
June 8, 2011 at 5:52 am
Viewing 10 posts - 1 through 10 (of 10 total)