Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-02-25 : 08:59:38
|
| sheing writes "Dear SQLTeam,I have a question about updating record between server.Here's the illustration:I have 2 separate SQL Server (ver.7). Server-A and Server-B.My web application is on another server (Server-C).main database in on Server-A. I need to update the record in Server-B.How to do it?Should I using linkedserver?If using linkedserver, what is the statement?Thank you for the attention,SheIng" |
|
|
Nazim
A custom title
1408 Posts |
Posted - 2002-02-25 : 09:06:49
|
| you can use sp_addlinkedserver. check the BOL for furthur information.if its a one time job . you can use OPENROWSET Too.-------------------------------------------------------------- |
 |
|
|
|
|
|