It adds default constraints to the table SSR.
A default constraint is a value which is automatically provided to the indicated column if no value is provided on an INSERT query.
These constraints are added with the NOCHECK option, so the defaults will not be applied to any existing data; they will only be in effect for new rows added.
Jeff Mason
Custom Apps, Inc.
www.custom-apps.com