![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How can I tell whether the Analysis Services installed on a SQL Server 2000 computer is the Enterprise or Standard edition? The SQL Server is Standard Edition 2000, yet the Analysis services seems to support some features that are only supposed to be in the Enterprise version of Analysis Services, eg. calculated cells. Glen |
#3
| |||
| |||
|
|
There is a DSO property called Edition on the server which returns whether or not this is EE or not. See Appendix J of the AS Operations Guide to do this. http://www.microsoft.com/technet/pro.../anservog.mspx -- Dave Wickert [MSFT] dwickert (AT) online (DOT) microsoft.com Program Manager BI SystemsTeam SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. "Glen" <glittle (AT) sunwaptasolutions (DOT) RemoveThis.com> wrote in message news:uF5pvJLjFHA.2484 (AT) TK2MSFTNGP15 (DOT) phx.gbl... How can I tell whether the Analysis Services installed on a SQL Server 2000 computer is the Enterprise or Standard edition? The SQL Server is Standard Edition 2000, yet the Analysis services seems to support some features that are only supposed to be in the Enterprise version of Analysis Services, eg. calculated cells. Glen |
#4
| |||
| |||
|
|
Thanks. That script reports a development server as "Enterprise Edition" (which is correct), and reports the production server as "Standard Edition" (which is correct). So that raises the question, why are "with cell calculation" clauses in MDX statements working fine in Standard Edition? The documentation at (http://msdn.microsoft.com/library/de...entid=28000409) clearly says that "Calculated Cells" are "N/A" in the Standard Edtion". Thanks, Glen "Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote in message news:ubce1hTjFHA.3144 (AT) TK2MSFTNGP12 (DOT) phx.gbl... There is a DSO property called Edition on the server which returns whether or not this is EE or not. See Appendix J of the AS Operations Guide to do this. http://www.microsoft.com/technet/pro.../anservog.mspx -- Dave Wickert [MSFT] dwickert (AT) online (DOT) microsoft.com Program Manager BI SystemsTeam SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. "Glen" <glittle (AT) sunwaptasolutions (DOT) RemoveThis.com> wrote in message news:uF5pvJLjFHA.2484 (AT) TK2MSFTNGP15 (DOT) phx.gbl... How can I tell whether the Analysis Services installed on a SQL Server 2000 computer is the Enterprise or Standard edition? The SQL Server is Standard Edition 2000, yet the Analysis services seems to support some features that are only supposed to be in the Enterprise version of Analysis Services, eg. calculated cells. Glen |
![]() |
| Thread Tools | |
| Display Modes | |
| |