You need to implement a solution that meets the locking requirements.
Which line of code should you modify?
Answer : D
You have a SQL Server 2012 database named Database1.
Database1 has a table named Customers. Customers contains more than 1 million rows.
The database has a stored procedure that was created by using the following script:

You need to ensure that up_customers returns rows when the following statement is executed:
EXECUTE up_customers'1,2,3,4,5';
What should you do?
Answer : B
You are evaluating the table design.
You need to recommend a change to Tables.sql that reduces the amount of time it takes for usp_AttendeesReport to execute.
What should you add at line 14 of Tables.sql?
Answer : D
http://msdn.microsoft.com/en-us/library/ms188300.aspx
http://msdn.microsoft.com/en-us/library/ms191250.aspx
You have a database that contains a user-defined function named Schema1.Udf1 and two tables named Schema1.Table1 and Schema1.Table2.
Schema1.Table1 has 1 million rows. The schema for Schema1.Table1 is configured as shown in the following table.

Schema1.Udf1 was defined by using the following code:

You need to write a query that will contain the following columns:
*Country
*CountryID
*CustomerName
The solution must meet the following requirements:
*Rows must be returned only if the function returns data.
*The amount of time it takes the query to execute must be minimized.
Which query should you use?

Answer : B
You need to provide referential integrity between the Offices table and Employees table.
Which code segment or segments should you add at line 27 of Tables.sql? (Each correct answer presents part of the solution. Choose all that apply.)

Answer : C, D
http://msdn.microsoft.com/en-us/library/ms189049.aspx
You run the following code:

You need to ensure that the root node of the XML data stored in the Details column is
What should you implement?
More than one answer choice may achieve the goal. Select the BEST answer.
Answer : E
http://msdn.microsoft.com/en-us/library/ms187856.aspx
You need to implement a solution that addresses the index monitoring requirements.
What should you do?
Answer : A