搜尋本站文章

2011-05-08

無法重建系統資料庫,以 SQL Server 2008 R2 版本為例

依據 SQL Server 2008 線上叢書的說明:
重建系統資料庫
http://msdn.microsoft.com/zh-tw/library/dd207003%28v=SQL.100%29.aspx

-- P00_2008版本


依據 SQL Server 2008 R2 線上叢書的說明:
重建系統資料庫
http://msdn.microsoft.com/zh-tw/library/dd207003.aspx

-- P00_2008R2版本


在 SQL Server 2008 版本:
本機伺服器上 setup.exe 檔案的預設位置是: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Release。

可以執行 setup.exe 來重建系統資料庫。

在 SQL Server 2008 R2 版本:
雖然仍有此資料夾與 setup.exe,但卻是不能執行,仍須放入 SQL Server 2008 R2 安裝媒體來執行重建系統資料庫之作業


遭遇錯誤:

使用環境:在 SQL Server 2008 R2 版本。

本機伺服器上 setup.exe 檔案的預設位置是: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Release。
在「命令提示字元」視窗中,輸入以下的指令:
cd\
cd C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Release
或是
cd C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2

--P01


--P02


--P03


都是會產生錯誤,請參考以下的錯誤訊息:
-- Error 1
Microsoft (R) SQL Server 2008 
The following error occurred:
The state of your SQL Server installation was not changed after the setup execut
ion. Please review the summary.txt logs for further details.

Error result: -2068643838
Result facility code: 1203
Result error code: 2

Please review the summary.txt log for further details

-- Error 2
Microsoft (R) SQL Server 2008 R2
The following error occurred:
引動過程的目標傳回例外狀況。

Error result: 1152035024
Result facility code: 1194
Result error code: 43216

Please review the summary.txt log for further details

--P04


--P05



參考資料:
Cannot rebuild system databases in 2008R2
http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/29a7f20b-a2a1-4e72-8eca-17e2037c1ae5

Rebuilding system databases for SQL Server 2008 R2
https://connect.microsoft.com/SQLServer/feedback/details/564905/rebuilding-system-databases-for-sql-server-2008-r2

Rebuilding system databases in 2008 R2
http://sqlblog.com/blogs/tibor_karaszi/archive/2010/06/03/rebuilding-system-databases-in-2008-r2.aspx

重建系統資料庫
http://msdn.microsoft.com/zh-tw/library/dd207003.aspx

沒有留言:

張貼留言