We provide real 70-464 exam questions and answers braindumps in two formats. Download PDF & Practice Tests. Pass Microsoft 70-464 Exam quickly & easily. The 70-464 PDF type is available for reading and printing. You can print more and practice many times. With the help of our Microsoft 70-464 dumps pdf and vce product and material, you can easily pass the 70-464 exam.

Q1. You have a SQL Server 2012 database that contains a table named Users. The Users table contains usernames and passwords. 

You need to ensure that all new records have a password. 

Which code segment should you use? 

More than one answer choice may achieve the goal. Select the BEST answer. 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q2. You need to ensure that a new execution plan is used by usp_GetOrdersByProduct each time the stored procedure runs. 

What should you do? 

A. Execute sp_help 'usp_GetOrdersByProduct'. 

B. Execute sp_recompile 'usp_GetOrdersByProduct'. 

C. Add WITH RECOMPILE to line 03 in usp_GetOrdersByProduct. 

D. Add WITH (FORCESEEK) to line 07 in usp_GetOrdersByProduct. 

Answer:

Explanation: 

Ref: http://msdn.microsoft.com/en-us/librAry/ms190439(v=sql.90).aspx 


Q3. You need to modify the stored procedure usp_LookupConcurrentUsers. What should you do? 

A. Use the summary table as an in-memory optimized table with a non-hash clustered index. 

B. Use the summary table as an in-memory optimized table with a non-hash nonclustered index. 

C. Use a type variable instead of the summary table. 

D. Add a clustered index to the summary table. 

Answer:


Q4. You need to add a new column named Confirmed to the Employees table. The solution must meet the following requirements: 

. Have a default value of TRUE. 

. Minimize the amount of disk space used. 

Which code segment should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q5. You plan to create a new column in a table. The column must meet the following requirements: 

. Be able to store images that are larger than 1 MB each. 

. Be able to access the images from Microsoft .NET Framework applications. 

You need to recommend which data type must be used in the column. 

Which data type should you recommend? 

More than one answer choice may achieve the goal. Select the BEST answer. 

A. nvarchar 

B. varbinary 

C. image 

D. FileStream 

Answer:


Q6. You need to implement security for the restore and audit process. What should you do? 

A. Grant the COFFECORP\Auditors group ALTER ANY CONNECTION and SELECT ALL USER SECURABLES permissions. Grant the COFFECORP\StoreAgent group ALTER ANY CONNECTION and IMPERSONATE ANY LOGIN permissions. 

B. Grant the COFFECORP\Auditors group CONNECT ANY DATABASE and IMPERSONATE ANY LOGIN permissions. Grant the COFFECORP\StoreAgent group CONNECT ANY DATABASE and SELECT ALL USER SECURABLES permissions. 

C. Grant the COFFECORP\Auditors group ALTER ANY CONNECTION and IMPERSONATE ANY LOGIN permissions. Grant the COFFECORP\StoreAgent group ALTER ANY CONNECTION and SELECT ALL USER SECURABLES permissions. 

D. Grant the COFFECORP\Auditors group CONNECT ANY DATABASE and SELECT ALL USER SECURABLES permissions. Grant the COFFECORP\StoreAgent group CONNECT ANY DATABASE and IMPERSONATE ANY LOGIN permissions. 

Answer:


Q7. You plan to execute the following code: 

You need to identify how many rows will be in dbo.Table1 after you execute the code. 

How many rows should you identify? 

A. 0 

B. 1 

C. 2 

D. 3 

Answer:


Q8. Topic 8) 

You have a SQL Server 2012 database named database1. 

Users report that queries that usually take less than one second to execute, take more than 

30 seconds to execute. 

You need to view the server resource consumption when the queries are executed. 

What should you do? 

To answer, move the appropriate actions from the list of actions to the answer area and 

arrange them in the correct order. 

Answer: