Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. MDX crossjoin is not responding...it is giving system.outofmemoryexception on below query excution

MDX crossjoin is not responding...it is giving system.outofmemoryexception on below query excution

Scheduled Pinned Locked Moved Database
database
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vamanpnayak
    wrote on last edited by
    #1

    Please look into below MDX query it is resulting in system.outofmemoryexception when i try to run in MDX query analyzer Details MRCODE has 1797 rows DIV has 6 rows STKCD has 4434 rows Product Name has 507 rows when crossjoin this .....it is giving problems.. Please let me know in case any modifications on it i cannot try NONEMPTYCROSSJOIN on it SELECT ALL ( Hierarchize( CrossJoin([Dim SM].[MRCODE].[MRCODE].members, CrossJoin([Dim SM].[DIV].[DIV].members, CrossJoin( [Dim SM].[STKCD].[STKCD].members, [D Im Prod].[Product Name].members ))))) ON ROWS,[Measures].[QTYCHRG]ON COLUMNS from [ABCDW2] thanks in advance

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups