Full-Text Transact-SQL Enhancements
Use the following new Transact-SQL DDL statements to create, implement, and manage full-text catalogs and indexes. In earlier versions of Microsoft SQL Server, stored procedures are the main programmatic way to create and manage full-text catalogs and indexes. Although these stored procedures are supported for backward compatibility, new features in SQL Server 2005 are only available by using the DDL statements.
New statements | Description |
---|---|
Creates a full-text catalog for the database. |
|
Changes the properties of a full-text catalog. Use this statement to perform the following:
|
|
Removes a full-text catalog from a database. |
|
Creates a full-text index on one or more columns of a table in a database. |
|
Changes the properties of a full-text index. Use this statement to perform the following:
|
|
Removes a full-text index from a table. |
Data Definition Language (DDL) Statements (Transact-SQL)