I have the following tables in SQL Server database
...Which has a 1-1 association table (FooBar) which has unique indexes on corresponding FooId, BarId, and the primary key is (FooId, BarId)....To be clear FooBar does not allow any FooId (due to unique co...