Viewing 15 posts - 61 through 75 (of 106 total)
tom.w.brannon (9/12/2014)
I had no idea what VCS meant. Closest I could find in a search was Veritas Cluster Server. Guessed wrong.
I wondered at first as well...then I noticed the...
September 12, 2014 at 7:40 am
That does make sense. I always knew it was a DDL and not a DML operation, I just never really gave much thought to the definition of fully vs minimally...
September 12, 2014 at 7:36 am
I was asked this very thing in an interview a while back. Except, they wanted to know if a TRUNCATE was fully or minimally logged. While I mentioned that all...
September 11, 2014 at 12:04 pm
Unfortunately, my summer has been just one arrest away from a country song. Hey, it happens...I'm just glad football season is around the corner.
July 25, 2014 at 6:20 am
I am one of the guilty ones of always using ISNULL instead of COALESCE. It stems from habit. I've been using ISNULL for 10 years and only stumbled...
January 25, 2013 at 9:59 am
NULL is not nothing!
If your explanation were correct then the result of
select '456' + NULL
would be '456'. And it isn't, it's NULL (which is what you'd expect).
This is what threw...
December 10, 2012 at 8:35 am
"Suppose I have two schemas" does lead the reader to consider that the user only has access to those two schemas. I initially was looking for Success, Success, Fail, but...
December 7, 2012 at 7:16 am
I read this question completely different and ended up getting it correct anyway. I guessed two because of '[' and ']'....
I'll take it! 😛
December 3, 2012 at 12:22 pm
Good question, can't wait until I actually get to start using 2012.
November 29, 2012 at 6:09 am
I guessed 9 because there were 9 statements and I couldn't find anything documented about a particular behavior of them in estimating a query plan? After plugging it into SSMS...
November 28, 2012 at 10:40 am
Glad to see I'm not the only one perplexed by the explanation. I was starting to wonder if something was really wrong with SQL 2008 and it slipped right by...
November 27, 2012 at 7:38 am
The oddity that I find interesting about this question is the fact that the UNION automatically sorts the results. In my head I'm thinking the results would be 4,7,2,8...
November 26, 2012 at 9:45 am
Viewing 15 posts - 61 through 75 (of 106 total)