I want to do some quick inserts but avoid duplicates into a Table.
For argument\'s sake lets call it MarketPrices, I\'ve been experimenting with two ways of doing it but not
if you don't need to trap duplicates, you can always create a unique index with "ignore duplicates" set to true. SQL Server will take care of this for you.