You administer a Microsoft SQL Server database named Sales. The database is 3 terabytes in size.The Sales database is configured as shown in the following table.You discover that all files except Sales_2.ndf are corrupt.You need to recover the corrupted data in the minimum amount of time.What should you do?
Note: This question is part of a series of questions that use the same set of answers choices. An answer choice may be correct for more than one question in the series.You administer a Microsoft SQL Server server that hosts a transactional database and a reporting database. The transactional database is updated through a web application and is operational throughout the day. The reporting database is only updated from the transactional database.The recovery model and backup schedule are configured as shown in the following table:The differential backup of the reporting database fails. Then, the reporting database fails at 14:00 hours.You need to ensure that the reporting database is restored. You also need to ensure that data loss is minimal.What should you do?
DRAG DROP -You administer a Microsoft SQL Server 2012 database.The database uses SQL Server Agent jobs to perform regular FULL and LOG backups. The database uses the FULL recovery model.You plan to perform a bulk import of a very large text file.You need to ensure that the following requirements are met during the bulk operation:โ The database transaction log is minimally affected.โ The database is online and all user transactions are recoverable.โ All transactions are fully recoverable prior to the import.Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)Select and Place:
DRAG DROP -You administer a Microsoft SQL Server database.You want to import data from a text file to the database.You need to ensure that the following requirements are met:โ Data import is performed by using a stored procedure.โ Data is loaded as a unit and is minimally logged.Which data import command and recovery model should you choose? (To answer, drag the appropriate data import command or recovery model to the appropriate location or locations in the answer area. Each data import command or recovery model may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)Select and Place:
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 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?
You are the lead database administrator (DBA) of a Microsoft SQL Server environment.All DBAs are members of the DOMAIN\JrDBAs Active Directory group. You grant DOMAIN\JrDBAs access to the SQL Server.You need to create a server role named SpecialDBARole that can perform the following functions:โ View all databases.โ View the server state.โ Assign GRANT, DENY, and REVOKE permissions on logins.You need to add DOMAIN\JrDBAs to the server role. You also need to provide the least level of privileges necessary.Which three SQL statements should you use? Each correct answer presents part of the solution.