Piotr Zyzanski wrote: > When i join 4 tables and receiving more than 7000 records i see the message: space >for result tables exhausted. Is it true that i could be not enought space?
The join could waste a lot of temp spaces if the join transitions are not good enough. To avoid this you should actualize the table statistics (see http://www.sapdb.org/htmhelp/3b/86f067458411d3a98200a0c9449261/frameset.htm) and create additionally indexes if necessary. Kind regards Holger SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
