Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[SQL] Query to add Unique spot very fast

Newbie Spellweaver
Joined
May 13, 2014
Messages
19
Reaction score
0
when i try to set identity for refobjcommon and refobjchar this error appears

'_RefObjChar' table
- Unable to create index 'PK__RefObjChar'.
The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'dbo._RefObjChar' and the index name 'PK__RefObjChar'. The duplicate key value is (18004).
Could not create constraint. See previous errors.
The statement has been terminated.
 
Newbie Spellweaver
Joined
Dec 30, 2013
Messages
48
Reaction score
8
Msg 8106, Level 16, State 1, Line 25
Table 'Tab_RefTactics' does not have the identity property. Cannot perform SET operation.!!!
 
Back
Top