Viewing 15 posts - 16 through 30 (of 55 total)
I have never used this 'T' format :w00t:
I need a review on SQL Server format.
March 14, 2013 at 6:40 am
archie flockhart (3/13/2013)
March 13, 2013 at 8:34 am
Stewart "Arturius" Campbell (3/13/2013)
Interesting question, thanks DaveAnother way to check the detail of the temp table would be to execute
tempdb..sp_help #TempQoD
I often use sp_help to get db object info,...
March 13, 2013 at 5:50 am
Evgeny Garaev (3/12/2013)
Right answer is wrong in this case. Beacause some rows could be returned. This query will prove my words:end
+2 😎
I agree. So what I learned from this question...
March 12, 2013 at 1:27 am
This was a tough one for me. I didn't know the default cut off year. thanks.
March 9, 2013 at 11:04 pm
L' Eomot Inversé (3/8/2013)
Primo Dang (3/8/2013)
buddy__a (3/8/2013)
I'm still waiting for someone to fix this. The answer saying "ORDER By is required when using a TOP clause" is clearly wrong.
It...
March 9, 2013 at 6:29 am
SQLRNNR (3/7/2013)
Looks like we may have a fun day with this question.
You're right. Look like a lot of people have fun figure out this one. The question did more good...
March 8, 2013 at 10:04 am
demonfox (3/7/2013)
The first three items are required for subqueries. There are only 32 nesting levels allowed and if a TOP clause is used, an ORDER BY must be included.
actually, It's...
March 7, 2013 at 9:32 pm
demonfox (3/6/2013)
or there are more than 2 failures ...
select db_id('dbdb')
-- and the second one
select object_id('dbdb')
I don't think it will return the same value for a database.
I...
March 7, 2013 at 4:53 am
Abu Dina (2/14/2013)
The backup command I use for the differential backups in my sproc is...
March 6, 2013 at 4:00 am
anthony.green (2/14/2013)
Highly...
March 6, 2013 at 3:53 am
haha. this not really about IsNumeric(). these type of questions are fun to solve. 😀
March 6, 2013 at 3:18 am
This is a fun question. Of course, the code will fail the syntax validation if executed all at once. Two proc call each other, eventually SQL Server will freak out....
March 1, 2013 at 6:56 am
Viewing 15 posts - 16 through 30 (of 55 total)