Before binding Default please learn about Default and how it works. This is explained in detail in 'How to Create Default', Click here to learn How to Create Default.
Execute the following script once your Default is created:
Exec sp_bindefault DF_Gender, 'tblFaculty.FacGender'
Exec sp_bindefault DF_Gender, 'tblFaculty.FacGender'
After we bind Default and enter only FacName and AddID, FacGender takes default value from Default.
No comments:
Post a Comment