Why would ISNULL(x, y) use an index scan, but (x = y OR x is null) use an available covering index? The covering index is not used at all when...
We currently have an "Inquiry" form in our VB6 app that presents the users with many textboxes, comboboxes and listboxes which can be used to build a...
If I have a view (vwTest) defined as:<br /><br />select a.fld2a as fOne, b.fld2b as fTwo from table1 a inner join table2 b on a.fld1 = b.fld1<br...
What am I missing here? I have a covering index on the Assessment table:<br /><br />CREATE INDEX [IX_Covering_2] ON [dbo].[Assessment]...
I have an Inquiry screen in my app that lets the user set various filters then run the query. I'm seeing good query performance (all index seeks)...
Separate names with a comma.