Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text vs varchar
Message
General information
Forum:
Microsoft SQL Server
Category:
Database design
Title:
Miscellaneous
Thread ID:
00660117
Message ID:
00660967
Views:
13
I've used it in the past with no effect on performance. Full-text indexing is handled by a seperate service, MSSearch. The indexes are external to SQL Server and must be periodically refreshed. In all, it's a very neat. It's worth looking into.

-Mike

>Do you use any full-text indexing? How does it affect overall server performance?
>
>
>
>>You can search a text column. You can't index it. Well OK you can. The Full-Text Indexing can index a text column.
>>
>>SELECT OBJECT_NAME(id) FROM syscomments WHERE text LIKE '%procedure%'
>>
>>-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform