Options

Sql Compare / Source Control doesn't recognize trim function in a computed column

Sql Compare / Source Control doesn't seem to recognize the trim() function when used in a computed column. It replaces trim() with [Trim](), which doesn't work.

It does recognize trim() when used in other ways, such as in views, so I believe the computed column is the issue.

Answers

Sign In or Register to comment.