I have a SQL table that i'm trying to insert new data every day, but im concerned that a duplicate row may be inserted. Is there a way to validate if a data is existing before inserting new records. I'm thinking to use a date field or can you validate the entire row? thanks.
