Subject | little problem with backup-restore |
---|---|
Author | Sergio H. Gonzalez |
Post date | 2011-07-14T15:00:16Z |
Hello! I have this issue with a database of a customer of mine: With the
latest version of IB 2.5.0.26074, I do a backup in my customer's server
(via remote desktop), then I copy the backup file to my PC and restore
it. The resulting database changes the domain
CREATE DOMAIN ID AS
NUMERIC(9,0)
NOT NULL;
for
CREATE DOMAIN ID AS
NUMERIC(9,0);
It lost the "not null" property!!
Any clue?
Thanks!!
[Non-text portions of this message have been removed]
latest version of IB 2.5.0.26074, I do a backup in my customer's server
(via remote desktop), then I copy the backup file to my PC and restore
it. The resulting database changes the domain
CREATE DOMAIN ID AS
NUMERIC(9,0)
NOT NULL;
for
CREATE DOMAIN ID AS
NUMERIC(9,0);
It lost the "not null" property!!
Any clue?
Thanks!!
[Non-text portions of this message have been removed]