I need some help and some guidance on creating an SQL backup schedule.
My database is currently in Full Recovery Mode and I'm not sure how to set the schedule.
I need to restore to a point in time, with the highest amount of time being 15 mins out of date.
My understanding is that, if I run a Full (Compressed) Backup on the database every morning, and then run a backup on the Transaction logs every 15 minutes this would give me sufficient coverage?
How do i set this up using SSMS and what would be the procedure to restore it?
I'm about 50% of the way there to understanding.