|
|
|
|
Browse by Tags
All Tags » SQL Server » Database Progra... » Business rules (RSS)
-
Suppose that you need to enforce the following business
rule: contracts cannot be changed after you have started working on them (let
us assume that that particular business operates in the perfect world). You can use a ROWVERSION column, a persisted computed
one, and a foreign key constraint to implement this rule, and I ...
|
|
|
|
|