What should you do?

You administer a Windows Azure SQL Database database named Human_Resources. The database contains 2 tables named Employees and SalaryDetails. You add two Windows groups as logins for the server: CORPEmployees - All company employees CORPHRAdmins - HR administrators only HR Administrators are also company employees. You need to grant users...

January 6, 2019 No Comments READ MORE +

Which Transact-SQL statement should you use?

You administer a Microsoft SQL Server 2012 database named ContosoDB. The database contains a table named Suppliers and a column named IsActive in the Purchases schemA. You create a new user named ContosoUser in ContosoDB. ContosoUser has no permissions to the Suppliers table. You need to ensure that ContosoUser can...

January 6, 2019 No Comments READ MORE +

What should you create?

You administer a Microsoft SQL Server 2012 database named Contoso on a server named Server01. You need to prevent users from disabling server audits in Server01. What should you create?A . An AlertB . A Resource PoolC . An Extended Event sessionD . A PolicyE . A Database Audit SpecificationF...

January 5, 2019 No Comments READ MORE +

What should you do?

HOTSPOT You administer a Microsoft SQL Server 2012 database. The database contains a table that has the following definition: You want to export data from the table to a flat file by using the SQL Server Import and Export Wizard. You need to ensure that the following requirements are met:...

January 5, 2019 No Comments READ MORE +

What should you do?

You administer a Windows Azure SQL Database database named Inventory that contains a stored procedure named p_AddInventory. Users need to be able to SELECT from all tables in the database and execute the stored procedure. You need to grant only the necessary permissions. What should you do?A . Grant EXECUTE...

January 5, 2019 No Comments READ MORE +

Which Transact-SQL statement should you use?

You administer a Microsoft SQL Server 2012. A process that normally runs in less than 10 seconds has been running for more than an hour. You examine the application log and discover that the process is using session ID 60. You need to find out whether the process is being...

January 4, 2019 No Comments READ MORE +

Which Transact-SQL statement should you use?

You administer a Microsoft SQL Server 2012. A process that normally runs in less than 10 seconds has been running for more than an hour. You examine the application log and discover that the process is using session ID 60. You need to find out whether the process is being...

January 4, 2019 No Comments READ MORE +

Which three actions should you perform in sequence?

DRAG DROP You administer a Microsoft SQL Server 2012 server that has multiple databases. You need to ensure that users are unable to create stored procedures that begin with sp_. Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to...

January 4, 2019 No Comments READ MORE +

Which four actions should you perform in sequence?

DRAG DROP You administer a Microsoft SQL Server 2012 clustered instance that has two nodes named Node 1 and Node 2. Node 1 fails and the cluster fails over to Node 2. You need to replace Node 1 and add it to the cluster. Which four actions should you perform...

January 3, 2019 No Comments READ MORE +

What should you do?

You administer a Microsoft SQL Server 2012 database. You need to ensure that the size of the transaction log file does not exceed 2 GB. What should you do?A . Execute sp_configure 'max log size', 2C . use the ALTER DATABASD . ..SET LOGFILE command along with the maxsize parameter.E...

January 3, 2019 No Comments READ MORE +