I have a SQL Server (2012) which I access using Entity Framework (4.1).
In the database I have a table called URL into which an independent process feeds new URLs.
An entry in the URL table can be in state "New", "In Process" or "Processed"....I need to a...