MSSQL Shared Servers
Topic
#27 by mreschke on 2008-02-18 11:50:12 (viewed 417 times)
Setting up shared servers in Windows 2003.
Shared servers allows multiple servers to communicate with each other through queries and stored procedires.
Example: Server1 can read/write/query to Server2 and visa versa
Setuping up the Distributed Transaction Coordinator[++]
Example Procedure (with a nice server looping cursor, limited to 8000 characters)[++]
Example Procedure (unlimited)[++]
The big problem with distributed queries[++]