Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Querying a cube

    You could try this to query a cube using TSQL

    sp_addlinkedserver

     @server = 'OLAP'

    , @srvproduct = ''

    , @provider = 'MSOLAP'

    , @datasrc = 'servername'

    , @catalog = 'foodmart 2000'

    select * from openquery

    (OLAP, 'select {[Gender].[F],...

  • RE: Corrupted OLAP Pivot Tables

    Seen the problem, don't know of the solution but as a workaround if you use the show field list toolbox and drag a field from there to the row. ...

Viewing 2 posts - 1 through 2 (of 2 total)