Viewing 10 posts - 16 through 25 (of 25 total)
Thank you for replying but unfortunately neither worked for me. I think that I'll make separate tables and deal with them that way.
January 6, 2004 at 7:19 am
Thank you ThomasH. I'll try it first thing in the morning. Although I'm not very clear on sum(Total) and sum(GTotal) since they are texts and not number.
Thanks again,
January 5, 2004 at 6:57 pm
Thanks Peter. I'm able to run my sql once a link is established. But without one, I can't run distributed queries.
Edited by - peygham on 10/03/2003 09:23:36...
October 3, 2003 at 9:23 am
Thank you. I'll try it as soon as my dba links those two.
Thanks again,
October 2, 2003 at 12:03 pm
Thanks for responding. Here's the code that I'm using. Table1 is the master.
if update (col1)
begin
update table2
set col1=(select col1 from inserted)
end
or
if update(col1)
begin
while (select count(col1) from inserted)>0
update tabel2
set col1=(select...
August 11, 2003 at 5:46 am
rajesha, I may not have understood your question correctly, but if you've got a one to many relationship, would a left join not work
July 25, 2003 at 7:28 am
Thank you all for such a quick response. I've used ripg1011 direction and it worked. I'm trying to assign PK's to a table that did not have one...
July 8, 2003 at 9:37 am
Viewing 10 posts - 16 through 25 (of 25 total)