You need to be able to start the SQL Server

You administer a Microsoft SQL Server 2012 instance.
After a routine shutdown, the drive that contains tempdb fails.
You need to be able to start the SQL Server. What should you do?

You administer a Microsoft SQL Server 2012 instance.
After a routine shutdown, the drive that contains tempdb fails.
You need to be able to start the SQL Server. What should you do?

A.
Modify tempdb location in startup parameters.

B.
Start SQL Server in minimal configuration mode.

C.
Start SQL Server in single-user mode.

D.
Configure SQL Server to bypass Windows application logging.

Explanation:
Reference: http://msdn.microsoft.com/en-us/library/ms186400.aspx
Reference: http://msdn.microsoft.com/en-us/library/ms345408.aspx



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Ashish

Ashish

Start SQL Server in minimum configuration mode

Slazenjer_m

Slazenjer_m

In SQLCMD, start SQL Server with the -F option (Minimum Configuration mode).