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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Using triggers across platforms and servers

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?

Thanks

Ken"

Nazim
A custom title

1408 Posts

Posted - 2002-05-01 : 09:06:23
you can do that using four part naming convention

Servername.databasename.owner.tablename


It will be slower.



--------------------------------------------------------------
Go to Top of Page
   

- Advertisement -