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
 General SQL Server Forums
 New to SQL Server Programming
 link - for one server to other server

Author  Topic 

sqlhelp14
Yak Posting Veteran

55 Posts

Posted - 2008-07-23 : 13:41:57
i need to create online tracking database for order confirmation

i have old database in that whenever new order comes my accountant is updating
and when order ships then entering in that database
i m making web page so that when customer signs in and check order from tracking number

so for that i have to write query

and for that have to connect with database
the domain of webserver database is not there is outside the firewall
so how can i export table in that webserver database

sql table is in one server which i want in another server
how can i get it?

thanks for ur help

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-07-24 : 14:40:35
Possible to set linked server?
Go to Top of Page
   

- Advertisement -