Viewing 13 posts - 16 through 28 (of 28 total)
SELECT deqs.execution_count,
dest.text
FROM sys.dm_exec_query_stats AS deqs
OUTER APPLY sys.dm_exec_sql_text(deqs.sql_handle) AS dest
WHERE dest.text LIKE '%MyVal%';
Now, this test is a...
February 20, 2014 at 7:18 am
I really liked this question; for me (and several others) it was so brain-bogglingly easy that it required almost no thought (apart from those who sensed a trap!), and yet...
November 11, 2013 at 3:16 am
Lokesh Vij (7/3/2013)
I thought this to be the easiest Qotd ever attempted. Wondering why so many wrong attempts!!
Correct answers:48%(11)
Incorrect answers:52%(12)
Total attempts: 23
I think a lot of folks run the scripts...
July 4, 2013 at 10:36 am
Another game of "guess what the OP was driving at" rather than "do you understand SQL Server". Sorry, not impressed (again).
March 1, 2013 at 4:37 am
Hugo Kornelis (1/28/2013)
Tough I applaud the effort to create questions on new SQL2012 functionality, I really see nothing positive about this question.
Absolutely. QotD gets quite a mixed bag of...
January 28, 2013 at 6:47 am
webrunner (1/17/2013)
Results:
(No column name)
0
Messages:
Msg 102, Level 15, State 1, Line 3
Incorrect syntax near ','.
Msg...
January 17, 2013 at 8:22 am
bitbucket-25253 (12/29/2012)
Kind of sad when the author of a published QOD can not find a Microsoft page to justify the correct answer to the question.So here it is:
http://msdn.microsoft.com/en-us/library/ms190764(v=sql.105).aspx
Lokesh Vij (12/30/2012)
Thanks...
December 31, 2012 at 3:16 am
Just adding my vote to the "good question" list. I'm well aware of data type conversions, and spotted the "trick", and still got it wrong through a moment of...
November 19, 2010 at 3:11 am
sturner (10/21/2010)
October 22, 2010 at 2:02 am
Hugo Kornelis (9/24/2010)
if the table is used in replication, ..., SQL Server requires that a surrogate key with the UNIQUEIDENTIFIER data type is also present in the table.
Really? ...
September 24, 2010 at 6:37 am
GilaMonster (1/19/2009)
andy.brown (1/19/2009)
January 19, 2009 at 8:02 am
Apologies I've just spotted I've posted in the 2005 forum, tried to delete it but it won't let me.
January 19, 2009 at 5:42 am
Sadly that's pretty much what I'd concluded. Thanks anyway for giving it some thought.
June 25, 2008 at 1:56 am
Viewing 13 posts - 16 through 28 (of 28 total)