all groups > sql server clients > december 2005 >
You're in the

sql server clients

group:

Creating an index on a BIT column


Creating an index on a BIT column Anonymous
12/20/2005 8:43:03 AM
sql server clients:
I had an issue with indexing a BIT column in SQL Server 2000. Every book and
newsgroup I read said that you cannot do this. But you actually can!

Refer to this website:

http://www.aspfaq.com/show.asp?id=2530
Re: Creating an index on a BIT column Andrew J. Kelly
12/20/2005 12:02:38 PM
Is there a question here? You certainly can create an index on a Bit column
but the question is do you really want to? Most of the time the selectivity
is too low to be of use for an index. But under certain conditions it makes
sense.

--
Andrew J. Kelly SQL MVP


[quoted text, click to view]

AddThis Social Bookmark Button