問題描述
如何在 Windows 8 64 位上安裝 SQL Server 2005?
執行這些 步驟:-
<塊引用>- 從 SP3 或 SP4 中提取 sqlncli.msi/sqlncli_x64.msi.我是從 SP4 開始的
- 安裝 sqlncli
- 啟動 SQL Server 2005 安裝
- 在安裝過程中,我收到一個錯誤 SQL Server 服務無法啟動.有關詳細信息,請參閱 SQL Server 聯機叢書主題,如何:查看 SQL Server 2005 安裝日志文件"和啟動 SQL手動服務器."
- 先不要點擊取消.從安裝的 SQL Server 2005 SP3 或 SP4 復制 SQLSERVR.EXE 和 SQLOS.DLL 文件并將它們放入您的 SQL安裝文件夾.
- 點擊重試
來自參考線程:-
<塊引用>微軟表示 SQL Server 2005 與 Windows 8 不兼容,但我運行它沒有問題(僅使用 SP3),除了安裝.
運行安裝文件 SQLExpr.exe 后查找隱藏文件夾最近在C盤創建.將內容復制到另一個文件夾并取消安裝程序(或使用 WinRar 打開文件并解壓內容到臨時文件夾)
之后,在setup文件夾中找到文件sqlncli_x64.msi,然后運行
現在您已準備好運行 setup.exe 文件并安裝 SQL 服務器2005 沒有錯誤
How to install SQL Server 2005 on Windows 8 64 bit?
Perform these steps:-
- Extract sqlncli.msi / sqlncli_x64.msi from SP3 or SP4. I did it from SP4
- Install sqlncli
- Start SQL Server 2005 Setup
- During setup I recieved an error The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually."
- Don’t click cancel yet. From an installation of SQL Server 2005 SP3 or SP4 copy SQLSERVR.EXE and SQLOS.DLL files and put them in your SQL install folder.
- Click RETRY
From the reference Thread:-
Microsoft says the SQL Server 2005 it's not compatible with Windows 8, but I've run it without problems (only using SP3) except the installation.
After you run the install file SQLExpr.exe look for a hidden folder recently created in the C drive. Copy the contents to another folder and cancel the installer (or use WinRar to open the file and extract the contents to a temp folder)
After that, find the file sqlncli_x64.msi in the setup folder, and run it.
Now you are ready the run the setup.exe file and install SQL server 2005 without errors
這篇關于在 Windows 8 上安裝 SQL Server 2005的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!