Viewing 15 posts - 23,236 through 23,250 (of 26,490 total)
Now that makes total sense. Here is some code:
create Table #temp1
(
id int,
Rno int,
sno int
)
insert into #temp1 values(10,125,32)
insert into #temp1 values(20,145,32)
insert into #temp1 values(10,125,32)
insert into #temp1 values(30,125,32)
insert into...
December 16, 2008 at 10:01 pm
Steve Jones - Editor (12/16/2008)
December 16, 2008 at 9:53 pm
I'm sorry, but I'm confused as to what you want as a result set based on the sample data. Your verbal discription is confusing, and your answer to Barry...
December 16, 2008 at 9:36 pm
david.c.holley (12/16/2008)
For the record, the discussion groups that I have been apart of do not have stringent rules as to what needs to be included and what does not....
December 16, 2008 at 8:49 pm
He's back..... But looks like he doesn't like our "requirements" for getting help and
I'll be looking for a forum a bit more consistent with my prior experience so as...
December 16, 2008 at 8:38 pm
bitbucket (12/16/2008)
I particularly liked ol' Bit Bucket's response... I'm gonna have to add him to the pork chop hall of fame.
Jeff should I be proud of this nomination and...
December 16, 2008 at 8:34 pm
Took your advice and deleted the entire post.
December 16, 2008 at 8:01 pm
Jeff Moden (12/16/2008)
Lynn Pettis (12/16/2008)
Was that good enough over there? I hate it when I click on a link in an email notification and it dies.
Heh... gotta think "pork...
December 16, 2008 at 7:53 pm
Instead of trying to describe in words what the result set should be, show us what the result set should be. You don't need to know how to write...
December 16, 2008 at 7:51 pm
Was that good enough over there? I hate it when I click on a link in an email notification and it dies.
December 16, 2008 at 7:40 pm
Jeff Moden (12/16/2008)
Lynn Pettis (12/16/2008)
December 16, 2008 at 7:11 pm
Okay, so based on those simple examples, what have you come up with and what problems have you encountered?
December 16, 2008 at 1:04 pm
Amol.Naik (12/16/2008)
December 16, 2008 at 1:01 pm
Maybe. That's the first thing I'd try, but then I'm the type to jump in and try things.
December 16, 2008 at 12:56 pm
Amol.Naik (12/16/2008)
Secondly the deletes have to be in batches, say in a batch of 3000 to...
December 16, 2008 at 12:49 pm
Viewing 15 posts - 23,236 through 23,250 (of 26,490 total)