• Curious...

    It's telling me it's missing an index: Table InventoryGrouping, Column ClassValuePK, but I already have an index:

    CREATE NONCLUSTERED INDEX [IXClassValuePK] ON [dbo].[InventoryGrouping]

    (

    [ClassValuePK] ASC

    )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]

    What am I not understanding here?

    [font="Arial"]Halfbubble ------------
    You just can't do this stuff unless you're at least half a bubble off center.[/font]