I use SQL Server 2008 and Entity Framework for an app I work on. ...I've set primary keys on all tables in SQL Server, since EF requires it, but I have a problem with one view. Since it doesn't have primary key, I've used ROW_NUMBER() function to get uniq...