YOU’RE IMPLEMENTING A DATABASE BACKUP STRATEGY AND YOU HAVE FULL-T...

20. You’re implementing a database backup strategy and you have full-text indexes that took 12 hours to build, so you need to make sure that they are backed up to avoid a long recovery time. What should you do?A. Nothing extra, they’re backed up with the databasesB. Add WITH FULLTEXT to the database backup commandC. Switch on fulltext backup default enabled with sp_configureD. Configure the full-text indexes for AUTO