Hi all,We have a database which is just bigger than 1TB, its part of an AG and all is fine.Except 60% of the database is allocated space and we want to reclaim the space to make things easier for us (its a pain copying massive backups between data centres amongst other things). Its never going to need this 60% again, we looked into that. So the space is fine to reclaim.On a standalone database this would be straight forward;1. Shrink the database file2. Check for index fragmentation and sort it out.However if I do this on the primary what's going to happen will it;a. Shrink the file on just the primary instanceb. Shrink the file on primary and also on the secondary as well as it will send the changes over AlwaysOnc. Something else.Any assistance would be gratefully received as I've never shrunk a database which is in an AG before.Thanks,Nic
↧