Settings and activity
2 results found
-
225 votes
We've had a few requests for supporting MERGE statements - https://redgate.uservoice.com/redirect/suggestions/3100622. Would MERGE help this or are you still looking for IF EXISTS on INSERTS? If you'd like to chat about this, please reply.
Greg L. Wright supported this idea · -
1 vote
An error occurred while saving the comment Greg L. Wright shared this idea ·
Correction, "when I changed it back" from "[DF_Visits_SomeNumber]" "DF_Visits_SomeNumber" so that the brackets "[]" didn't appear in the Tables | Constraints list, the change to re move the brackets was recognized as a change. Thus no commit back to the database could occur. I had to revert back from the history revision using SQL Compare, and then do the sp_rename correctly without the mistaken "[]" brackets. This was a bulk operation to change all Auto Named Default Constraints to my own standard of named Default Constraint of "DF_TableName_ColumnName".
So, I performed a work around, but it was a long way around for not seeing the change of simply a bracket in the name.