Viewing 15 posts - 3,571 through 3,585 (of 7,484 total)
Raghavendra Mudugal (4/19/2013)
(the word "attempt" confused me and I executed one after the other insert statement and as I imagined, it must returned 3, and...
April 19, 2013 at 10:54 am
autoexcrement (4/18/2013)
1) What do you mean by suggesting triggers on the view? I didn't know triggers could have anything...
April 19, 2013 at 9:51 am
Good question, and an excellent explanation apart from the point raised by Christian. I don't think the comments are misleading, it is pretty common for a comment to be...
April 19, 2013 at 4:51 am
autoexcrement (4/18/2013)
April 18, 2013 at 11:56 am
prathibha_aviator (4/18/2013)
Seraj Alam-256815 (4/18/2013)
Yes, only else part will execute as the condition is not true. What is confusion? do you think 0=1 is correct?
My requirement is to
-Get the value stored...
April 18, 2013 at 11:36 am
patrickmcginnis59 10839 (4/18/2013)
dbursey (4/18/2013)
April 18, 2013 at 9:37 am
Looks as if there was a good idea but it was rather poorly executed. The query won't return 3 rows each with 1 column, but 6 rows each with...
April 18, 2013 at 6:28 am
krishnavenkat16 (4/16/2013)
Here what i'm getting....
for insert...new records are logged - with this requester can know what record is inserted
for update....old records are logged - with this Requester will know...
April 16, 2013 at 1:57 pm
mark.gilbert (4/16/2013)
I love this article, but I'm bothered by the following scenario...
Do you think a zero length string contains a character which isn't in 0 to 9? Or that...
April 16, 2013 at 1:54 pm
Lowell (4/16/2013)
non stop juggling of funds so I could...
April 16, 2013 at 1:46 pm
krishnavenkat16 (4/16/2013)
Thanks Steve,Lowell,L'eomot for your help and patience ....script is working fine now....i'm posting the entire script for people who might need it in future....
Actually with that code you are...
April 16, 2013 at 11:10 am
Rose Bud (4/16/2013)
I thought the original poster's explanation was great: I found it very simple to understand and I liked the way each count statement was addressed individually.
The problem...
April 16, 2013 at 11:01 am
krishnavenkat16 (4/16/2013)
....but the requester is looking for old item i mean records before the update...
You commented the code that does that out:
if @optype = 2 --or @optype = 3
the...
April 16, 2013 at 9:45 am
Nice question, but as only one list of values ended with 0 it was easy to get the answer without checking anything else, so much easier than it looked at...
April 16, 2013 at 4:46 am
As welll as what Lowell says, you need to distinguish between the three possible causes of entering the trigger: Insert, update, and delete. Also, if you are signalling unexpected...
April 15, 2013 at 1:17 pm
Viewing 15 posts - 3,571 through 3,585 (of 7,484 total)