It worked for me! I can't live without version control, and don't understand my colleagues when they don't activate it.
The only addition that I would make is that if Step 5 can't be done because there are no SYSVERSIONCONTROLMORPHXREV2543 rows in the systemSequences table, use the following database inserts to create the dummy rows and THEN execute step 5.
INSERT INTO [SYSTEMSEQUENCES]
([ID],[NEXTVAL],[MINVAL],[MAXVAL],[CYCLE],[NAME],[TABID],[DATAAREAID],[RECVERSION],[RECID])
VALUES
(-1, 5637144826, 1, 9223372036854775807, 0, 'SEQNO', 2541, 'dat', 1, -1)
GO
INSERT INTO [SYSTEMSEQUENCES]
([ID],[NEXTVAL],[MINVAL],[MAXVAL],[CYCLE],[NAME],[TABID],[DATAAREAID],[RECVERSION],[RECID])
VALUES
(-1, 5637144826, 1, 9223372036854775807, 0, 'SEQNO', 2543, 'dat', 1, -1)
GO
No hay comentarios:
Publicar un comentario