I recently migrated my databases over to another database server and using CLICONFG used aliases to point to the new location. However a couple of service applications weren't originally pointing to the Alias and were instead hardcoded to the old db server. When I updated their properties and restarted all the services on each of the wfes and app servers it appears to have worked properly. However when I do this
get-spdatabase | select name,server I see this now
MmetadataDB SPServer Name=sp-stage1 (old db server)
MmetadataDB SPServer Name=sql-spdbst (New db server)
WebAnalyticsStageDB SPServer Name=sp-stage1
WebAnalyticsStageDB SPServer Name=sql-spdbst
WebAnalysticsReportingDB SPServer Name=sp-stage1
WebAnalysticsReportingDB SPServer Name=sql-spdbst
So it almost looks like there is another database or something .. Is there something specific I should to to remove references to the old db server in this command? I let it go for a day hoping there was a timer job to clean it up or something .. but no good :)
Thank you again all for any responses!









