Viewing 5 posts - 1 through 5 (of 5 total)
yeah, I should have said unique constraint.
October 25, 2010 at 10:25 am
Nope, not joking. Actually, it's pretty common - in my 12 years doing this stuff anyways. I didn't invent the concept. You might want to do some...
October 25, 2010 at 10:10 am
A surrogate key is meaningless by itself, it's just a GUID or Identity. You also need the unique key to inforce the natural key/s relationship in the table.
October 25, 2010 at 9:57 am
I agree with Quazibubbles post as well. The surrogate primary key needs to be paired with a unique key in order to maintain data integrity. This concept seems...
October 25, 2010 at 9:12 am
Another benefit of using the built in sp_publication_validation or sp_article_validation stored procs is that if the validation fails during execution, it will raise an error to the application log. ...
August 5, 2010 at 8:59 pm
Viewing 5 posts - 1 through 5 (of 5 total)