Full-Text Service Messages

  • I have a stored procedure that rebuilds the full-text catalog every few hours using:

    exec sp_fulltext_catalog 'MyCatalogName','start_incremental

    How can I catch any messages (success, failure, other) here to display in a PRINT statement?

    How can I PRINT the amount of the time that it took to run sp_fulltext_catalog?

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply