The Developer Edition has all the features and functionality of SQL Server 2008 Enterprise Edition, but it is not licensed for production use.. Which SQL Server 2008 edition provides the
Trang 1Chapter 2: Installing SQL Server 2008
1 Which SQL Server 2008 edition supports IA64?
A Web and Compact Editions
B Standard and Workgroup Editions
C Enterprise and Developer editions
D All of the above
Correct Answer & Explanation: C The Enterprise and Developer Editions
support IA64
2 How many instances can be created in SQL Server 2008 Standard Edition?
A 1
B 4
C 16
D Unlimited
Correct Answer & Explanation: C SQL Server 2008 Standard Edition supports
16 instances, as do the Workgroup, Web, and Express Editions
The Enterprise Edition can have up to 50
3 How many SQL Server default instances can be installed on a single, nonclus-tered server?
A 1
B 4
C 16
D Unlimited
Correct Answer & Explanation: A There can only be one default instance of
SQL Server on any SQL Server installation
4 Which of the following editions has all the features and functionality but is not licensed for production?
A Compact Edition
B Web Edition
C Developer Edition
D Workgroup Edition
Trang 2Correct Answer & Explanation: C The Developer Edition has all the features
and functionality of SQL Server 2008 Enterprise Edition, but it is not licensed
for production use
5 Which SQL Server 2008 edition is best suited for mobile applications?
A Compact Edition
B Web Edition
C Developer Edition
D Workgroup Edition
Correct Answer & Explanation: A The Compact 3.5 Edition is best used for
desktop and mobile applications because of its smaller footprint than the
other versions This is critical in mobile devices where disk space is at a
premium
6 Which SQL Server 2008 edition provides the most Analysis Services features?
A Enterprise Edition
B Standard Edition
C Workgroup Edition
D Web Edition
E Express Edition
Correct Answer & Explanation: A Only the Enterprise and Developer
Editions provide all the Analysis Services features
7 Which tool should be on an existing SQL Server 2000 or 2005 database
instance prior to upgrading to SQL Server 2008?
A Integration Services
B Reporting Services
C Analysis Services
D Upgrade Advisor Tool
Correct Answer & Explanation: D The Upgrade Advisor Tool should be used
on an existing SQL Server 2000 and 2005 instance to provide guidance prior
to an upgrade to SQL Server 2008
8 Which of the following is a command-line utility used to run PowerShell
command and scripts?
Trang 3A sqlcmd
B SQLdiag
C Ssms
D sqlps
Correct Answer & Explanation: D sqlps is used to run PowerShell
commands and scripts Sqlcmd is used to execute T-SQL command and pro-cedures Ssms is used to start the SQL Server Management Studio, and SQLdiag is used to collect diagnostic information to supply to Microsoft Customer Service and Support
9 Which of the following editions does not support any Reporting Services features?
A Enterprise Edition
B Standard Edition
C Workgroup Edition
D Web Edition
E Express Edition
Correct Answer & Explanation: E SQL Server 2008 Express Edition does not
provide any Reporting Services features Enterprise Edition provides all the features, while Standard, Workgroup, and Web have limited features of
Reporting Services
10 Which of the following accounts has the least privilege when used as a service account?
A Domain user account
B Local user account
C Local service account
D Administrator account
E Local system account
Correct Answer & Explanation: B Local user account has only local user
privileges, which are not sufficient for a service account.
11 Which of the following accounts should be used to perform a SQL Server
2008 installation or upgrade?
Trang 4A Domain user account
B Local user account
C Local service account
D Administrator account
E Local system account
Correct Answer & Explanation: D, Administrator account An account with
Administrator privileges is required to install SQL Server 2008
12 In which of the following directories are the default instance database data and log files located?
A <drive>:\Program Files\Microsoft SQL Server\\100\Setup Bootstrap\
LOG\Files\
B <drive>:\Program Files\Microsoft SQL Server\MSSQL10
MSSQLSERVER\Data
C <drive>:\Program Files\Microsoft SQL Server\MSSQL9.DEFAULT\Data
D <drive>:\Program Files\Microsoft SQL Server\MSAS10
MSSQLSERVER\Data
E <drive>:\Program Files\Microsoft SQL Server\MSRS10
MSSQLSERVER\Data
Correct Answer & Explanation: B SQL Server 2008’s default directory is
under the Program Files\Microsoft SQL Server The name of the database
directory is prefaced with the SQL Server Version ID of MSSQL10, plus a
period and the name of the database The default database name is always
MSSQLSERVER
13 What additional software is required for SQL Server’s Business Intelligence
Developer’s Tool?
A .NET Framework 2.0
B Microsoft Installer 4.5
C Microsoft Internet Explorer 6 SP1 or later
D Windows PowerShell 2.0
E Windows Vista Enterprise SP1 or greater
Correct Answer & Explanation: C, Microsoft Internet Explorer 6 SP1 or
later …NET Framework 3.5, Microsoft Installer 4.5, and Windows
PowerShell 1.0 are required as part of the installation of SQL Server 2008
Trang 514 Which of the following is the SQL Server component that provides the ser-vices for creating, processing, and managing OLAP and data mining?
A Business Intelligence Developer Studio
B SQL Server Management Studio
C Windows PowerShell 2.0
D SQL Server Database Engine
E Analysis Services
Correct Answer & Explanation: E, Analysis Services The SQL Server Database
Engine contains the services to manage and process relational and XML data Business Intelligence Developer Studio is used for managing all SQL Server
2008 components, including relational database and business intelligence (BI) SQL Server Management Studio is used for administering and managing all SQL Server 2008 components Windows PowerShell 2.0 is a command-line shell and Microsoft scripting language
15 Which of the following is a scalability feature in SQL Server Enterprise Edition?
A Partitioning
B Data Mining Queries
C Binary and compressed XML transport
Correct Answer & Explanation: A, Partitioning.
16 In which directory are the installation log files found?
A <drive>:\Program Files\Microsoft SQL Server\\100\Setup Bootstrap\LOG\Files\
B <drive>:\Program Files\Microsoft SQL Server\\90/Data
C <drive>:\Program Files\Microsoft SQL Server\\Binn
D <drive>:\Program Files\Microsoft SQL Server\\logs
Correct Answer & Explanation: A The installation log files are located in the
directory <drive>:\Program Files\Microsoft SQL Server\\100\Setup Bootstrap\LOG\
Files\
17 Which system database is hidden to SQL Server Management Studio and is used to persist a read-only version of system objects?
A Master
B Resource