CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Posts
    26

    OLAP LOcal Cubes

    Hi
    I am trying to evaluate SQL Server Analysis services. Is there a way we can save the server cube into a *.cub file. I want to use the wizards to create the cube file and the save it as a *.cub file that the users can
    download and do analysis on. Or is there a easy way from
    the client side to create a local copy(*.cub file) of a
    cube that exists on the server.I know I can create a local
    cube programatically by defining the cube dimensions and
    measures. Please help
    Girish



  2. #2
    Join Date
    Mar 2002
    Location
    KualaLumpur
    Posts
    8

    Re: OLAP LOcal Cubes

    Hi, I too working on the same, i feel its not possible to make server cubes to make use as local cubes. only way we can create local cube programatically from VB... or from Xl.
    Do u have any C++ syntax to create a local Cube?if u have mail me the same to [email protected]

    suresh



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured