SQL Server has an Image data type for colums. I assum this is what you are referring to. You cannot index on this type of column. SQL Server does also have a binary type for columns which you can index on.
Unfortunately SQL Server doesn't allow the user to Create a bitmap index (Bitmap indexes are a highly compressed index that is not structured as a Btree). However if you look at Query plans you will see where the SQL Optimizer will create Bitmap Indexes as part of the Query execuion plan.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.