We have an Availability Group on SQL 2012 where the Data and TLog files are growing too large.
The Data file indicates 72% free space and the TLog indicates 90% free.
We are doing a full backup of the Data file once a day. We are doing TLog file backups every hour.
In a non-AllwaysOn environment I would typically put the database in simple mode and then run a shrinkdb but because this is AllwaysOn you can't move it into simple mode.
Rather than moving the DB from the Allways-On cluster and running shrinkdb I thought I would check to see if anyone else is running into this issue.
Thanks in advance.