Hi SQL Server experts,
I used the Copy Database Wizard to copy my SQL Server 7 db
to another server which is 2000.
I thought everything went well until I attempted to change a row in the destination (2000) tables in Enterprise manager.
I get 1 of these errors every time:
"Another user has modified the contents of this table or view; the database row you are modifying no longer exists in the database. Database error: INITCOLVS: The parameter 'nickname' is invalid. The statement has been terminated"
The other error is similar but says "Violation of PRIMARY KEY constraint 'aaaaaNoSort_File_PK' Cannot insert duplicate key in NoSort_File"
This is the layout of the table:
Key Serial_Number varchar 16
NoSort_Count smallint 2
rowguid uniqueidentifier 16 (newid())
Only 1 primary key and no foreigns.
Is there something I missed when I used the Copy DB Wizard ?
(Note: This db uses Merge Replication)
Thanks for any ideas. John
I used the Copy Database Wizard to copy my SQL Server 7 db
to another server which is 2000.
I thought everything went well until I attempted to change a row in the destination (2000) tables in Enterprise manager.
I get 1 of these errors every time:
"Another user has modified the contents of this table or view; the database row you are modifying no longer exists in the database. Database error: INITCOLVS: The parameter 'nickname' is invalid. The statement has been terminated"
The other error is similar but says "Violation of PRIMARY KEY constraint 'aaaaaNoSort_File_PK' Cannot insert duplicate key in NoSort_File"
This is the layout of the table:
Key Serial_Number varchar 16
NoSort_Count smallint 2
rowguid uniqueidentifier 16 (newid())
Only 1 primary key and no foreigns.
Is there something I missed when I used the Copy DB Wizard ?
(Note: This db uses Merge Replication)
Thanks for any ideas. John