Hi All
Having about 3 hours of DB2 experience so far is proving to be a major hurdle.
My Question:
To Reduce the size of a tablespace in 8.1 on Windows and release the space to the operating system, should "Alter Tablespace reduce/resize" or should REORG be used? If Alter tablespace is the right choice, should a reorg be done beforehand? What I'm actually looking for is a script of some kind that can do something similar to DBCC ShrinkFile combined with sp_msForEachDB in SQL Server.
I understand that REORG might increase the size of a tablespace based on "pctfree value" but will it reduce the size to something lower than it's orignal create size.
Appreciate the help.
Graham