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)
 How we create trigger for link other Microsoft SQL database server ?

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-08-24 : 23:00:58
Ferry writes "For increase speed on my aplication, we will use two Microsoft Sql database server. What commands on trigger/procedure for connect it ?"

jasper_smith
SQL Server MVP & SQLTeam MVY

846 Posts

Posted - 2002-08-25 : 11:27:28
Look up Linked Servers in BOL.I Assume you are talking about 2 separate servers rather than 2 databases on 1 instance. You can reference another linked SQL Server in a TSQL statement using four part naming
serveralias.database.owner.object name

HTH
Jasper Smith
Go to Top of Page
   

- Advertisement -