dbTalk Databases Forums  

Enterprise or Standard Edition ??

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Enterprise or Standard Edition ?? in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Glen
 
Posts: n/a

Default Enterprise or Standard Edition ?? - 07-19-2005 , 05:37 PM






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



Reply With Quote
  #2  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: Enterprise or Standard Edition ?? - 07-20-2005 , 09:35 AM






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

Quote:
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




Reply With Quote
  #3  
Old   
Glen
 
Posts: n/a

Default Re: Enterprise or Standard Edition ?? - cell calculation working in Standard Edition! - 07-20-2005 , 10:55 AM



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

Quote:
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






Reply With Quote
  #4  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: Enterprise or Standard Edition ?? - cell calculation working in Standard Edition! - 07-21-2005 , 01:19 AM



Sometimes we support a limited use of a function even though we don't
support full unlimited use in-general. As an example, let's choose
partitioning. Partitioning is technically an EE-only feature. But you will
notice that the API level you can still create upto 3 partitions (the UI
wont' let you, but you can using DSO). The reason for that is that
incremental processing actually uses partitioning to do its work. Behind
your back, when you do an incremental process the system creates a temporary
partition with the delta fact rows you give it and then it merges that
partition back into the originnal one. Likewise when you do writeback, you
are actually using a separate partition under the covers. So we use
partitioning to implement Standard Edition features; although in-general we
disable the UI for partitioning and limit the number to three. I wouldn't be
surprised at all if a similar thing applied to cell calculations.
--
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

Quote:
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








Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.