Forum Replies Created

Viewing 6 posts - 46 through 52 (of 52 total)

  • RE: Slow running view

    Hahahaha Dave Ballantyne!! hello

    I know you! used to be a SQL Server DBA at a place where you worked, I remember a debacle about permissions we once had...

    That was about...

  • RE: Slow running view

    It wasn't, it was still doing a clustered index scan on the primary key. I used a query hint after that and it did do a index seek but the...

  • RE: Slow running view

    I added the index and it hardly made any difference at all, would making the view an indexed view be worth looking at?

  • RE: Slow running view

    Thanks for the replies

    DcPeterson,

    Yes thats the kind of thing I want to do, I wasn't sure whether to make the index across all the columns or use included columns....

  • RE: sys.dm_db_missing_index_details

    Thanks very much 🙂

  • RE: sys.dm_db_missing_index_details

    Thanks for your response, the reason I was a bit scepticle was for exactly the same reason you have mentioned it was suggesting a massive covered index over 10 columns,...

Viewing 6 posts - 46 through 52 (of 52 total)