Category: 70-462 Exam Questions
you are at 70-462 Question 1
For more questions you can browse 70-462 Exam Questions.
you are at 70-462 Question 1
For more questions you can browse 70-462 Exam Questions.
We are providing free real exam questions answers. You can also get complete dumps for better preparation and pass your exams in FIRST ATTEMPT.
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’, 2G.
B. use the ALTER DATABASE…SET LOGFILE command along with the maxsize
parameter.
C. In SQL Server Management Studio, right-click the instance and select Database
Settings. Set the maximum size of the file for the transaction log.
D. in SQL Server Management Studio, right-click the database, select Properties, and then
click Files. Open the Transaction log Autogrowth window and set the maximum size of the
file.
Answer: D