Is there a way to change the values for FixedLenNullInSource and TrimTrailingBlanks?
问题 Is there a way to change the values for FixedLenNullInSource and TrimTrailingBlanks ? I use sp_help to compare the output from different servers to see if the tables are identical. FixedLenNullInSource and TrimTrailingBlanks are throwing my comparisons off. 回答1: TrimTrailingBlanks relates to the SET ANSI_PADDING option when the table was created. You might be able to change that without recreating the whole table in a similar way to my answer here for changing the ANSI_NULL option. Otherwise