3

I've been successfully using bitmap indexes for years in Oracle environment. Now I'm working on a data warehouse project which will be hosted on SQL Server 2005. So far, I was unable to find an answer for bitmap like indexes in SQL Server.

Any Ideas?

1 Answer 1

6

There's not really a direct equivalent. However, SQL Server has something called bitmap filtering. You can read about it here: http://msdn.microsoft.com/en-us/library/bb522541.aspx

Unfortunately, this feature seems to have been introduced in SQL Server 2008, so it probably won't help you much since you are using SQL Server 2005.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.