SQL Server Error Code – 9929 computed column ‘%.*ls’ cannot be used a
In this blog post, you’ll learn more about the SQL Server Error Code 9929 and the error message description that is shown
SQL Server Error Code
9929
SQL Server Error Description for the Code :9929
Computed column ‘%.*ls’ cannot be used as full-text type column for image or varbinary(MAX) column. This computed column must be deterministic, precise or persisted, with a size less or equal than %d characters.
Leave Your Comment