0
Q:
A) Use SQL Server Enterprise Manager to script all of the operators. Use SQL Query Analyzer to run the script on the other seven servers. | B) Detach the msdb database from the first server. Copy the database to the other seven servers. Attach the database on all eight servers. |
C) Use snapshot replication to replicate the msdb database from the first server to the other seven servers. | D) Use SQL ServerEnterprise Manager on a single client computer to create the operators on each server. |
Answer: A) Use SQL Server Enterprise Manager to script all of the operators. Use SQL Query Analyzer to run the script on the other seven servers.
Explanation:
Explanation:
Transact-SQL scripts can be used to create defined operators or alerts. Scripting all the
predefined operators and alerts and copying them to the servers if the same group of operators is responsible for responding to the same alerts on other servers can save time.