Hi,
Anyone tell me how to easily make a list of all of the dbspaces used by a database? ANd just in case anyone knows this one, I already tried:
select b.dbsname, a.name from sysdbspaces a, systabnames b where a.dbsnum= partdbsnum(b.partnum) and b.tabname="systables"
But it only lists one dbspace for a database that I know has many.
-thanks
dnix