SQL Server: Function Based Check Constraint

added by lionofdezert
1/19/2011 3:44:33 PM

172 Views

Check constraints are designed to apply business logic. Though, we should practice these on application side, but there are situations when you need to apply complex check constraints on table level. You can do it only through function based check constraints.


0 comments