Can I specify a column to store only the date value,
is there any formatting option, so I can say like
col1 datetime format ('mm/dd/yyyy')
Can I specify Validation rule and text in SQL Server like in Access.
So that way I can keep all the validation texts stored right in DB not in Form level.
How to specify the validation text in SQL Server constraint?
Thanks a lot for all your help.
is there any formatting option, so I can say like
col1 datetime format ('mm/dd/yyyy')
Can I specify Validation rule and text in SQL Server like in Access.
So that way I can keep all the validation texts stored right in DB not in Form level.
How to specify the validation text in SQL Server constraint?
Thanks a lot for all your help.