You administer a Microsoft SQL Server 2016 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.
hi - i tend to minimal too - i could not find significantly what minimal mode is doing with temp db i am not achieving with changing location. and change location is possible - see - move system databases..;-)
https://docs.microsoft.com/en-us/sql/relational-databases/databases/move-system-databases?view=sql-server-ver15
If you have configuration problems that prevent the server from starting, you can start an instance of Microsoft SQL Server by using the minimal configuration startup option. This is the startup option -f. Starting an instance of SQL Server with minimal configuration automatically puts the server in single-user mode.
Well, as the tempdb is not a parameter, it not possible
So minimal mode is indeed the correct solution
https://www.sqlshack.com/overview-of-sql-server-startup-parameters-for-the-sql-database-engine-service/
Yeah, you can't tell SQL Server to start up without the TempDB database, nor tell the server where TempDB is supposed to be stored, therefore minimal configuration mode is the correct answer.
upvoted 1 times
...
...
This section is not available anymore. Please use the main Exam Page.70-764 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
norbert1
4 years, 9 months agonorbert1
4 years, 9 months agoTheSwedishGuy
5 years, 3 months agoGuest
5 years, 6 months agoGuest
5 years, 6 months agoTheSwedishGuy
5 years, 4 months ago