Still haven't figured this one out yet.

I have two views that are pretty much exactly the same thing except for the core tables. The join columns are set up exactly alike, and the indexes are set on the same exact columns. However, one view uses a hash join while the other still uses a sort merge.

I have checked everything that I can think of, to no avail. Why would this be happening?