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 |
Zoroaster
Aged Yak Warrior
702 Posts |
Posted - 2007-09-05 : 16:44:27
|
I have a question about Report services scale out deployment. In the technet document it states that reporting services must be Enterprise edition for scale out deployment functionality, does anyone know if the database engine has to be Enterprise also, or can it be standard edition?Here is the article excerpt from technet:The Reporting Services edition must be Enterprise, Developer, or Evaluation. Standard edition does not support a scale-out deployment. You can create a scale-out deployment using a combination of editions as long as the edition supports the scale-out feature. Future guru in the making. |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-09-05 : 22:35:11
|
RS comes with sql, so they have same edition based on installation cd or dvd you have. |
 |
|
Zoroaster
Aged Yak Warrior
702 Posts |
Posted - 2007-09-05 : 23:03:55
|
quote: Originally posted by rmiao RS comes with sql, so they have same edition based on installation cd or dvd you have.
I realize this, and this is typically the case but the reason for the question is for an existing SQL Standard edition in production that we would like to add reporting services servers to. We would need to use Enterprise edition to be able to scale properly and I need to know if the database engine needs to be Enterprise also or if it is OK to stay as Standard. Future guru in the making. |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-09-05 : 23:21:18
|
If don't talk about license issue, should be fine to put dbs on sql standared edition. |
 |
|
|
|
|