Forum Replies Created

Viewing 15 posts - 91 through 105 (of 241 total)

  • RE: Use of DATETIME and BETWEEN - Part 2

    Very good question. Obvious, but worth noting, I think, that the rounding occurs on the assignment to a datetime variable or column, NOT when doing the SELECT. In other words,...

  • RE: Table space usage 1

    Excellent question. Understanding how the different data types are stored/handled in SQL is so helpful when creating EFFECIENT (not just working) database design. Thanks for the review -- and looking...

  • RE: Mirroring

    Good question. Forced me back to BOL to refresh my memory.

    Thanks!

  • RE: Parameters

    Great question. Learned SEVERAL things.

    The more one learns, the more one realizes how little he knows...

  • RE: Collation and SQL_VARIANT

    Great question! I also learned something....

  • RE: Query Plan Execution Order

    Gianluca Sartori (10/27/2011)


    LadyRuna (10/27/2011)


    I got it right, but only because I've read Grant Fritchey's book about execution plans. 🙂

    Ouch! I read that book as well.

    I'm totally hopeless.

    I also read that...

  • RE: Constraints

    Great question. I have to keep reminding myself that a boolean can actually evaluate to one of three values: TRUE, FALSE or UNKNOWN.

  • RE: Search for any part of text from list

    Deepak -- you could achieve much of this by using SQL Server's Full Text search capabilities. There's a bit of overhead, but it's much, much faster than a LIKE search...

  • RE: Prime Attributes

    Too bad half right doesn't count for anything...

    Good question, Tom!

  • RE: exceptional logic

    Outstanding question -- not only on Except/Intersect, but also on operator precedence. A great brain stretcher to get the day started.

  • RE: Output of Query

    Excellent question. Thanks!

  • RE: Elementary Key Attributes

    Who can explain why the fifth option, "A on its own is a candidate key of T" is NOT true? What am I missing here?

  • RE: Restoring Broken SQL Server 2005 Transaction Replication without deletes

    Conrald,

    I see you never received a reply to your question. I am in a similar situation and am wondering if you came up with a good solution to this.

    Or...does...

  • RE: Create Index based on execution plan

    In other words...what Derrick Smith just said...AND what you just concluded yourself.

  • RE: Create Index based on execution plan

    After further investigation....

    A more likely issue is that you're using a value from that second LEFT OUTER JOIN (CIT.Ind_Priority) in your ORDER BY clause; note that the query plan shows...

Viewing 15 posts - 91 through 105 (of 241 total)