Hi,
I would like to write an IPL file (Initial Program Loading) for my dataserver so I can create thresholds for tempdb (thresholds defined on tempdb go kaput after restart).
Either, I'd like to copy user types to tempdb so developers don't have to check out the data original data type of the user type when creating a table in tempdb.
I have a startup shell which performs the startserver launcher, but it seems that all logins a still unknown yet, should I put a sleep ?
(dont want to use sa login)
Someone got an idea ?