Microsoft TS:MS SQL Server 2008,Implementation and Maintenance (70-432) Free Practice Test
Question 1
Your workstation has installed Microsoft SQL Server Management Studio (SSMS), and not installed Microsoft Business Intelligence Development Studio (BIDS).
You should design a package, which has the following features:
The package should be transactional.
The package should be optimized for 10 tables.
The package should be stored safely in the msdb database of a server which is remote.
Which is correct?
You should design a package, which has the following features:
The package should be transactional.
The package should be optimized for 10 tables.
The package should be stored safely in the msdb database of a server which is remote.
Which is correct?
Correct Answer: D
Question 2
You administer a Microsoft SQL Server 2008 R2 database that contains an OrderItems table.
The table has the following definition: Currently, the table is partitioned by year with each year in its own filegroup.

You need to add a new partition for the upcoming year.
What should you do?
The table has the following definition: Currently, the table is partitioned by year with each year in its own filegroup.

You need to add a new partition for the upcoming year.
What should you do?
Correct Answer: C
Question 3
You administer a Microsoft SQL Server 2008 instance that contains two databases named Work and WorkHistory. Work uses the Latin1_General_CS_AS collation. WorkHistory uses the Latin1_General_100_CI_AI collation.
Each database has an Orders table that has the following definition: You need to return records from WorkHistory.dbo.Orders that exist in Work.dbo.Orders. Which Transact-SQL query should you use?


Each database has an Orders table that has the following definition: You need to return records from WorkHistory.dbo.Orders that exist in Work.dbo.Orders. Which Transact-SQL query should you use?


Correct Answer: D
Question 4
You administer a SQL Server 2008 instance. The server hosts databases for several mission-critical applications.
You plan to use the Resource Governor to limit the effect of queries that are executed by Microsoft SQL Server Management Studio.
You need to ensure that that the following requirements are met:
- Queries initiated through SQL Server Management Studio do not exceed 20 percent of CPU utilization. - Queries initiated by the mission-critical applications are allowed to consume 100 percent of CPU utilization when required.
What should you do?
You plan to use the Resource Governor to limit the effect of queries that are executed by Microsoft SQL Server Management Studio.
You need to ensure that that the following requirements are met:
- Queries initiated through SQL Server Management Studio do not exceed 20 percent of CPU utilization. - Queries initiated by the mission-critical applications are allowed to consume 100 percent of CPU utilization when required.
What should you do?
Correct Answer: C
Question 5
You administer a SQL Server 2008 instance that contains a database named Sales.
A SQL Server login named SalesAppLogin maps to a database user named SalesAppUser in the Sales database.
You need to ensure that the database user can perform only the following tasks:
- Execute all stored procedures that currently exist in the Sales database. - Execute all stored procedures that will be created in the Sales database.
What should you do?
A SQL Server login named SalesAppLogin maps to a database user named SalesAppUser in the Sales database.
You need to ensure that the database user can perform only the following tasks:
- Execute all stored procedures that currently exist in the Sales database. - Execute all stored procedures that will be created in the Sales database.
What should you do?
Correct Answer: C
Question 6
You administer a SQL Server 2008 instance.
You configure a single Database Mail profile that is used to send reports to all the
employees of your organization. The sp_send_dbmail stored procedure is used to send a
large volume of reports during business hours.
The reports to the manager take a long time to be delivered.
You need to ensure that the reports to the manager are sent as quickly as possible.
What should you do?
You configure a single Database Mail profile that is used to send reports to all the
employees of your organization. The sp_send_dbmail stored procedure is used to send a
large volume of reports during business hours.
The reports to the manager take a long time to be delivered.
You need to ensure that the reports to the manager are sent as quickly as possible.
What should you do?
Correct Answer: B
Question 7
You administer multiple SQL Server 2008 instances.
You plan to install a SQL Server 2008 mission-critical cluster on two cluster-ready nodes. The mission-critical cluster requires constant availability.
You need to configure the SQL Server cluster to failover by ensuring that the service disruption is minimized.
Which failover option should you use?
You plan to install a SQL Server 2008 mission-critical cluster on two cluster-ready nodes. The mission-critical cluster requires constant availability.
You need to configure the SQL Server cluster to failover by ensuring that the service disruption is minimized.
Which failover option should you use?
Correct Answer: B
Question 8
You are a database administrator for your company. The company uses a SQL Server 2008 database that includes a table named Inventory.
The table contains a column named Price. A company policy states that the value in the Price column cannot be decreased by more than 10 percent in any single database operation.
Updates to the Price column are made by various means, including by using ad hoc queries. You need to ensure that this company policy is enforced. What should you do?
The table contains a column named Price. A company policy states that the value in the Price column cannot be decreased by more than 10 percent in any single database operation.
Updates to the Price column are made by various means, including by using ad hoc queries. You need to ensure that this company policy is enforced. What should you do?
Correct Answer: A
Question 9
You administer a SQL Server 2008 instance that contains a database named DB1.
The DB1 database contains the following stored procedure. (Line numbers are included for reference only.)

When a user named User1 attempts to invoke Procedure1, the following exception is raised:
"Msg 262, Level 14, State 1, Procedure Procedure1, Line 5 CREATE TABLE permission denied in database 'DB1'."
You need to provide User1 access to execute Procedure1 by allocating only the required permissions.
What should you do?
The DB1 database contains the following stored procedure. (Line numbers are included for reference only.)

When a user named User1 attempts to invoke Procedure1, the following exception is raised:
"Msg 262, Level 14, State 1, Procedure Procedure1, Line 5 CREATE TABLE permission denied in database 'DB1'."
You need to provide User1 access to execute Procedure1 by allocating only the required permissions.
What should you do?
Correct Answer: D