Which of the following is a high-availability and disaster recovery solution available in SQL Server 2012?

A. AlwaysOn
B. SystemRecovery
C. HighTolerance
D. ClusterService


Answer: A

Computer Science & Information Technology

You might also like to view...

A variable defined inside a method is referred to as __________.

a. a global variable b. a method variable c. a block variable d. a local variable

Computer Science & Information Technology

Identify the letter of the choice that best matches the phrase or definition.

A. A term that refers to the methods used to determine which style rules apply if more than one rule styles the same element B. A separation among the boxes created by margins C. Repeating an image D. The element used to connect an HTML file to a CSS file, for example E. A separate file that contains a CSS style code F. A property that does not have a value of center or middle G. A value that can represent color for the background-color property H. The default value for the border property I. A keyword that describes the position of the background image J. A property value that repeats an image horizontally K. A property that determines whether an image scrolls with the cursor L. One of the keywords used as the border-width property value

Computer Science & Information Technology

An outline is a(n) ________ representation of paragraphs

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following will look at the /etc/passwd file for any lines containing the word root and display them out to the screen while simultaneously writing the results to a file?

A. cat /etc/passwd | grep root | merge ~/root.txt B. cat /etc/passwd | grep root >> ~/root.txt C. grep root /etc/passwd | tee ~/root.txt D. grep root /etc/passwd | split ~/root.txt

Computer Science & Information Technology