Posts
Sort by recent activity
Conditional compare/removal of foreign keys
We have a following scenario:
DevServer
- DevDB
- Tables
-- User [UserID Primary Key]
-- FactoryContact [EnteredByUserID FK to User_UserID]
-- WarehouseContact [EnteredByUserID FK to User_UserID]
(...