No announcements
Found 2489810 threads
-
1 Votes
Datagridview Violation of Primary key when editing records
Create two tables: invoice table (ID_Invoice[Primary key], product name), Product table(ID_product [Primary key], product ...Answered | 7 Replies | 2849 Views | Created by RodrigoCFT - Monday, March 5, 2012 12:42 AM | Last reply by RodrigoCFT - Tuesday, March 6, 2012 12:57 PM -
0 Votes
Violation of PRIMARY KEY contraint Cannot insert duplicate key in object. when user exchanges primary keys
Don't let the user edit primary keys.Answered | 1 Replies | 414 Views | Created by Onno Verschuuren - Monday, April 18, 2016 10:47 AM | Last reply by Andy ONeill - Monday, April 18, 2016 12:10 PM -
0 Votes
Primary Key Violation in SSISDB.internal.execution_parameter_values
Not sure if you can just go and remove the violating entry, it is best to engage Microsoft Pro services in my view.Answered | 2 Replies | 1057 Views | Created by liveMinimal - Tuesday, October 4, 2016 5:33 PM | Last reply by liveMinimal - Tuesday, October 4, 2016 6:15 PM -
5 Votes
primary key violation issue in database
You have some serious issue than Primary Key violation.Answered | 6 Replies | 1826 Views | Created by '''HuuM''' - Tuesday, October 15, 2013 7:05 PM | Last reply by '''HuuM''' - Wednesday, October 16, 2013 3:22 PM -
1 Votes
Primary Key Violation
IDENTITY and Primary Key are not the same.Answered | 3 Replies | 5054 Views | Created by DBA_KevyKev - Saturday, November 14, 2009 10:33 PM | Last reply by DogTog - Sunday, November 15, 2009 1:19 AM -
1 Votes
Description: "Violation of PRIMARY KEY constraint
It is clearly a Primary Key violation error, which would occur if source data has duplicate value(s) for the destination primary key of the table ...Answered | 6 Replies | 6884 Views | Created by thinkingeye - Monday, August 13, 2012 2:07 PM | Last reply by thinkingeye - Wednesday, September 12, 2012 2:14 PM -
0 Votes
Primary Key violation for no rhyme or reason
as Paul said,it must have been reseed to some existing value which was violating primary key constraint.Answered | 4 Replies | 3980 Views | Created by profnachos - Thursday, April 22, 2010 11:08 AM | Last reply by Hunchback - Thursday, April 22, 2010 1:39 PM -
0 Votes
Primary Key violation on identity column
Did any one had a problem of Primary Key violation on identity column when trying to insert records?Answered | 1 Replies | 1074 Views | Created by Yossi Drori - Tuesday, August 9, 2016 12:51 PM | Last reply by scott_morris-ga - Tuesday, August 9, 2016 1:39 PM -
3 Votes
Violation of primary key constraint error
Hi, I ensure that there is no other primary key .But still the same error comes.Once I make Identity specificatio OFF and ON ,And then insert,It will ...Answered | 4 Replies | 2140 Views | Created by manojkumar09 - Monday, September 23, 2013 7:33 AM | Last reply by pituach - Thursday, November 7, 2013 8:34 AM -
0 Votes
SSIS Upsert Primary Key Violation error
Well this is coming from the OLE DB source table but a record with that key already exists in the OLE DB destination database table.Answered | 4 Replies | 2263 Views | Created by oleolehoohoo - Wednesday, April 2, 2014 3:04 PM | Last reply by Kalman Toth - Wednesday, April 2, 2014 4:47 PM -
0 Votes
Violation of PRIMARY KEY constraint, How is This Possible?
Are you trying to do an INSERT or trying to add PRIMARY KEY constraint to an existing table that do not have KEY?Answered | 2 Replies | 5738 Views | Created by j_c_b_2 - Monday, May 2, 2011 11:48 PM | Last reply by Sali SQL - Tuesday, May 3, 2011 3:33 AM -
0 Votes
Edit primary key
How custom property will help me to edit primary key from application??Answered | 5 Replies | 2324 Views | Created by nicolasInter - Wednesday, May 9, 2012 1:06 AM | Last reply by Sunetra Moholkar - Thursday, March 23, 2017 7:09 AM -
0 Votes
got error on sql inserting - Violation of PRIMARY KEY
A table can have only one PRIMARY KEY constraint, and a column that participates in the PRIMARY KEY constraint cannot accept null values.Answered | 4 Replies | 4551 Views | Created by E_gold - Sunday, March 10, 2013 7:58 AM | Last reply by Jackson_1990 - Sunday, March 10, 2013 10:05 AM -
0 Votes
Violation of PRIMARY KEY constraint
Don't use the primary key columns in the SELECT list, assuming that ID is your PRIMARY KEY and an IDENTITY: INSERT ...Answered | 6 Replies | 3162 Views | Created by mkerr - Wednesday, November 2, 2011 11:57 AM | Last reply by Stefan Hoffmann - Wednesday, November 2, 2011 12:35 PM -
0 Votes
primary key violation errors
If you want to test this anyway, you could run the following two updates: UPDATE test SET b=b+1 UPDATE test SET b=b-1 In ...Answered | 15 Replies | 4291 Views | Created by neophytenik - Tuesday, July 13, 2010 7:58 PM | Last reply by Gert-Jan Strik - Wednesday, July 14, 2010 5:45 PM -
1 Votes
"Violation of PRIMARY KEY"
I don't know your table design and the flat file content, so I can ony guess: The fat file already contains doublet data=severa rows with the same primary key for the destination ...Answered | 3 Replies | 3383 Views | Created by Sandip_ - Thursday, May 10, 2012 3:25 PM | Last reply by Olaf Helper - Friday, May 11, 2012 5:03 AM -
0 Votes
Handle Violation of Primary Key Constraint in SSIS
I am getting the following error when running an integration services project to insert and Update data from one sql ...Answered | 4 Replies | 17204 Views | Created by Bhushan W Juare - Friday, November 11, 2011 8:26 AM | Last reply by Eileen Zhao - Wednesday, November 16, 2011 8:54 AM -
0 Votes
Primary Key rule Violation error while Insert Record in Compact DB
I suspect the reason is because you already have some data in student table but you identity seeds were not updated and hence it is trying to insert a row with emp_id value that ...Answered | 2 Replies | 2252 Views | Created by jainn - Friday, March 13, 2015 12:23 PM | Last reply by Stan210 - Friday, March 13, 2015 1:01 PM -
0 Votes
Violation of PRIMARY KEY constraint on replication
To alleviate the PK violations — you'll want to identify the max identity value used in each publisher and subscribers currently allocated ...Answered | 1 Replies | 5756 Views | Created by Saburo - Thursday, February 16, 2012 8:03 AM | Last reply by Brandon Williams - Monday, February 20, 2012 2:35 AM -
3 Votes
How to monitor primary key violations particular table?
But from database designing point of view, I think you need to add Primary Key and Foreign Key constraints to keep the data integrity intact.Answered | 9 Replies | 6001 Views | Created by AianRi - Wednesday, November 14, 2012 6:12 PM | Last reply by Dattatray Nale - Sunday, November 18, 2012 3:44 PM - Items 1 to 20 of 2489810 Next ›
No announcements