Comments
Sort by recent activity
Entity refers to the logical object being stored. For example, a Car might be composed of a record from the Cars, Wheels, CarWheels, Chasis, etc tables. So in the Cars table there might be a uniqueidentifier for the id and a name for a Car enitty and in the Wheels table is an id and a name for a Wheel entity. In the CarWheels would be the linkage between the Car entity and the Wheels. So at the moment I am building a SQL Data Compare project that has a where clauses that limit the project to a specific Car with name "MyCarInUAT" in the first environment and "MyCar" in the second environment across all tables related to a Car entity. / comments
Entity refers to the logical object being stored. For example, a Car might be composed of a record from the Cars, Wheels, CarWheels, Chasis, etc tables.So in the Cars table there might be a uniquei...
This also has an impact for my comparisons so it would be good to get an answer or add to the product feature backlog. / comments
This also has an impact for my comparisons so it would be good to get an answer or add to the product feature backlog.