Running SQL 2005 Ent SP2. I've got a database that's about 64GB in size. I perform a full backup once per day and transaction log backups every 20 minutes. I need to have the backups dumped to two different locations - preferably within the SQL maintenance plans. If I do it in one maintenance plan, the first backup runs and then the second one runs. In the end, neither has the full transaction logs because one takes over after the previous.
Is there a way to get this to work so that both destinations have the same content without using some external replication process?
Is there a way to get this to work so that both destinations have the same content without using some external replication process?