dbTalk Databases Forums  

AS 8.0 format to AS 9.0

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


Discuss AS 8.0 format to AS 9.0 in the microsoft.public.sqlserver.olap forum.



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

Default AS 8.0 format to AS 9.0 - 06-15-2006 , 05:46 AM






Hello,

we are moving our old reports from AS 8.0 to AS 9.0 and encountered
with the issue. That this query is working fine in AS 8.0 but not
working under AS 9.0:

SELECT top 10
*
FROM
openquery(OLAP_LINK,
'select [Timeate!KEY]
from Transactions')

It seems that "[Timeate!Key]" is not longer working...

The error says:
An error occurred while preparing the query "select [Timeate!KEY]
from Transactions'" for execution against OLE DB provider "MSOLAP" for
linked server "OLAP_LINK".

Can we somehow migrate old reports without rewriting them under MDX?

Thanks


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

Default RE: AS 8.0 format to AS 9.0 - 06-15-2006 , 07:54 AM






Hi John,

The SQL syntax that AS2005 supports is somewhat different from that
supported by AS2K. See
http://cwebbbi.spaces.msn.com/blog/cns!7B84B0F2C239489A!751.entry
for more details on AS2005 SQL; you'll definitely have to rewrite all your
reports. When you do so you should really use MDX rather than SQL - there's
no guarantee that AS SQL is going to be backwards compatible and anyway, MDX
is so much more powerful for writing BI-style queries.

HTH,

Chris

--
I blog about Microsoft BI here:
http://spaces.msn.com/cwebbbi/
Do you need help with Analysis Services or MDX? I''m available for hire:
http://www.crossjoin.co.uk/


"John.Luckowsky (AT) gmail (DOT) com" wrote:

Quote:
Hello,

we are moving our old reports from AS 8.0 to AS 9.0 and encountered
with the issue. That this query is working fine in AS 8.0 but not
working under AS 9.0:

SELECT top 10
*
FROM
openquery(OLAP_LINK,
'select [Timeate!KEY]
from Transactions')

It seems that "[Timeate!Key]" is not longer working...

The error says:
An error occurred while preparing the query "select [Timeate!KEY]
from Transactions'" for execution against OLE DB provider "MSOLAP" for
linked server "OLAP_LINK".

Can we somehow migrate old reports without rewriting them under MDX?

Thanks



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.