Dear all,
Is there any sample on TargetPerEntity inheritance out there on SQL Server.
I've been struggling more than three hours on this and I cannot have it working properly!
I cannot have the project to validate!
My exemple is as follow
BuiltProperty->Property
House->BuiltPRoperty
Appartment->BuiltProperty
Land->Property
All table have the column ID.
It is define as primary key only on table property
I had to define Unique constrain ont he column ID on BuiltPRoperty otherwise I could not create the relations ID-ID from House and appartment to BuiltProperty...
I have also defined relation on ID-ID on land to Property and BuiltPRoperty to Property
Any help would be appreciated.
Thanks