Forum Replies Created

Viewing 15 posts - 1,126 through 1,140 (of 1,202 total)

  • RE: Wait for Mirror treshold

    Understand, but this is an "English" format here. 🙂

    "Technology is a weird thing. It brings you great gifts with one hand, and it stabs you in the back with the other. ...:-D"

  • RE: Introduction to Indexes: Part 3 – The nonclustered index

    Great final article, and I saw that you did include the relatively new INCLUDE clause for indexes (2005) as you had said you were going to do in the Part...

    "Technology is a weird thing. It brings you great gifts with one hand, and it stabs you in the back with the other. ...:-D"

  • RE: Introduction to Indexes: Part 2 – The clustered index

    Hmmm, the link is there at the bottom of Part 2 though. Anyway, sorry about that.. Also, I never meant to say that every column should be covered in every...

    "Technology is a weird thing. It brings you great gifts with one hand, and it stabs you in the back with the other. ...:-D"

  • RE: Introduction to Indexes: Part 2 – The clustered index

    Very good series on the basics of indexes. Unfortunately, I was not able to read Part 3 as of yet since there seems to be an error on the web...

    "Technology is a weird thing. It brings you great gifts with one hand, and it stabs you in the back with the other. ...:-D"

  • RE: Solving the "Running Total" & "Ordinal Rank" Problems (Rewritten)

    Alexander Kuznetsov-291390 (11/10/2009)


    I decided that I don't want to put it into production - they are just a little bit too complex and they do not look robust to me....

    "Technology is a weird thing. It brings you great gifts with one hand, and it stabs you in the back with the other. ...:-D"

  • RE: Shrinking your database frags your clustered indexes bad...

    p.s. it's Paul Randal (only 1 l)

    Yes, thanks for the url though. I know, it's called a type-o. 😉 You would think that reversing the page order of the index...

    "Technology is a weird thing. It brings you great gifts with one hand, and it stabs you in the back with the other. ...:-D"

  • RE: Solving the "Running Total" & "Ordinal Rank" Problems (Rewritten)

    Good article Jeff, and I did read Pauls blog on DBCC PAGE AND DBCC IND and Paul says the following about those undocumented commands:

    "Before jumping into how things work, I'd...

    "Technology is a weird thing. It brings you great gifts with one hand, and it stabs you in the back with the other. ...:-D"

  • RE: Wait for Mirror treshold

    Wilfred van Dijk (10/26/2009)


    Comments posted to this topic are about the item <A HREF="/scripts/Administration/68579/">Wait for Mirror treshold</A>

    Wilfred, I don't mean to sound picky or anything but the correct word occuring...

    "Technology is a weird thing. It brings you great gifts with one hand, and it stabs you in the back with the other. ...:-D"

  • RE: Shrinking your database frags your clustered indexes bad...

    SQL Noob (11/9/2009)


    i do db shrinks on archive databases once in a while to clear up space or to delete unused data files. otherwise i always create data files to...

    "Technology is a weird thing. It brings you great gifts with one hand, and it stabs you in the back with the other. ...:-D"

  • RE: Shrinking your database frags your clustered indexes bad...

    Peter Gadsby (11/9/2009)


    That is very weird behaviour....

    Mind you I never understand why there is a requirement to shrink databases anyway. To my mind you should size the database correctly in...

    "Technology is a weird thing. It brings you great gifts with one hand, and it stabs you in the back with the other. ...:-D"

  • RE: Index rebuild/reorganize script NOT working

    Also, keep in mind that shrinking your database can often defrag your indexes badly negating the benefits of rebuilding then, which is yet another reason you should never set AUTO_SHRINK...

    "Technology is a weird thing. It brings you great gifts with one hand, and it stabs you in the back with the other. ...:-D"

  • RE: Index rebuild/reorganize script NOT working

    Very good point Paul! The three queries (yours, his singleton query, his query inside his index script which BTW he got out of BOL :)) all return different values in...

    "Technology is a weird thing. It brings you great gifts with one hand, and it stabs you in the back with the other. ...:-D"

  • RE: Index rebuild/reorganize script NOT working

    Then please let me rephrase that. The logical fragmentation column percentage in that dm function is not incorrect as much as it is irrelevant for small b-tress (small...

    "Technology is a weird thing. It brings you great gifts with one hand, and it stabs you in the back with the other. ...:-D"

  • RE: Index rebuild/reorganize script NOT working

    I got the same thing you did after executing your query script in my AdventureWorks2008 db before and after executing your indexing script and I also got the same thing...

    "Technology is a weird thing. It brings you great gifts with one hand, and it stabs you in the back with the other. ...:-D"

  • RE: Preventing usage of "SELECT *..."

    No, you cannot select on just that dummy column, because if you read the original article he placed the DENY on that specific column with this statement:

    DENY SELECT ON OBJECT::...

    "Technology is a weird thing. It brings you great gifts with one hand, and it stabs you in the back with the other. ...:-D"

Viewing 15 posts - 1,126 through 1,140 (of 1,202 total)