Forum Replies Created

Viewing 8 posts - 31 through 38 (of 38 total)

  • RE: Dynamic Column names based on value in other table.

    The approach to this issue was to add a trigger to the table wherein these values are getting inserted, and once this values are inserted, Build up the view (...

  • RE: Dynamic Column names based on value in other table.

    Thanks Joe for you kind sarcastic words, I am doing my bit by explaining a scenario which is there in our systems and redefining those which is totally not under...

  • RE: If statement

    His error lies in the 1st statement itself; since he is trying to reference a column comparison in the IF statement.

    I am assuming he wants to check if the column...

  • RE: GUID behaviour?

    I was pretty much clear to what i was trying to point at.! This was something which I observed in one of our older procs while retuning them and was...

  • RE: GUID behaviour?

    @sturner :

    I totally understand that the query is not going to yield me proper results since it is a string of UID's and IN is the way to...

  • RE: Eliminate Dynamic SQL - WHERE Clause

    @Dixie is right( Because in your first case the where clause is stripped down to remove the column name totally)

    I dont think you will be able to use column names...

  • RE: Join VS IN VS Exists

    But I'm not sure why you have that case statement in the where clause of the first one

    @Nevyn: The reason I have a CASE statement since this...

  • RE: Join VS IN VS Exists

    @getoffmyfoot

    Even after considering various scenario's i was not very confident in both the queries performing the same tasks( Or maybe they are). I was replacing the logic...

Viewing 8 posts - 31 through 38 (of 38 total)