問(wèn)題描述
如何在 Windows 8 64 位上安裝 SQL Server 2005?
執(zhí)行這些 步驟:-
<塊引用>- 從 SP3 或 SP4 中提取 sqlncli.msi/sqlncli_x64.msi.我是從 SP4 開(kāi)始的
- 安裝 sqlncli
- 啟動(dòng) SQL Server 2005 安裝
- 在安裝過(guò)程中,我收到一個(gè)錯(cuò)誤 SQL Server 服務(wù)無(wú)法啟動(dòng).有關(guān)詳細(xì)信息,請(qǐng)參閱 SQL Server 聯(lián)機(jī)叢書(shū)主題,如何:查看 SQL Server 2005 安裝日志文件"和啟動(dòng) SQL手動(dòng)服務(wù)器."
- 先不要點(diǎn)擊取消.從安裝的 SQL Server 2005 SP3 或 SP4 復(fù)制 SQLSERVR.EXE 和 SQLOS.DLL 文件并將它們放入您的 SQL安裝文件夾.
- 點(diǎn)擊重試
來(lái)自參考線程:-
<塊引用>微軟表示 SQL Server 2005 與 Windows 8 不兼容,但我運(yùn)行它沒(méi)有問(wèn)題(僅使用 SP3),除了安裝.
運(yùn)行安裝文件 SQLExpr.exe 后查找隱藏文件夾最近在C盤(pán)創(chuàng)建.將內(nèi)容復(fù)制到另一個(gè)文件夾并取消安裝程序(或使用 WinRar 打開(kāi)文件并解壓內(nèi)容到臨時(shí)文件夾)
之后,在setup文件夾中找到文件sqlncli_x64.msi,然后運(yùn)行
現(xiàn)在您已準(zhǔn)備好運(yùn)行 setup.exe 文件并安裝 SQL 服務(wù)器2005 沒(méi)有錯(cuò)誤
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
這篇關(guān)于在 Windows 8 上安裝 SQL Server 2005的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!