You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
SELECT S.Name as Owner,F.name AS FileGroupName, fulltext_catalog_id, FC.Name, path, FC.is_default, is_accent_sensitivity_on
|
|
FROM
|
|
sys.fulltext_catalogs FC
|
|
LEFT JOIN sys.filegroups F ON F.data_space_id = FC.data_space_id
|
|
INNER JOIN sys.schemas S ON S.schema_id = FC.principal_id |