Viewing 7 posts - 1 through 7 (of 7 total)
even today the same error occurred "Violation of primary key"
when i ran DBCC CHECKIDENT (<tablename>, NORESEED) this is the result it through out..
Checking identity information: current identity value '116', current column...
July 8, 2005 at 1:48 pm
PK_USER_CITY in this city is the city table pk, and this "839674091" is the USER_CITY pk value
July 8, 2005 at 8:53 am
This is what it returned.
Checking identity information: current identity value '839674091', current column value '839674091'.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
what does this mean?
July 8, 2005 at 8:18 am
This is the actual record on publisher
115,285,16,7/6/2005 1:21:20 PM
and when this is getting replicated on the subcriber it goes as
872516, 285, 16, 7/6/2005 1:21:20 PM and again the id in the...
July 7, 2005 at 10:49 am
there is no activity happening on subcription im just using that as a standby unless sql1 goes down. i wouldnt be using for anything. and i dont have an triggers...
July 7, 2005 at 10:42 am
Micheal,
Yea im using identity columns. i dont know at what event this happens but one thing for sure i know is that its generating some strange number which doesnt make sense...
July 7, 2005 at 10:33 am
Check if the security is set for SQL server and windows authentication and audit level set to none. Probably this work fine. good luck
July 7, 2005 at 10:13 am
Viewing 7 posts - 1 through 7 (of 7 total)