Viewing 4 posts - 1 through 4 (of 4 total)
Thanks a lot, the "" idea worked......
June 30, 2010 at 11:14 am
Paul,
In the below insert that we are trying to do:
insert into test@SQLTEST (name, fullname)
values ('Oracle', 'Oracle server data');
- test@sqltest is a table "test" on sql server.
This gives error when...
June 29, 2010 at 12:07 pm
Paul,
In the below command:
insert into MyLocalTable(name,fullname) select name,fullname from test@SQLTEST
what is MylocalTable? Is this table to be created on Sql server ?
Thanks,
June 29, 2010 at 11:22 am
Did you find any solution for this? I too am in need for this solution.
Thanks,
June 29, 2010 at 11:08 am
Viewing 4 posts - 1 through 4 (of 4 total)