exam questions

Exam 70-462 All Questions

View all questions & answers for the 70-462 exam

Exam 70-462 topic 2 question 215 discussion

Actual exam question from Microsoft's 70-462
Question #: 215
Topic #: 2
[All 70-462 Questions]

A network administrator creates a virtual machine from a template that has SQL Server installed.
You need to ensure that you can create SQL Server databases on the new virtual machine.
Which two actions should you perform to complete the server configuration? Each correct answer presents part of the solution.

  • A. Execute the SP_ADDSERVER statement.
  • B. Edit the Instance Names registry key.
  • C. Execute the SP_SERVER_DIAGNOSTICS statement.
  • D. Execute the SP_DROPSERVER statement.
  • E. Run setup.exe and specify the upgrade option.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️
All you should need to do is run sp_dropserver then sp_addserver to change the server name after the template is renamed. The restart the SQL instance. exec sp_dropserver 'OldserverName' go exec sp_addserver 'NewServerName', 'LOCAL' go
References:
https://serverfault.com/questions/377377/creating-a-sql-template-for-vmware

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
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.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago