SQL SERVER 2008 集成安装的问题
最近需要测试一个项目, 需要SQL SERVER 2008, 在微软下载评估版后进行安装 中间发现了种种安装失败的问题,对该过程进行了记录,希望给遇到此类问题的朋友们共同探讨,有所帮助: 1. WINDOWS 2003, WINDOWS 7 新装的时候可行,但是如果有删除后重新安装则无
最近需要测试一个项目, 需要SQL SERVER 2008, 在微软下载评估版后进行安装
中间发现了种种安装失败的问题,,对该过程进行了记录,希望给遇到此类问题的朋友们共同探讨,有所帮助:
1. WINDOWS 2003, WINDOWS 7 新装的时候可行,但是如果有删除后重新安装则无法再次安装
2. 根据网上无数先驱的失败提示, 进行了无数重试,包括更改安装文件目录,修改注册表权限等均不能解决
3. 测试制作集成SP1和HOTFIX
首先下载有关补丁
下载SQLServer2008SP1-KB968369-x86-CHS.exe
下载SQLServer2008SP1之后的SP1的HOTFIX, 注意需要用邮件收取解压密码,看来微软是周期改变补丁的解压密码,防止有人做自动更新
4. 解压
SQLServer2008SP1-KB968369-x86-CHS.exe /x:D:SP1-PCU
SQLServer2008-KB969099-x86.exe /x:D:SP1-CU
SQLServer2008-KB970315-x86.exe /x:D:SP1-CU
SQLServer2008-KB973601-x86.exe /x:D:SP1-CU
SQLServer2008-KB976761-x86.exe /x:D:SP1-CU
5. 集成安装
Setup.exe /PCUSource=D:SP1-PCU /CUSource=D:SP1-CU
这一步执行失败,提示如下错误
Microsoft (R) SQL Server 2008
The following error occurred:
The setting 'PCUSOURCE' specified is not recognized.
Error result: -2068578301
Result facility code: 1204
Result error code: 3
Please review the summary.txt log for further details
根据先驱的经验 先执行解压后的sqlsupport.msi,然后重新执行
删除之前安装中,待后续...
删除遗留安装花了快一个小时
在我的老NB上装了两个多个小时了,终于安装成功!
安装后查询一下版本为 Microsoft SQL Server 2008 (SP1) - 10.0.2740.0 (Intel X86) Oct 24 2009 15:53:40

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











WindowsServerBackup is a function that comes with the WindowsServer operating system, designed to help users protect important data and system configurations, and provide complete backup and recovery solutions for small, medium and enterprise-level enterprises. Only users running Server2022 and higher can use this feature. In this article, we will explain how to install, uninstall or reset WindowsServerBackup. How to Reset Windows Server Backup If you are experiencing problems with your server backup, the backup is taking too long, or you are unable to access stored files, then you may consider resetting your Windows Server backup settings. To reset Windows

How to migrate and integrate projects in GitLab Introduction: In the software development process, project migration and integration is an important task. As a popular code hosting platform, GitLab provides a series of convenient tools and functions to support project migration and integration. This article will introduce the specific steps for project migration and integration in GitLab, and provide some code examples to help readers better understand. 1. Project migration Project migration is to migrate the existing code base from a source code management system to GitLab

The clustering effect evaluation problem in the clustering algorithm requires specific code examples. Clustering is an unsupervised learning method that groups similar samples into one category by clustering data. In clustering algorithms, how to evaluate the effect of clustering is an important issue. This article will introduce several commonly used clustering effect evaluation indicators and give corresponding code examples. 1. Clustering effect evaluation index Silhouette Coefficient Silhouette coefficient evaluates the clustering effect by calculating the closeness of the sample and the degree of separation from other clusters.

OracleAPI integration strategy analysis: To achieve seamless communication between systems, specific code examples are required. In today's digital era, internal enterprise systems need to communicate with each other and share data, and OracleAPI is one of the important tools to help achieve seamless communication between systems. This article will start with the basic concepts and principles of OracleAPI, explore API integration strategies, and finally give specific code examples to help readers better understand and apply OracleAPI. 1. Basic Oracle API

Known for its powerful performance and versatile features, the iPhone is not immune to the occasional hiccup or technical difficulty, a common trait among complex electronic devices. Experiencing iPhone problems can be frustrating, but usually no alarm is needed. In this comprehensive guide, we aim to demystify some of the most commonly encountered challenges associated with iPhone usage. Our step-by-step approach is designed to help you resolve these common issues, providing practical solutions and troubleshooting tips to get your equipment back in peak working order. Whether you're facing a glitch or a more complex problem, this article can help you resolve them effectively. General Troubleshooting Tips Before delving into specific troubleshooting steps, here are some helpful

To solve the problem that jQuery.val() cannot be used, specific code examples are required. For front-end developers, using jQuery is one of the common operations. Among them, using the .val() method to get or set the value of a form element is a very common operation. However, in some specific cases, the problem of not being able to use the .val() method may arise. This article will introduce some common situations and solutions, and provide specific code examples. Problem Description When using jQuery to develop front-end pages, sometimes you will encounter

GitLab's API integration and custom plug-in development skills Introduction: GitLab is an open source code hosting platform that provides a rich API interface for developers to use to facilitate integration and custom plug-in development. This article will introduce how to integrate GitLab's API and some tips on custom plug-in development, and provide specific code examples. 1. Obtain API access token for GitLab's API integration. Before API integration, you first need to obtain GitLab's API access token. beat

How to use middleware for WeChat payment integration in Laravel Introduction: WeChat payment is a very common and convenient payment method. For many projects that require online payment services, integrating WeChat payment is an essential step. In the Laravel framework, WeChat payment integration can be achieved by using middleware to better manage the request process and process payment logic. This article will introduce how to use middleware for WeChat payment integration in Laravel and provide specific code examples. 1. Preparation at the beginning
