Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
azadeh
Starting Member
3 Posts |
Posted - 2013-03-10 : 05:23:47
|
hiI want to cluster my data base and find some useful trainig videos about it which learning this subject in SQL SERVER 2008, Now I realized that I must do this on SQL SERVER 2008 R2, So I want to know is there any difference in clustering between these two editions of SQL SERVER?I search the web but couldn't find enough information in this field.Could anyone help me please? |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2013-03-11 : 00:38:39
|
No significant difference in clustering between 2008 and 2008 R2.Remember too that clustering is an OS/server technology moreso than SQL Server, though SQL Server (not all of its services) are cluster aware.Please see: http://msdn.microsoft.com/en-us/library/ms189134(v=sql.100).aspxAnd: http://msdn.microsoft.com/en-us/library/ms179410(v=sql.105).aspx |
|
|
azadeh
Starting Member
3 Posts |
Posted - 2013-03-11 : 07:18:55
|
quote: Originally posted by russell No significant difference in clustering between 2008 and 2008 R2.Remember too that clustering is an OS/server technology moreso than SQL Server, though SQL Server (not all of its services) are cluster aware.Please see: http://msdn.microsoft.com/en-us/library/ms189134(v=sql.100).aspxAnd: http://msdn.microsoft.com/en-us/library/ms179410(v=sql.105).aspx
thanks a lot |
|
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2013-03-11 : 20:55:07
|
Welcome |
|
|
|
|
|