If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Extents per table:
select * from sysextents
per extent the offset in the dbspace and the size in pages. Do a SUM(size).
select * from sysptnhdr.
In the system catalof in systables you can also find some info on extents.
Locks and buffers per table:
select * from sysptprof
total amount of lock requests and lockwaits per table since server came up. bufreads and bufwrites per table.
Do you want to configure two servers on one machine?
Do you currently have performance problems?