I have SQL Server 2008 Express installed. Several months ago I created a full text catalog and index. I would like to index some additional table columns now, but I can't remember the name of the existing catalog. How do I find out the name of an existing full text catalog.
Hopefully this doesn't involve installing any new tools, because this is a production server.
You can just do the following:
This will return the catalog names and should give you what you need.
From here:
I also believe that the name of files located here:
C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\FTData
should give you some idea of the name of your catalogs.