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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Central Data Store

Status
Not open for further replies.

mobius1983

Technical User
Jul 7, 2002
45
GB
Hi All,

I'm a newbie to SQL Server, and work have just asked me to set up SQL Server on two servers, but have them both storing the data in the same folder on a NAS. So if one server goes down, and the other has to take over the data is still up to date.

Is this possible?

Thanks for all your help!

Nick.
 
SQL Server does not support using a NAS to store your data.

Doing so places your SQL Server in an unsupportable mode.

Store the databases on local disks, and do regular full and transaction log backups to the NAS. That way you can restore to the other server if needed.

If the systems really do need high availability then you need to look into clustering or at the least log shipping or replication.

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top