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 |
|
sqlhelp14
Yak Posting Veteran
55 Posts |
Posted - 2008-07-23 : 13:41:57
|
| i need to create online tracking database for order confirmationi have old database in that whenever new order comes my accountant is updatingand when order ships then entering in that database i m making web page so that when customer signs in and check order from tracking numberso for that i have to write query and for that have to connect with databasethe domain of webserver database is not there is outside the firewallso how can i export table in that webserver databasesql 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? |
 |
|
|
|
|
|