Options

table - source control is altering definition

jl45jl45 Posts: 10
TRY_CAST([field1] AS [int]) is being changed to CONVERT([int],[field1],0) when it is committed.

How do we stop this from happening? The source control is permanently saying this procedure has been altered as its definition in the database doesn't agree with source control definition.
Sign In or Register to comment.