We have a critical database that is bulk loaded every 30 minutes. The database is currently in simple recovery model for the obvious reason of keeping the transaction log manageable. I would like to add it to our SQL Server 2012 availability group so the database is always available. It has to be set to full for the recovery model. Is there a good way to keep the transaction log from getting unwieldy without doing backups as often as the loads take place? The database is a little over a GB and will only grow about 1-2% a month.
Thor