Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL 2005 Clustering

Status
Not open for further replies.

chpretorius

Technical User
Jan 15, 2008
1
ZA
Hi

I am quite new to clustering. I would like to find out if it is possible to cluster SQL 2005 without any shared storage?

Thanks

C
 
No. All clustering using Microsft cluster service requires shared storage.

To get a high availability option within SQL Server 2005 without shared storage you should need to look at database mirroring or log shipping.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

My Blog
 
When you say no shared storage, it sounds like you want to build this for testing?

Suggestion would be to look at VMWare Server:

Or Microsoft's Virtualization product.

VMWare server is free, not sure about Microsoft's.

This will allow you to build a cluster environment with shared virtual disks.

Jesse Hamrick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top