簡體   English   中英

SQL Server Express安裝失敗

[英]SQL Server Express installation fails

我在安裝Microsoft SQL Server 2012 Express或2008 R2 Express時遇到問題。

安裝開始,我選擇“新安裝...”,我進入選擇應安裝的步驟,然后繼續我指定實例名稱的步驟,但是當我在步驟中單擊下一步時,我得到一個錯誤彈出說:

SQL Server Setup has encountered the following:

Could not find the file.

Error code 0x84BB0001

然后它說安裝崩潰了......

我以前安裝了2008 R2 Express,但不得不重新安裝。

現在我的猜測是有文件留在某處,所以我運行Windows Installer清理實用程序來刪除與SQL Server相關的任何內容,但它仍然無法正常工作。

我該怎么做才能解決這個問題? 我們真的在尋找解決方案。

編輯,從堆棧前的日志復制:

2012-09-20 12:07:00 SQLBrowser: CalculateUserNamePassword: SQL Server Browser service exists: retrieving current service account.
2012-09-20 12:07:00 Slp: Sco: Attempting to get start account for service SQLBrowser
2012-09-20 12:07:00 Slp: Invoking QueryServiceConfig Win32 API for buffer size
2012-09-20 12:07:00 Slp: Error: Action "Microsoft.SqlServer.Configuration.UIExtension.WaypointAction" threw an exception during execution.
2012-09-20 12:07:00 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: Thread was being aborted. ---> System.Threading.ThreadAbortException: Thread was being aborted.

您以前安裝了SQL Server。 安裝正確卸載,但遺留在您的數據庫之后 遺憾的是,SQL Server 2008 R2(SP2)和SQL Server 2012不支持對該數據進行安裝,如果以前的安裝版本比現有版本更新,這種情況尤其明顯,在這種情況下無法降級數據庫模式版本。

在磁盤上找到.mdf / .ldf文件並刪除整個數據文件夾。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM