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 |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-04-12 : 09:10:14
|
Greg writes "I have SQLServer 2000 SP3 EE runing on Windows 2000 SP4. My installation has 5 named instances. I was applying SQLServer SP4 to each of the instances. After each instance I rebooted. On the last instance, the update failed in REPLSYS.SQL. I dug around and found in the replsys.out file that the actual error was a duplicate object error. The sp_addextendedproc procedure failed trying to add xp_mergexpusage. The xp_mergexpusage does not show up in master anywhere. I have searched around and have seen errors in replsys mentioned but they all have to do with communications, mostly with LPC but nothing on this error. Any idea how to remove what ever reference is hanging around that is causing sp_addextendedproc to think that xp_mergexpusage exists?Any help would be greatly appreciated.ThanksGreg" |
|
|
|
|