PDA

View Full Version : Spring and SQL server db failover



CyberPunk
09-02-2008, 02:52 AM
Can Spring.NET use the database failover capabilities of SQL Server 2005 just by changing the connection string? Does it need a new provider i.e. provider="SqlServer-1.1" ??

Mark Pollack
09-02-2008, 09:49 AM
Hi,
AFAIK, you can set the connection string to support this, no need for a new provider.
Cheers,
Mark