Which Transact-SQL command should you use?

You administer a Microsoft Azure SQL Database database named Orders. You need to create a copy of Orders named Orders_Reporting. Which Transact-SQL command should you use?A . BACKUP DATABASE Orders TO DISK = 'D:Orders.bak'RESTORE DATABASE Orders_Reporting FROM DISK = 'D:Orders.bakB . BACKUP DATABASE Orders TO DISK = 'D:Orders.bak'CREATE DATABASE Orders_Reporting...

April 12, 2020 No Comments READ MORE +

What should you do?

You administer a Microsoft SQL Server server. You plan to deploy new features to an application. You need to evaluate existing and potential clustered and non-clustered indexes that will improve performance. What should you do?A . Query the sys.dm_db_index_usage_stats DMC . Query the sys.dm_db_missing_index_details DME . Use the Database Engine...

April 12, 2020 No Comments READ MORE +

What should you do?

You administer two instances of Microsoft SQL Server 2012. You deploy an application that uses a database on the named instance. The application is unable to connect to the database on the named instance. You need to ensure that the application can connect to the named instance. What should you...

April 11, 2020 No Comments READ MORE +

What should you do?

You administer a Microsoft SQL Server database. Users report that an application that accesses the database displays an error, but the error does not provide meaningful information. No entries are found in the SQL Server log or Windows event logs related to the error. You need to identify the root...

April 11, 2020 No Comments READ MORE +

Which three actions should you perform in sequence?

DRAG DROP You administer a Microsoft SQL Server database. The database is backed up according to the following schedule: - Daily full backup at 23:00 hours. - Differential backups on the hour, except at 23:00 hours. - Log backups every 10 minutes from the hour, except on the hour. The...

April 11, 2020 No Comments READ MORE +

What should you do on Saturday?

Topic 2, Exam Pool B You administer a Microsoft SQL Server instance named SQL2012 that hosts an OLTP database of 1 terabyte in size. The database is modified by users only from Monday through Friday from 09:00 hours to 17:00 hours. Users modify more than 30 percent of the data...

April 11, 2020 No Comments READ MORE +

What should you use?

You administer a Microsoft SQL Server 2012 database. You have a SQL Server Agent job instance that runs using the service account. You have a job step within the job that requires elevated permissions. You need to ensure that the job step can run using a different user account. What...

April 11, 2020 No Comments READ MORE +

Which configuration should you use?

Note: This question is part of a series of questions that use the same set of answer choices. An answer choice may be correct for more than one question in the series. You administer all the deployments of Microsoft SQL Server in your company. You need to ensure that an...

April 11, 2020 No Comments READ MORE +

What should you do?

DRAG DROP You administer several Microsoft SQL Server servers. Your company has a number of offices across the world connected by using a wide area network (WAN). Connections between offices vary significantly in both bandwidth and reliability. You need to identify the correct replication method for each scenario. What should...

April 10, 2020 No Comments READ MORE +

Which Transact-SQL batch should you use?

You administer a Microsoft SQL Server 2012 database that contains a table named AccountTransaction. You discover that query performance on the table is poor due to fragmentation on the IDX_AccountTransaction_AccountCode non-clustered index. You need to defragment the index. You also need to ensure that user queries are able to use...

April 10, 2020 No Comments READ MORE +