I followed flash videos when learning TDM. I tried to obtain the result presented in video 30, i.e. creating check constraint with variables so that they are replaced in generated SQL by their values.
Unfortunately I got the unexpected result: the variables are not replaced by their values.
I there anything that should be set to get expected result?
OK, it looks to me that this video is a bit outdated. presented syntax does notconfirm to the standard presented in the help file. it should be instead of %ColumnName%. (see attached file).