Viewing 7 posts - 1 through 8 (of 8 total)
oops didn't mean to post my reply twice.
Remi, thanks for all help and posts.
August 23, 2005 at 2:02 pm
I have inserted my recent comments in green below.
Thanks so much for your help! (and patience
)
SELECT *
into #v_saleproperty
FROM OPENQUERY(Server1, 'Select city, MLS_nbr from...
August 23, 2005 at 12:50 pm
okay sorry. left out that step. after i alter the table to add the city column with the data from server1, i would then alter the view by selecting from...
August 23, 2005 at 12:05 pm
On server2 I have a view v_homes that I need to add a city column which is populated from server1.v_HomeSales.city. hope that makes sense.
August 23, 2005 at 11:55 am
thanks for the reply. the view I am altering is on server 2 though.
August 23, 2005 at 11:43 am
Viewing 7 posts - 1 through 8 (of 8 total)