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 |
kishore.1002
Starting Member
2 Posts |
Posted - 2011-04-28 : 11:48:17
|
Hi,can you help me, How should I connect 2 Source Server to single Destination Server using Linked Servers??How Shouls I connect ????kishore |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
Jahanzaib
Posting Yak Master
115 Posts |
Posted - 2011-04-29 : 13:47:31
|
SELECT * FROM [DESTINATION SERVER NAME].[DATABASE NAME].[SCHEMA NAME].[TABLE NAME OR VIEW OR SYNONYMS][DESTINATION SERVER NAME].[DATABASE NAME].[SCHEMA NAME] this will use for every object access on the source serverRegards,Syed Jahanzaib Bin HassanMCTS,MCITP,OCA,OCP,OCE,SCJP,IBMCDBAMy Blogwww.aureus-salah.com |
 |
|
|
|
|