Sql-Server-2005

移動用於企業項目管理的後端數據庫,安裝在 WSS 3.0 上的 Project Server 2007

  • February 2, 2011

我是一名數據庫管理員,我需要將 SQL 數據庫從一台伺服器移動到另一台伺服器以進行企業項目管理,Project Server 2007 安裝在 WSS 3.0 上(均在更新檔級別 SP2 + Aug09 CU)。

我知道如何移動數據庫,但我不知道如何將應用程序重新指向新伺服器。

誰能幫幫我嗎?

謝謝!

移動內容數據庫:

stsadm –o deletecontentdb –url http://yoursiteurl –databasename your_content_db –databaseserver source_SQL_server

stsadm –o addcontentdb –url http://yoursiteurl –databasename your_content_db –databaseserver target_SQL_server

移動配置數據庫:

stsadm -o deleteconfigdb

stsadm –o setconfigdb -connect –databaseserver target_SQL_server -databasename databasename -farmuser your_farm_sql_account -farmpassword your_farm_sql_password

**來源:http ://sharepointsherpa.com/2008/04/18/sharepoint-2007-move-content-and-configuration-databases/

引用自:https://serverfault.com/questions/229337