re-create them. If this fails resolve this problem, you may have to remove &
"Support" <Support@discussions.microsoft.com> wrote in message
news:D23C3C49-C0FD-4225-AB75-D14D61A7A8E7@microsoft.com...
> John:
> Thanks
> we installed SQL from scratch and applied all the service packs and then
> ran
> the "Copy Database Wizard"
> So far, we have missed:
>
> master..sp_addrole
> master..sp_fullText_Table
> master..sp_grantdbaccess
>
> I will read the article.
> Thanks
> "John Kane" wrote:
>
>> Terry,
>> How did you "rebuild" SQL on the new machine? Did you install it from the
>> SQL Server CD or install it as a disk image?
>> You should NEVER be missing "several" or any system stored proc's, some
>> that
>> call internal system extended system procs that are in fact dll's and
>> need
>> to be registered on your new machine. DBCC CALLFULLTEXT is one such
>> internal
>> system stored proc and if this is not working correctly, then all of your
>> Full-text Search (FTS) functionality is suspect.
>>
>> As how to get out if this mess... That would depend upon the level of
>> missing stored procs, if it is just MSSearch / FTS, you can use the
>> procedures in the following KB article to manually re-install FTS /
>> MSSearch:
>>
>>
>> 827449 How to manually reinstall the Microsoft Search service for an
>> instance of SQL 2000
>>
http://support.microsoft.com/default.aspx?scid=kb;EN-US;827449 >>
>> Hope that helps!
>> John
>> --
>> SQL Full Text Search Blog
>>
http://spaces.msn.com/members/jtkane/ >>
>>
>>
>> "Support" <Support@discussions.microsoft.com> wrote in message
>> news:255D5646-23E9-4DA0-B11E-BC1AE0AE091C@microsoft.com...
>> > Hello:
>> > running SQL2000 SP3 (8.00.818)
>> > first
>> > 1) when we upgraded our hardware, ie,rebuilt SQL on a new machine, we
>> > noticed several system stored procedures were missing, including,
>> > master..sp_fulltext_table
>> > --I found a copy on our test machine and transfered it to production
>> > server
>> > where it is now seen as dbo owner but not a system table rather a user
>> > table....
>> > 2) when running...
>> >
>> > EXEC sp_fulltext_table 'DOC', 'create', 'DOC', 'indx_intDOCunid'I get
>> > Server: Msg 2526, Level 16, State 3, Procedure sp_fulltext_table, Line
>> > 122
>> > Incorrect DBCC statement. Check the documentation for the correct DBCC
>> > syntax and options.
>> >
>> > .. which is:
>> > -- ADD TO CATALOG
>> > DBCC CALLFULLTEXT ( 5, @ftcatid, @objid ) -- FTAddURL( @ftcatid,
>> > db_id(),
>> > @objid )
>> >
>> > QUESTION: how do I get out of this mess.
>> > Thanks
>> > Terry
>>
>>
>>