I have a field that is varchar(15), that contains last names. There is a query that will be searching on last names, so I am putting an index on that field. In order to save some space, I was hoping to only index the first 7 or 8 characters of the field. Is that possible in SQL Server 7 or SQL Server 2000? I am hoping to avoid doing it a a full text search.
Thanks
Thanks