Does anyone know if it's possible to create an index based on the length of a field in a table?
Index on field length
Collapse
X
-
Tags: None
-
-
Originally posted by debasisdastry to create function based index.Comment
-
Originally posted by balabasterIs that possible in SQL Server? I couldn't find a way to make it work. In the end, I created some extra calculated fields and indexed those.Comment
-
Originally posted by debasisdassince sql server does not suppor that type of index you need to use some workaround to create an extra field and index that . you can always populate that field using some trigger.Comment
Comment