getcertified4sure.com

Quick Guide: 70 462 exam




Printable of exam 70 462 exam answers materials and tutorials for Microsoft certification for IT specialist, Real Success Guaranteed with Updated 70 462 training kit pdf pdf dumps vce Materials. 100% PASS Administering Microsoft SQL Server 2012 Databases exam Today!

Q41. You administer a SQL Server 2012 server that contains a database named SalesDb. SalesDb contains a schema named Customers that has a table named Regions. A user named UserA is a member of a role named Sales. UserA is granted the Select permission on the Regions table. The Sales role is granted the Select permission on the Customers schema. 

You need to ensure that the following requirements are met: 

The Sales role does not have the Select permission on the Customers schema. UserA has the Select permission on the Regions table. 

Which Transact-SQL statement should you use? 

A. DENY SELECT ON Object::Regions FROM Sales 

B. DENY SELECT ON Schema::Customers FROM Sales 

C. REVOKE SELECT ON Object::Regions FROM Sales 

D. REVOKE SELECT ON Schema::Customers FROM Sales 

E. DENY SELECT ON Object::Regions FROM UserA 

F. DENY SELECT ON Schema::Customers FROM UserA 

G. REVOKE SELECT ON Object::Regions FROM UserA 

H. REVOKE SELECT ON Schema::Customers FOR UserA 

I. EXEC sp_addrolemember 'Sales', 'UserA' 

J. EXEC sp_droprolemember 'Sales', 'UserA' 

Answer: D


Q42. You administer a Microsoft SQL Server 2012 instance that has several SQL Server Agent jobs configured. 

When SQL Server Agent jobs fail, the error messages returned by the job steps do not provide the required detail. 

The following error message is an example error message: 

"The job failed. The Job was invoked by User CONTOSO\ServiceAccount. The last step to run was step 1 (Subplan_1)." 

You need to ensure that all available details of the job step failures for SQL Server Agent jobs are retained. 

What should you do? 

A. Configure output files. 

B. Expand agent logging to include information from all events. 

C. Disable the Limit size of job history log feature. 

D. Configure event forwarding. 

Answer:


Q43. You administer a SQL Server 2012 database instance. 

You need to configure the SQL Server Database Engine service on a failover cluster. 

Which user account should you use? 

A. A domain user 

B. The BUILTIN\SYSTEM account 

C. A local user with Run as Service permissions 

D. TheSQLBrowser account 

Answer:


Q44. You administer a Microsoft SQL Server 2012 default instance. 

The instance is hosted by a server that has a local firewall configureD. The firewall only allows inbound connections on port 1433. The server only hosts a single instance of SQL Server. 

You need to ensure that the instance is configured to allow remote connections even if the SQL Server is unresponsive to client connections. 

What should you do? Choose all that apply. 

A. Enable inbound connections on TCP port 1434 in the Windows Firewall on the server. 

B. Execute the following Transact-SQL command: sp_configure 'remote admin connections', C. Execute the Reconfigure command. 

D. Execute the following Transact-SQL command: sp_configure 'remote access', 1 

E. Restart the SQL Server Agent Service. 

F. Enable inbound connections on TCP port 135 in the Windows Firewall on the server. 

Answer: ABC 


Q45. You administer a Microsoft SQL Server 2012 database. You want to make a full backup of the database to a file on disk. 

In doing so, you need to output the progress of the backup. 

Which backup option should you use? 

A. STATS 

B. COMPRESSION 

C. CHECKSUM 

D. IN IT 

Answer:


Q46. You administer a Microsoft SQL Server 2012 Enterprise Edition server that uses 64 cores. 

You discover performance issues when complex calculations are performed on large amounts of data under heavy system load. 

You need to limit the number of cores that handle the processing. 

What should you configure? 

A. Max worker threads 

B. Processor affinity 

C. I/O affinity 

D. Lightweight pooling 

Answer: C


Q47. You administer a Microsoft SQL Server 2012 database that has multiple tables in the Sales schema. 

Some users must be prevented from deleting records in any of the tables in the Sales schema. 

You need to manage users who are prevented from deleting records in the Sales schema. You need to achieve this goal by using the minimum amount of administrative effort. 

What should you do? 

A. Create a custom database role that includes the users. Deny Delete permissions on the Sales schema for the custom database role. 

B. Include the Sales schema as an owned schema for the db_denydatawriter role. Add the users to the db_denydatawriter role. 

C. Deny Delete permissions on each table in the Sales schema for each user. 

D. Create a custom database role that includes the users. Deny Delete permissions on each table in the Sales schema for the custom database role. 

Answer:


Q48. You administer a Microsoft SQL Server 2012 database. 

The database contains a customer table created by using the following definition: 

You need to ensure that the minimum amount of disk space is used to store the data in the customer table. 

What should you do? 

A. Implement row-level compression. 

B. Implement page-level compression. 

C. Convert all indexes to Column Store indexes. 

D. Implement Unicode compression. 

Answer:


Q49. You administer a Microsoft SQL Server 2012 database instance. 

You plan to migrate the database to Windows Azure SQL Database. You verify that all objects contained in the database are compatible with Windows Azure SQL Database. 

You need to ensure that database users and required server logins are migrated to Windows Azure SQL Database. 

What should you do? 

A. Use the Copy Database wizard. 

B. Back up the database from the local server and restore it to Windows Azure SQL Database. 

C. Use the Database Transfer wizard. 

D. Use SQL Server Management Studio to deploy the database to Windows Azure SQL Database. 

Answer:


Q50. You are a database administrator for a Microsoft SQL Server 2012 environment. 

You want to deploy a new application that will scale out the workload to at least five different SQL Server instances. 

You need to ensure that for each copy of the database, users are able to read and write data that will then be synchronized between all of the database instances. 

Which feature should you use? 

A. Database Mirroring 

B. Peer-to-Peer Replication 

C. Log Shipping 

D. Availability Groups 

Answer: