![]() |
sponsored links |
|
|
sponsored links
|
|
|
2
11th June 16:55
External User
Posts: 1
|
I see that one of the issues is that certain scripts run during a SP
installation process. They need to run against the master, model, msdb and distribution databases so in effect, the active node needs to be upgraded, resulting in it being unavailable. SQL SP's are released on a near 9 month cycle whilst Windows gets it more often, and with all the Windows patches, it is monthly. I see no issue with having a SQL server offline for 3-5 minutes every 9 months. I think it is acceptable, and based on the complexity of SQL, I think it is good. I'd hate to have a cluster go south because one node was not on the same version/revision number as the rest. You don't get to five nine's with just a 2 or 4-node cluster, you start to talk multiple clusters etc. Regards -- -------------------------------- Mike Epprecht, Microsoft SQL Server MVP Epprecht Consulting (PTY) LTD Johannesburg, South Africa Mobile: +27-82-552-0268 IM: mike@NOSPAMepprecht.net Specialist SQL Server Solutions and Consulting |
|
|
4
21st June 02:58
External User
Posts: 1
|
SQL Server binaries must always be installed on the local disks of each
cluster node. SQL hotfixes are usually applied manually (read as: re-name a file and copy the newer version to the same location etc), but it is a real bad idea to have different nodes on different versions. You never know what side effects you may have. Some hotfixes require you to run scripts, so it still affects the uptime of the cluster. Regards -- -------------------------------- Mike Epprecht, Microsoft SQL Server MVP Epprecht Consulting (PTY) LTD Johannesburg, South Africa Mobile: +27-82-552-0268 IM: mike@NOSPAMepprecht.net Specialist SQL Server Solutions and Consulting |
|