Forum Replies Created

Viewing 15 posts - 2,161 through 2,175 (of 2,647 total)

  • RE: Insertion order - GETDATE(), IDENTITY_INSERT, and others...

    Sean Lange (11/17/2011)


    For a single insert they will all have the exact same value. This is easy enough to test. Here is a simple 10 million row table. The insert...

  • RE: Insertion order - GETDATE(), IDENTITY_INSERT, and others...

    Sean Lange (11/17/2011)


    p-nut (11/17/2011)


    Cadavre (11/17/2011)


    p-nut (11/17/2011)


    This is true in 1 connection, but what about other servers executing the same query against the same database? To complicate this even more this...

  • RE: Is this correct use of WITH (NOLOCK, READUNCOMMITTED) in delete?

    Ok, as it turns out she believes the reason is 2-fold. Her words: The first is that the nature of our data does not leave open transactions. Everything...

  • RE: Insertion order - GETDATE(), IDENTITY_INSERT, and others...

    Cadavre (11/17/2011)


    p-nut (11/17/2011)


    This is true in 1 connection, but what about other servers executing the same query against the same database? To complicate this even more this even more, what...

  • RE: Is this correct use of WITH (NOLOCK, READUNCOMMITTED) in delete?

    Ninja and Sean,

    I will ask my boss why we don't use snapshot isolation instead. I am still learning about all of these different hints and isolation levels. Understanding them...

  • RE: Insertion order - GETDATE(), IDENTITY_INSERT, and others...

    Cadavre (11/17/2011)


    p-nut (11/17/2011)


    In another thread we were discussing determining the order of insertion. This brought some questions to mind for me. I guess the main question is this; is...

  • RE: Insertion order - GETDATE(), IDENTITY_INSERT, and others...

    Dev (11/17/2011)


    Just one question Jared. Why do you want to discuss on this? Do you see any business requirement / Use Case where it could be useful?

    The thread...

  • RE: Is this correct use of WITH (NOLOCK, READUNCOMMITTED) in delete?

    Dev (11/17/2011)


    Thanks to Sean, Ninja & Brandie for sharing your views here. We always discuss about technology but I believe such discussions are equally important.

    I will see...

  • RE: Last 5 rows

    Dev (11/17/2011)


    p-nut (11/17/2011)


    Dev (11/17/2011)


    Charmer (11/17/2011)


    i want the last 5 rows based on last insertion...because i don't have any date time column...so how could i get it..?...

  • RE: Last 5 rows

    Dev (11/17/2011)


    Charmer (11/17/2011)


    i want the last 5 rows based on last insertion...because i don't have any date time column...so how could i get it..?

    more over my requirement...

  • RE: Is this a datatype mismatch?

    pveilleux (11/16/2011)


    I seem to remember from back in the day that if two columns weren't defined exactly the same, but were used in a join, it was considered a datatype...

  • RE: Last 5 rows

    david.moule (11/16/2011)


    how do i select last 5 rows without any sorting order?

    Do you have a business requirement behind this request? If so, what is it!

    When you say...

  • RE: index record count difference

    GilaMonster (11/16/2011)


    SELECT COUNT(*) FROM SomeTable WITH (INDEX = idx_Filtered)

    Msg 8622, Level 16, State 1, Line 1

    Query processor could not produce a query plan because of the hints defined in this...

  • RE: index record count difference

    Wiesinger (11/16/2011)


    no problem on sunday,

    trying it to start again today after our business hour (in one hour)

    Gail, is it possible for a filtered index to be the culprit? OP...

  • RE: Last 5 rows

    Ken McKelvey (11/16/2011)


    Charmer (11/16/2011)


    Random Order...!!!?

    but how come it gives same records every time when we execute the query..?

    it must change the order right?

    Under some curcumstances the order of a...

Viewing 15 posts - 2,161 through 2,175 (of 2,647 total)