Hi everyone,
we work on a test servers where there are a lot of different databases (sybase 11.9.2 or 12.5.03), and these databases come from different other source servers.
our problem is the following :
we would like to keep the dbid's from the source servers, to avoid any problems. but as you know, sybase doesn't allow to choose the dbid at the creation of the DB.
for this, the choice made before i arrived was to create fake databases, and destroy the one which has the good dbid just before the creation of the DB.
my question is : is it dangerous to change the dbid directly in the system tables just after its creation ?
which tables (other than sysdatabases) are to changed ?
(i think there is no problem about this manipulation, but i would like to have other advises)
thanks,
Err1