In this post I’m planning to walkthrough the practice of changing the SharePoint 2010 Search Service Database names as you might need it in the following scenarios:
You have many options to do this practice as shown in the below figure, but in this post I will walkthrough the preferred steps only to make it simple and clear:
Verify that the user account that is performing the procedure is a member of the Farm Administrators SharePoint group.
Notes:
Verify that you meet the following minimum requirements: See Add-SPShellAdmin.
$searchapp | Set-SPEnterpriseSearchServiceApplication -DatabaseName "<NewDbName>" -DatabaseServer "<NewServerName>"
Where:
Do {write-host -NoNewline .;Sleep 10; $searchInstance = Get-SPEnterpriseSearchServiceInstance -Local} while ($searchInstance.Status -ne "Online")
Dude - you rock!
After install Search Server Express in SharePoint Foundation 2010, I followed this steps but its not possible in this version.
Do you tried?
Cheers!