Application Server

K

kic

My project:

Uses MSDE * 1, SQL SERVER * 2.
Application server with MSDE.
2 * Data servers with SQL Server.

Users login via ASP.NET, if SQL Server A is busy/unavailabe then connection
is made to SQL Server B.
Application server then connects to local MSDE (instance c).
MSDE C: copies the data required via ?? to MSDE; reports are produced using
Local (Instance C).

Do I need to use MSDE (Instance C)? The Data Servers hold report data only.
There isn't a round trip, there no transactions involved.

Can I build the connection at run time, using the Try Catch? Can I use
unbound Datasets? There by storing the reports in XLM?

Any insights or samples would be appreciated.

James
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,272
Latest member
MaricruzDu

Latest Threads

Top