Viewing 15 posts - 106 through 120 (of 187 total)
Hugo Kornelis (1/17/2013)Hmmm, the only thing I can think of right now would be APPLY (which you could argue to be a special kind of join).
🙂
What is the Diff B/W...
January 17, 2013 at 4:00 am
Hugo Kornelis (1/17/2013)
Dineshbabu (1/17/2013)
I added COL1 to TblA2 and expected "Ambiguous column name 'col1'.". But this time Sql server selected column from TblA2 and gave...
January 17, 2013 at 3:37 am
Great question and great concept.
I added COL1 to TblA2 and expected "Ambiguous column name 'col1'.". But this time Sql server selected column from TblA2 and gave me the correct...
January 17, 2013 at 2:06 am
I never tried using TRY ..CATCH in a function. But today i learnt we can't use it.
January 17, 2013 at 12:47 am
Tom, thanks for your comments about Return type.
I don't have 2012 to understand it further.
January 17, 2013 at 12:06 am
Thanks cfradenburg, Hugo & GilaMonster.
I will take the TSQL part, Changes made to Table variables and Scalar variables will not be affected by Rollback. As well as Identity value will...
January 16, 2013 at 11:37 pm
Since i'm not well versed with computed columns , referred BOL and answered NO. But SSC kicked me out saying Wrong.
But after reading all the threads posted here by experts...
January 11, 2013 at 5:11 am
We are making fun on a such valuable basic question. Eventhough its easier one, it will be very useful for beginners..
If we started making fun like this on simple questions,...
January 11, 2013 at 4:22 am
I choosed. Hint overrides SET option and got it wrong.
I answered this with keeping what ever options may be but a statement level hint can overrride everything.
I think i...
January 11, 2013 at 3:08 am
Since I worked only in 2005 & above i think got it correct. I don't have idea about earlier versions.
As far as I know anything written between
BEGIN TRAN
.
.
.
ROLLBACK
can...
January 11, 2013 at 2:50 am
mohammed moinudheen (2/9/2012)
No idea about this really. I guessed it and got it wrong 🙂
+1
January 11, 2013 at 2:18 am
Mostly i will go for JOins. I have practiced right from the begining like that.. I hate subqueries.
January 11, 2013 at 2:15 am
L' Eomot Inversé (2/23/2012)
I guess that particular collation was chosen to demonstrate that not all T-SQL is case insensitive even when the collation...
January 11, 2013 at 12:48 am
Nice and easy one.. AS well as blog by pinal dave which compares performance between NOT IN and JOINS also very useful..
January 10, 2013 at 11:41 pm
Hugo Kornelis (1/10/2013)
Dineshbabu (1/10/2013)
Can anyone help me in simulating the question in management studio without any application.
Using Management Studio, create the stored procedure as specified in the question, but add...
January 10, 2013 at 11:13 pm
Viewing 15 posts - 106 through 120 (of 187 total)