How to see all full text index

  • hi

    how can i get all full text indexes? is there a command to view all unused indexes?

    urs

  • This was removed by the editor as SPAM

  • ubaert,

    you can list the full text indexed columns by using:

    sp_help_fulltext_columns

    Also, you can list the catalogs by using:

    sp_help_fulltext_catalogs

    There are other sprocs in the master database that may help. Look these two up in BOL for more info.

    -Dan B

Viewing 3 posts - 1 through 2 (of 2 total)

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