|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
need help with an index!i'm using sql2k.
one of the table i'm working with has book title field in in. the max lengh is 1800 (varchar). i need to index on the title for search performance but the max index key lenght for sql is 900 bytes. what can i do? thank you Use full-text search service.
AMB Show quote "=== Steve L ===" wrote: > i'm using sql2k. > > one of the table i'm working with has book title field in in. the max > lengh is 1800 (varchar). i need to index on the title for search > performance but the max index key lenght for sql is 900 bytes. what can > i do? > > thank you > > |
|||||||||||||||||||||||