RE: Link servers through proxy
- From: DWalker <none@xxxxxxxx>
- Date: Tue, 19 Jun 2007 09:39:14 -0700
changliw@xxxxxxxxxxxxxxxxxxxx (Charles Wang[MSFT]) wrote in
news:zmDIGfjsHHA.2528@xxxxxxxxxxxxxxxxxxxxxx:
Hi David,
I understand that you would like to fetch data from SQLREMOTE into
SQLTEST via your DEV computer since it can see both SQLREMOTE and
SQLTEST. You would like to know how to do that.
If I have misunderstood, please let me know.
[...]
Also, if the business logic is complex, you may write a T-SQL
statement to transfer the data. First run sp_addlinkedserver and
sp_addlinkedsrvlogin to add SQLREMOTE and SQLTEST as linked servers in
your SQL Server on the DEV computer. After that, you can query the
remote tables on SQLREMOTE and SQLTEST from DEV like this:
INSERT INTO SQLTEST.testdb.dbo.tableA SELECT column1, column2, column3
FROM SQLREMOTE.testdb.dbo.tableA
This is the approach I want to take.
BUT, I don't have a SQL server on the DEV computer -- I'm just running
the SQL client tools on the DEV server.
Hope this helps. If you have any other questions or concerns, please
feel free to let me know.
Best regards,
Charles Wang
Microsoft Online Community Support
=====================================================
I would like to know how to get the SQLTEST SQL server to see the
SQLREMOTE SQL server.
If you could help me with that, it would be great.
Thanks.
David Walker
.
- Follow-Ups:
- RE: Link servers through proxy
- From: Charles Wang[MSFT]
- RE: Link servers through proxy
- References:
- Link servers through proxy
- From: DWalker
- RE: Link servers through proxy
- From: Charles Wang[MSFT]
- Link servers through proxy
- Prev by Date: RE: Link servers through proxy
- Next by Date: Re: Object reference not set to an instance of an object
- Previous by thread: RE: Link servers through proxy
- Next by thread: RE: Link servers through proxy
- Index(es):
Relevant Pages
|
Loading