Forum Replies Created

Viewing 15 posts - 34,231 through 34,245 (of 49,552 total)

  • RE: Are the posted questions getting worse?

    Jack Corbett (2/3/2010)


    lmu92 (2/3/2010)


    Totally Off-topic:

    Did you notice? Jack is "SSCrazy Eights" now.

    Congrats from across the ocean!

    Thanks for noticing. I was actually hoping to hit it in 2009, but I...

  • RE: Indexing fields for JOINS and WHERE

    Indeed.

    Usually I'd suggest the following indexes for something like this.

    Name, Deleted

    <another searched field>, Deleted

    ..

    Deleted

  • RE: How to kill Rollback process

    rotkehlchen105-kak (2/3/2010)


    Another comment/question to obi wan:

    Obi-wan? If you're referring to me, the avatar is Qui-gon Jinn.

    What if read committed snapshots are enabled across the board?

    No difference as...

  • RE: Interesting deadlock with no fix

    Prakash Heda (2/3/2010)


    though there are scenerio where many columns are in select clause, making covering index too big or crossing character limit...

    There's no character limit to included columns in SQL...

  • RE: Indexing fields for JOINS and WHERE

    Digs (2/3/2010)


    But I do filter on Deleted

    LIKE

    SELECT NAME FROM <tbl>

    WHERE Deleted = 0

    That's fine. There's an index with a leading column of 'deleted', so any query that filters on...

  • RE: SQL / Server CAL issue

    njdouglas (2/3/2010)


    Do MS ever audit in the UK? Been in this game a while now and never know them to go a knocking....

    My company got audited last year, and...

  • RE: Database Design - Indexes To Create

    EdA ROC (2/3/2010)


    We haven't been on the same page for a while. I was using this table as a simple example and you've been looking at it too literally.

    I've been...

  • RE: SQL / Server CAL issue

    Elliott W (2/3/2010)


    Melton,

    I have looked over the docs and I don't think I agree with that interpretation. It is my feeling that SQL Express was meant to not require...

  • RE: Indexing fields for JOINS and WHERE

    You can, but it's a waste of space, may degrade insert/update/delete performance, increases the time of maintenance jobs. really not a good idea.

    The index that you have just on deleted...

  • RE: Are the posted questions getting worse?

    "I am working in a project nearing to its deadline. I am not having enough time/patience to read books now."

    http://www.sqlservercentral.com/Forums/Topic856967-1291-1.aspx

    Seriously, where are all the idi^H^H^H novice-type people coming from?

  • RE: An interactive session to install MSDE in corporate setup

    sprabhakaran.karuppaih (2/3/2010)


    Since, I am working in a project nearing to its deadline. I am not having enough time/patience to read books now.

    That project will take you far longer...

  • RE: Indexing fields for JOINS and WHERE

    Digs (2/3/2010)


    SCANS are better than SEEKS

    You might want to read again.

    A scan is like taking the telephone directory and reading every single page to find the phone number for Mr...

  • RE: Indexing fields for JOINS and WHERE

    Digs (2/3/2010)


    Or should the composite be like this (Deleted,Name)

    - Ref example above, as deleted field is very important.

    Yup, think that's the better approach.

    Index Scan

    Index Seek

    Whats the...

  • RE: Database Design - Indexes To Create

    EdA ROC (2/3/2010)


    I'm not sure what you mean by "which is more selective on its own?"

    I answered that in my last post

    Most of the time I will execute the following...

  • RE: Msg 8909 & Msg 8998: Page allocation errors

    I'm curious. How did you determine that they were PFS pages, not GAM/SGAM? Something about the page ID or is it the size of the range of pages that can't...

Viewing 15 posts - 34,231 through 34,245 (of 49,552 total)