Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
fv
Starting Member
1 Post |
Posted - 2003-02-06 : 06:49:09
|
| I am executing the msi file direct in my installation package using msiexec. The new service pack contains the msde integrated sp3 and can be installed by it selves without any earlier installation of msde, that is greate.The problem is:The installation works great, but if you try to remove the engine and re-install it again, the installation fails at the end. If you are looking at the log, it says:2003-02-05 18:33:04.59 spid3 Warning: override, autoexec procedures skipped.2003-02-05 18:33:23.37 spid3 SQL Server is terminating due to 'stop' request from Service Control ManagerThe only engine I manage to install was the one without service pack. Strange, and terrifying. I have tried this on many computers and it seems be the same. |
|
|
GenerationWithoutName
Starting Member
26 Posts |
Posted - 2003-02-07 : 06:21:41
|
| hi,hope this wotk :1. try unistall your previous sql installation.2. delete directory, manualu, ussualy at: "C:\Program Files\Microsoft SQL Server\MSSQL\Data" when you unistall previous progrm, this directory can't be delete automatically3. Install your MSDE SP-3 version |
 |
|
|
|
|
|