Valid 70-462 Dumps shared by ExamDiscuss.com for Helping Passing 70-462 Exam! ExamDiscuss.com now offer the newest 70-462 exam dumps, the ExamDiscuss.com 70-462 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-462 dumps with Test Engine here:
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.
Correct Answer: A,D
Explanation/Reference: 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