Viewing 15 posts - 91 through 105 (of 241 total)
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,...
November 18, 2011 at 9:33 am
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...
November 10, 2011 at 9:58 am
Good question. Forced me back to BOL to refresh my memory.
Thanks!
November 4, 2011 at 1:56 pm
Great question. Learned SEVERAL things.
The more one learns, the more one realizes how little he knows...
November 3, 2011 at 10:16 am
Great question! I also learned something....
November 1, 2011 at 10:03 am
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...
October 27, 2011 at 1:11 pm
Great question. I have to keep reminding myself that a boolean can actually evaluate to one of three values: TRUE, FALSE or UNKNOWN.
October 17, 2011 at 9:35 am
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...
October 12, 2011 at 12:07 pm
Too bad half right doesn't count for anything...
Good question, Tom!
October 12, 2011 at 9:11 am
Outstanding question -- not only on Except/Intersect, but also on operator precedence. A great brain stretcher to get the day started.
October 11, 2011 at 9:44 am
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?
October 5, 2011 at 9:41 am
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...
October 3, 2011 at 10:54 am
In other words...what Derrick Smith just said...AND what you just concluded yourself.
September 28, 2011 at 10:31 am
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...
September 28, 2011 at 10:29 am
Viewing 15 posts - 91 through 105 (of 241 total)