Is it possible to express a conditional validation on an insert or update to a table (SQL Server 2008 R2) that says column A cannot be null if column B is equal to 12,13 or 14.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can implement this with a table level
CHECKconstraint: