Viewing 8 posts - 31 through 38 (of 38 total)
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 (...
January 5, 2011 at 11:53 am
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...
January 5, 2011 at 11:29 am
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...
November 5, 2010 at 8:16 am
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...
October 12, 2010 at 1:39 pm
@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...
October 12, 2010 at 7:07 am
@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...
October 5, 2010 at 2:46 pm
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...
October 3, 2010 at 2:37 pm
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...
October 1, 2010 at 2:45 pm
Viewing 8 posts - 31 through 38 (of 38 total)