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-05-01 : 08:40:08
|
| Ken writes "Is it possible to write a trigger in a SQLServer 6.5 database to insert a row in a SQLServer 2000 database on a different machine albeit within the same local area network? And, if it is possible, what type of performance problems might I experience?ThanksKen" |
|
|
Nazim
A custom title
1408 Posts |
Posted - 2002-05-01 : 09:06:23
|
| you can do that using four part naming conventionServername.databasename.owner.tablenameIt will be slower.-------------------------------------------------------------- |
 |
|
|
|
|
|