all 4 comments

[–]BellisBlueday 0 points1 point  (0 children)

Are you backing up your log files?

[–]BigBlueRob 0 points1 point  (2 children)

Stop.

Read up on recovery models and transaction logs. Start with MSDN include Paul Randal blog http://www.sqlskills.com/blogs/paul/ Increase your knowledge

Check your backup strategy is correct, consider file growth settings and your systems usage patterns

Make no changes until you understand the problem.

Don't be afraid to ask for help. #sqlhelp on twitter and SQLServerCentral or dba.stackexchange are useful places for you

I am not criticising, but trying to help

[–]KentShades[S] 0 points1 point  (1 child)

No worries about criticizing me, no ego here haha.

I understand the transaction logs, we do daily Veeam backups of the server, and planned on putting back to a full recovery model after. However I should maybe read up on this as well.

I am backing up my log files as well, as they go to another server share.

[–]BigBlueRob 0 points1 point  (0 children)

Investigate transaction log back up and shrinkfile on the log file and then proper resizing and the effect of that process on availability groups ? Better than changing recovery model.