Hi !
I'm trying to assign some tablespaces to tables using scripts. For that i triyed this :
call TB.SetPhysicalOptionValue("<Physical Options>\<tablespace_clause>\in", TS.Name)
I triyed also other solutions but without any result. When i try :
output TB.GetPhysicalOptionValue("<Physical Options>")
I don't get anything !
Someone has already succeeded to do this ?
Thank you