|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Friday, June 14, 2013 3:11 PM
Points: 338,
Visits: 993
|
|
If you have two beefy 64-bit servers in 2-node cluster, and several applications that need a database server, is it generally better to install multiple instances, or deploy databases for multiple applications on once instances.
I would think you would use two instances when different applications require a different version/edition of SQL Server, or different server-level configuration settings, you'd install multiple instances.
But if all the applications support the same edition/version of SQL Server and default server level settings, then I would think that one instance would offer the most efficient use of storage and memory.
Am I right?
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Yesterday @ 7:29 AM
Points: 244,
Visits: 428
|
|
dan-572483 (11/7/2012) If you have two beefy 64-bit servers in 2-node cluster, and several applications that need a database server, is it generally better to install multiple instances, or deploy databases for multiple applications on once instances.
I would think you would use two instances when different applications require a different version/edition of SQL Server, or different server-level configuration settings, you'd install multiple instances.
But if all the applications support the same edition/version of SQL Server and default database level settings, then I would think that one instance would offer the most effient use of storage and memory.
Am I right?
1 instance uber alles. It jsut doesnt make sense to do it any other way, if you dont have to support server versioning.
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 1:52 AM
Points: 38,103,
Visits: 30,395
|
|
It depends. There are good reasons for each alternative and not enough information to say which is better.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Friday, June 14, 2013 3:11 PM
Points: 338,
Visits: 993
|
|
In this case all applications will support the same edition/version/patch level. No conflicting instance-level settings are needed and Transparent Data Encryption will not be used. I'm also confident security can be designed to keep vendor support out of other vendors' DBs.
What other factors would make multiple instances a better choice?
|
|
|
|