Activity overview
Latest activity by ITman
It was generating similar error messages whichever method I tried.
I ran SQBServerSetup.exe manually and this did sort it. / comments
It was generating similar error messages whichever method I tried.
I ran SQBServerSetup.exe manually and this did sort it.
I'm having similar problems when trying to install on SQL2000 SP4 (w2k3 server). I get the following errors when I run the SQL commands in step 5.
~~~~~~~~~~~~~~~
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
Server: Msg 3701, Level 11, State 5, Procedure sp_dropextendedproc, Line 18 Cannot drop the procedure 'sqlbackup', because it does not exist in the system catalog.
Server: Msg 3701, Level 11, State 5, Procedure sp_dropextendedproc, Line 18
Cannot drop the procedure 'sqbstatus', because it does not exist in the system catalog.
Server: Msg 3701, Level 11, State 5, Procedure sp_dropextendedproc, Line 18
Cannot drop the procedure 'sqbutility', because it does not exist in the system catalog.
Server: Msg 3701, Level 11, State 5, Procedure sp_dropextendedproc, Line 18
Cannot drop the procedure 'sqbmemory', because it does not exist in the system catalog.
Server: Msg 3701, Level 11, State 5, Procedure sp_dropextendedproc, Line 18
Cannot drop the procedure 'sqbdata', because it does not exist in the system catalog.
Server: Msg 3701, Level 11, State 5, Procedure sp_dropextendedproc, Line 18
Cannot drop the procedure 'sqbdir', because it does not exist in the system catalog.
Server: Msg 3701, Level 11, State 5, Procedure sp_dropextendedproc, Line 18
Cannot drop the procedure 'sqbtest', because it does not exist in the system catalog.
Server: Msg 3701, Level 11, State 5, Procedure sp_dropextendedproc, Line 18
Cannot drop the procedure 'sqbtestcancel', because it does not exist in the system catalog.
Server: Msg 3701, Level 11, State 5, Procedure sp_dropextendedproc, Line 18
Cannot drop the procedure 'sqbteststatus', because it does not exist in the system catalog. / comments
I'm having similar problems when trying to install on SQL2000 SP4 (w2k3 server). I get the following errors when I run the SQL commands in step 5.
~~~~~~~~~~~~~~~
DBCC execution completed. If DBCC...