Compare and contrast an attended installation and an unattended installation of SQL Server 2012.
What will be an ideal response?
SQL Server 2012 can be installed in attended (interactive) or unattended (noninteractive) mode. An attended installation can be completed using either the installation wizard or the command prompt. An unattended installation of SQL Server 2012 can be completed either by using the command prompt combined with a configuration file and the quiet parameter (using the quiet parameter instructs the installer to complete the installation in quiet mode, which does not display any output in the user interface) or by using the SysPrep utility to create an image file for virtual deployments.
You might also like to view...
A StreamWriter’s ________ method closes the stream.
a) Terminate b) Finalize c) End d) Close e) Exit
A scroll bar contains scroll arrows and a scroll box.
Answer the following statement true (T) or false (F)
In A1,A2 and A3 relatively input these numbers: 1,2, and 3. What would be the result of the function: =SUM(A1:A3,4)
a. 8 b. An error. c. 10
A two-dimensional array is sometimes referred to as a ____.
A. list B. vector C. queue D. table