Forum Replies Created

Viewing 15 posts - 106 through 120 (of 188 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...

    --
    Dineshbabu
    Desire to learn new things..

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

    --
    Dineshbabu
    Desire to learn new things..

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

    --
    Dineshbabu
    Desire to learn new things..

  • RE: TRY...CATCH

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

    --
    Dineshbabu
    Desire to learn new things..

  • RE: T-SQL 2012 #2

    Tom, thanks for your comments about Return type.

    I don't have 2012 to understand it further.

    --
    Dineshbabu
    Desire to learn new things..

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

    --
    Dineshbabu
    Desire to learn new things..

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

    --
    Dineshbabu
    Desire to learn new things..

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

    --
    Dineshbabu
    Desire to learn new things..

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

    --
    Dineshbabu
    Desire to learn new things..

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

    --
    Dineshbabu
    Desire to learn new things..

  • RE: HASHBYTES

    mohammed moinudheen (2/9/2012)


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

    +1

    --
    Dineshbabu
    Desire to learn new things..

  • RE: SubQuery

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

    --
    Dineshbabu
    Desire to learn new things..

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

    --
    Dineshbabu
    Desire to learn new things..

  • RE: SubQuery

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

    --
    Dineshbabu
    Desire to learn new things..

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

    --
    Dineshbabu
    Desire to learn new things..

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