Forum Replies Created

Viewing 15 posts - 106 through 120 (of 187 total)

  • RE: Matching Missing Field

    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...

  • RE: Matching Missing Field

    Hugo Kornelis (1/17/2013)


    Dineshbabu (1/17/2013)


    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...

  • RE: Matching Missing Field

    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...

  • RE: TRY...CATCH

    I never tried using TRY ..CATCH in a function. But today i learnt we can't use it.

  • RE: T-SQL 2012 #2

    Tom, thanks for your comments about Return type.

    I don't have 2012 to understand it further.

  • RE: TRUNCATE TABLE and ROLLBACK TRAN

    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...

  • RE: Computed Columns 1

    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...

  • RE: Precedence in math

    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,...

  • RE: SET option hierarchy

    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...

  • RE: TRUNCATE TABLE and ROLLBACK TRAN

    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...

  • RE: HASHBYTES

    mohammed moinudheen (2/9/2012)


    No idea about this really. I guessed it and got it wrong 🙂

    +1

  • RE: SubQuery

    Mostly i will go for JOins. I have practiced right from the begining like that.. I hate subqueries.

  • RE: Object_Id 1

    L' Eomot Inversé (2/23/2012)


    Nice easy question, nice straightforward answer and explanation.

    I guess that particular collation was chosen to demonstrate that not all T-SQL is case insensitive even when the collation...

  • RE: SubQuery

    Nice and easy one.. AS well as blog by pinal dave which compares performance between NOT IN and JOINS also very useful..

  • RE: Temporary Objects 2

    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...

Viewing 15 posts - 106 through 120 (of 187 total)