I know the backups can be offload to secondary but what about dbcc checkdb? are there any best practises in running dbcc checkdb on secondary replica? or should I continue to run on primary only? it's a very large database and will take more resources so is there any good plan to run checkdb in always on ag configuration?
thank you.