View Single Post

   
  #2 (permalink)  
Old 03-01-2008, 03:49 PM
Jack Vamvas
 
Posts: n/a
Default Re: Syntax to access database on another server

If you are considering combining 2 tables , use Linked Servers . Basically ,
you would register another server , as a Linked Server
then simply reference the tables accordingly

--

Jack Vamvas
___________________________________
Search IT jobs from multiple sources- http://www.ITjobfeed.com




"compquest" <vtestaccount@gmail.com> wrote in message
news:d3c84685-ec72-439e-99fa-8fdf1c29e728@d62g2000hsf.googlegroups.com...
>I know how to access different tables on the same server by prefixing
> the table with the database name. Is there anyway to prefix the
> server name to link two tables across servers? Thanks.



Reply With Quote