E Eric Clapton Feb 18, 2004 #1 Does anyone know any application which can provide high availability solution for SQL2000? Thanks.
D Dejan Sarka Feb 18, 2004 #2 Does anyone know any application which can provide high availability solution for SQL2000? Thanks. Click to expand... Failover Clustering is the solution - check it at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad_clustering_7t9v.asp. Additionally, you can use Log Shipping - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad_1_server_8elj.asp. -- Dejan Sarka, SQL Server MVP Associate Mentor Solid Quality Learning More than just Training www.SolidQualityLearning.com
Does anyone know any application which can provide high availability solution for SQL2000? Thanks. Click to expand... Failover Clustering is the solution - check it at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad_clustering_7t9v.asp. Additionally, you can use Log Shipping - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad_1_server_8elj.asp. -- Dejan Sarka, SQL Server MVP Associate Mentor Solid Quality Learning More than just Training www.SolidQualityLearning.com
T Tiffany Feb 18, 2004 #3 If you have a serious requirement you should look at ftserver from Stratus and Double take.
E Eric Clapton Feb 19, 2004 #4 Ladies and gentlement, Thanks for the advice. Will have a look on that. Supernova
E Eric Clapton Feb 19, 2004 #5 Do you know what is advantage of the double take over the failover clustering in SQL 2000?