What should you recommend?

You have a SQL Server instance on a server named Server1.
You need to recommend a solution to perform the following tasks every week:
• Rebuild the indexes by using a new fill factor.
• Run a custom T-SQL command.
• Back up the databases.
What should you recommend?More than one answer choice may achieve the goal. Select
the BEST answer.

You have a SQL Server instance on a server named Server1.
You need to recommend a solution to perform the following tasks every week:
• Rebuild the indexes by using a new fill factor.
• Run a custom T-SQL command.
• Back up the databases.
What should you recommend?More than one answer choice may achieve the goal. Select
the BEST answer.

A.
A trigger

B.
An alert

C.
A maintenance plan

D.
Windows PowerShell

E.
A system policy

Explanation:
Maintenance plans create a workflow of the tasks required to make sure that your database
is optimized, regularly backed up, and free of inconsistencies.



Leave a Reply 3

Your email address will not be published. Required fields are marked *


adit

adit

Back up the databases = maintenance plan

Ricky

Ricky

C. Maintenance Plan

Muraru Adrian

Muraru Adrian

C. Maintenance plan. Can encapsulate all requirements.