all groups > sql server programming > january 2007 >
You're in the

sql server programming

group:

Application Connection to SQL Server Architecture



Application Connection to SQL Server Architecture Greg Larsen
1/1/2007 7:51:11 PM
sql server programming: I'm setting up SQL Server 2005 and would like to develop a new application
architecture. Here are my objectives:
1) I want to be able to move a database from one SQL Server machine to
another without having to recode connection strings in applications.
2) I want to be able to redirect applications connections from one server to
another and only change relocation information in single place.
3) I want to use non-standard port with SQL Browser not running.

Basically I would like to set up something that would redirect names like:

AP1V1P ==> IP address 1
AP1V1Q ==> IP address 2
AP1V1D ==> IP address 3
AP2V1P ==> IP address 1
AP2V1Q ==> IP address 2
AP2V1Q ==> IP address 3

All the names that start with AP.. would be coded in the applications.


Can I use DNS to resolve all connection? Will DNS work for all application
Re: Application Connection to SQL Server Architecture Uri Dimant
1/2/2007 7:22:49 AM
Greg
1) Mirroring ? Users will be able to read the data only from the Mirroring
2) Also mirroring (having a witness) will allow an appliaction to re-connect
in case of failure
3) diffrerent from 1433?


[quoted text, click to view]

AddThis Social Bookmark Button