Cannot Insert Duplicate Key in Object 'dbo.BO'

















Are you encounter this kind of error?, if you, you are in the right place at the right time, this
error says Violation of Primary key, obviously the problem is on my database, that
also indicated on the error dialog, 'dbo.BO' is my database name on my SQL Server,
so the main problem is when i'm trying to INSERT a duplicate value on a TABLE which



there is a one(1) column on my database that i assign as a PRIMARY KEY that are trying
to be duplicated, so, to resolved this problem, just remove the PRIMARY KEY assigned
on it:

TIP: to avoid this error you must do the basis of DATABASE NORMALIZATION

"The Hardest Thing to DO is to DO Nothing"
Happy Coding ^_^
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Leave a comment

Copyright @ Codes-47.Blogspot.Com. Powered by Blogger.