How must the recipient of a notification be configured in SQL Server Agent?

A. as a mail recipient
B. as an alert administrator
C. as an operator
D. as an Agent manager

Answer: C

Computer Science & Information Technology

You might also like to view...

The ________layer of the OSI Model can be viewed as the closest to the end user and interacts with applications

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Consider the Collection interface in the java.util package, which is the ancestor of both List and Set. Write preconditions and postconditions for the operations below and modify the constraints you wrote in exercises 9-1 and 9–2, knowing that contracts are inherited. Make sure you comply with the Liskov Substitution Principle.

a. int size() returns the number of elements in the collection. b. void add(Object e) adds an object to the collection. c. void remove(Object e) removes an object from the collection. d. boolean contains(Object e) returns true if the object is in the collection.

Computer Science & Information Technology