dbTalk Databases Forums  

Local cube support in AS2005

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


Discuss Local cube support in AS2005 in the microsoft.public.sqlserver.olap forum.



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

Default Local cube support in AS2005 - 09-29-2005 , 04:42 AM






Does anyone know where I can find information on this subject?

We currently produce local cubes directly via create cube statement.

Will we still be able to bypass analysis services to produce local cubes
with similar features as the server cubes in AS 2005?

(we use server cubes aswell for clients with decent internet connections)

regards,

Richard

Reply With Quote
  #2  
Old   
Darren Gosbell
 
Posts: n/a

Default Re: Local cube support in AS2005 - 09-29-2005 , 06:29 AM






I'm not entirely sure - as I type I am also installing the September CTP
so there may be more info in the BOL there.

What I did want to say was that AS 2005 is meant be a lot lighter in
terms of the amount of information it sends to the client and the amount
of resources it uses on the client. What this means to is that you may
be able to move clients on slower internet connections to server based
cubes.

At the moment AS2k sends a lot of extra dimension information down to
the client. AS 2005 natively speaks XML/A and will only send the
resulting cellset back to the client.

--
Regards
Darren Gosbell [MCSD]
<dgosbell_at_yahoo_dot_com>
Blog: http://www.geekswithblogs.net/darrengosbell

Reply With Quote
  #3  
Old   
Chris Webb
 
Posts: n/a

Default RE: Local cube support in AS2005 - 09-29-2005 , 07:21 AM



I don't know of any publicly-accessible sources of information for local
cubes, but yes, you will still be able to produce local cubes directly from a
relational source in AS2005. As with a lot of things in AS2005 there have
been a lot of changes with this area of functionality so here's a brief
overview of what I understand...

* The CREATE CUBE and CREATE GLOBAL CUBE syntaxes that we used with AS2K are
still supported with AS2005. However, the CREATE CUBE syntax can't be used
against AS2005 server cubes (although it still will work against AS2K cubes).
* There's also a new way of creating local cubes, and that's using XMLA. For
a good overview of using XMLA to define and process server cubes see this
white paper:
http://msdn.microsoft.com/sql/defaul...asprocarch.asp
Unfortunately it doesn't deal with local cubes specifically, but it will
give you a good general introduction to the subject.
* CREATE GLOBAL CUBE statements are in fact translated into this XMLA syntax
by the server when they're issued, so the easiest way to see how to build
some local cubes with XMLA is to run a CREATE GLOBAL CUBE statement while
running a Profiler trace.

Hopefully this is enough information to get you going!

Chris

--
Blog at:
http://spaces.msn.com/members/cwebbbi/


"Richard Bond" wrote:

Quote:
Does anyone know where I can find information on this subject?

We currently produce local cubes directly via create cube statement.

Will we still be able to bypass analysis services to produce local cubes
with similar features as the server cubes in AS 2005?

(we use server cubes aswell for clients with decent internet connections)

regards,

Richard

Reply With Quote
  #4  
Old   
Simmo
 
Posts: n/a

Default RE: Local cube support in AS2005 - 11-15-2005 , 11:21 AM



Isnt it more of a case of building a local UDM rather than a local cube?
--
Simmo


"Chris Webb" wrote:

Quote:
I don't know of any publicly-accessible sources of information for local
cubes, but yes, you will still be able to produce local cubes directly from a
relational source in AS2005. As with a lot of things in AS2005 there have
been a lot of changes with this area of functionality so here's a brief
overview of what I understand...

* The CREATE CUBE and CREATE GLOBAL CUBE syntaxes that we used with AS2K are
still supported with AS2005. However, the CREATE CUBE syntax can't be used
against AS2005 server cubes (although it still will work against AS2K cubes).
* There's also a new way of creating local cubes, and that's using XMLA. For
a good overview of using XMLA to define and process server cubes see this
white paper:
http://msdn.microsoft.com/sql/defaul...asprocarch.asp
Unfortunately it doesn't deal with local cubes specifically, but it will
give you a good general introduction to the subject.
* CREATE GLOBAL CUBE statements are in fact translated into this XMLA syntax
by the server when they're issued, so the easiest way to see how to build
some local cubes with XMLA is to run a CREATE GLOBAL CUBE statement while
running a Profiler trace.

Hopefully this is enough information to get you going!

Chris

--
Blog at:
http://spaces.msn.com/members/cwebbbi/


"Richard Bond" wrote:

Does anyone know where I can find information on this subject?

We currently produce local cubes directly via create cube statement.

Will we still be able to bypass analysis services to produce local cubes
with similar features as the server cubes in AS 2005?

(we use server cubes aswell for clients with decent internet connections)

regards,

Richard

Reply With Quote
  #5  
Old   
Chris Webb
 
Posts: n/a

Default RE: Local cube support in AS2005 - 11-16-2005 , 03:54 AM



Sort of, although the UDM is nothing more than the cube really.
--
Blog at:
http://spaces.msn.com/members/cwebbbi/


"Simmo" wrote:

Quote:
Isnt it more of a case of building a local UDM rather than a local cube?
--
Simmo


"Chris Webb" wrote:

I don't know of any publicly-accessible sources of information for local
cubes, but yes, you will still be able to produce local cubes directly from a
relational source in AS2005. As with a lot of things in AS2005 there have
been a lot of changes with this area of functionality so here's a brief
overview of what I understand...

* The CREATE CUBE and CREATE GLOBAL CUBE syntaxes that we used with AS2K are
still supported with AS2005. However, the CREATE CUBE syntax can't be used
against AS2005 server cubes (although it still will work against AS2K cubes).
* There's also a new way of creating local cubes, and that's using XMLA. For
a good overview of using XMLA to define and process server cubes see this
white paper:
http://msdn.microsoft.com/sql/defaul...asprocarch.asp
Unfortunately it doesn't deal with local cubes specifically, but it will
give you a good general introduction to the subject.
* CREATE GLOBAL CUBE statements are in fact translated into this XMLA syntax
by the server when they're issued, so the easiest way to see how to build
some local cubes with XMLA is to run a CREATE GLOBAL CUBE statement while
running a Profiler trace.

Hopefully this is enough information to get you going!

Chris

--
Blog at:
http://spaces.msn.com/members/cwebbbi/


"Richard Bond" wrote:

Does anyone know where I can find information on this subject?

We currently produce local cubes directly via create cube statement.

Will we still be able to bypass analysis services to produce local cubes
with similar features as the server cubes in AS 2005?

(we use server cubes aswell for clients with decent internet connections)

regards,

Richard

Reply With Quote
  #6  
Old   
Simmo
 
Posts: n/a

Default RE: Local cube support in AS2005 - 11-16-2005 , 04:35 PM



Can you still use DDL to create a local cube, has this been enriched in 2005
or should we be using XML/A? Also with a local cube in 2005 do we have all
the UDM functionality such as KPIs, translation etc?
--
Simmo


"Chris Webb" wrote:

Quote:
Sort of, although the UDM is nothing more than the cube really.
--
Blog at:
http://spaces.msn.com/members/cwebbbi/


"Simmo" wrote:

Isnt it more of a case of building a local UDM rather than a local cube?
--
Simmo


"Chris Webb" wrote:

I don't know of any publicly-accessible sources of information for local
cubes, but yes, you will still be able to produce local cubes directly from a
relational source in AS2005. As with a lot of things in AS2005 there have
been a lot of changes with this area of functionality so here's a brief
overview of what I understand...

* The CREATE CUBE and CREATE GLOBAL CUBE syntaxes that we used with AS2K are
still supported with AS2005. However, the CREATE CUBE syntax can't be used
against AS2005 server cubes (although it still will work against AS2K cubes).
* There's also a new way of creating local cubes, and that's using XMLA. For
a good overview of using XMLA to define and process server cubes see this
white paper:
http://msdn.microsoft.com/sql/defaul...asprocarch.asp
Unfortunately it doesn't deal with local cubes specifically, but it will
give you a good general introduction to the subject.
* CREATE GLOBAL CUBE statements are in fact translated into this XMLA syntax
by the server when they're issued, so the easiest way to see how to build
some local cubes with XMLA is to run a CREATE GLOBAL CUBE statement while
running a Profiler trace.

Hopefully this is enough information to get you going!

Chris

--
Blog at:
http://spaces.msn.com/members/cwebbbi/


"Richard Bond" wrote:

Does anyone know where I can find information on this subject?

We currently produce local cubes directly via create cube statement.

Will we still be able to bypass analysis services to produce local cubes
with similar features as the server cubes in AS 2005?

(we use server cubes aswell for clients with decent internet connections)

regards,

Richard

Reply With Quote
  #7  
Old   
Chris Webb
 
Posts: n/a

Default RE: Local cube support in AS2005 - 11-17-2005 , 07:12 AM



By DDL I assume you mean CREATE GLOBAL CUBE, right? Yes, that still works and
is probably the best approach to use initially. XMLA might be a bit tricky to
work with.

If I had a complete list of what features local cubes support in AS2005 I'd
be a happy man. The best thing to do would be to try to build some local
cubes from server cubes with these features and see what happens... if you do
this, make sure you post your findings back here for the rest of us!

Chris

--
Blog at:
http://spaces.msn.com/members/cwebbbi/


"Simmo" wrote:

Quote:
Can you still use DDL to create a local cube, has this been enriched in 2005
or should we be using XML/A? Also with a local cube in 2005 do we have all
the UDM functionality such as KPIs, translation etc?
--
Simmo


"Chris Webb" wrote:

Sort of, although the UDM is nothing more than the cube really.
--
Blog at:
http://spaces.msn.com/members/cwebbbi/


"Simmo" wrote:

Isnt it more of a case of building a local UDM rather than a local cube?
--
Simmo


"Chris Webb" wrote:

I don't know of any publicly-accessible sources of information for local
cubes, but yes, you will still be able to produce local cubes directly from a
relational source in AS2005. As with a lot of things in AS2005 there have
been a lot of changes with this area of functionality so here's a brief
overview of what I understand...

* The CREATE CUBE and CREATE GLOBAL CUBE syntaxes that we used with AS2K are
still supported with AS2005. However, the CREATE CUBE syntax can't be used
against AS2005 server cubes (although it still will work against AS2K cubes).
* There's also a new way of creating local cubes, and that's using XMLA. For
a good overview of using XMLA to define and process server cubes see this
white paper:
http://msdn.microsoft.com/sql/defaul...asprocarch.asp
Unfortunately it doesn't deal with local cubes specifically, but it will
give you a good general introduction to the subject.
* CREATE GLOBAL CUBE statements are in fact translated into this XMLA syntax
by the server when they're issued, so the easiest way to see how to build
some local cubes with XMLA is to run a CREATE GLOBAL CUBE statement while
running a Profiler trace.

Hopefully this is enough information to get you going!

Chris

--
Blog at:
http://spaces.msn.com/members/cwebbbi/


"Richard Bond" wrote:

Does anyone know where I can find information on this subject?

We currently produce local cubes directly via create cube statement.

Will we still be able to bypass analysis services to produce local cubes
with similar features as the server cubes in AS 2005?

(we use server cubes aswell for clients with decent internet connections)

regards,

Richard

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.