摘要:
Sql 2005 全文索引 用Northwind示例数据库 操作其Customers表 --初始化全文索引 EXEC sp_fulltext_database 'enable' GO --创建一个名为test 的全文目录 EXEC sp_fulltext_catalog 'test', 'create' GO --创建并填充全文索引 EXEC sp_fulltext_table 'Cus... 阅读全文
posted @ 2007-07-27 14:54
leohuang
阅读(452)
评论(0)
推荐(0)

浙公网安备 33010602011771号