Rebuild Catalog Permission
Adriano,
In order to run sp_fulltext_catalog per the SQL Server 2000 BOL, you need
"Only members of the sysadmin fixed server role and the db_owner (or higher)
fixed database roles can execute sp_fulltext_catalog. " in order rebuild the
FT Catalogs as you will need to run this system stored proc.
Regards,
John
|