Comments
Sort by recent activity
Assuming I'm interpreting your question correctly you will want the option MissingFrom2AsInclude / comments
Assuming I'm interpreting your question correctly you will want the option MissingFrom2AsInclude
In the Tools menu Application Options the isolation level can be changed. As you mentioned the one you will want to use is Read committed. / comments
In the Tools menu Application Options the isolation level can be changed. As you mentioned the one you will want to use is Read committed.
Compare looks for the flag in the system table to identify whether an object is system named or not. It is therefore possible to have names in the results that look like system names if they are not actually system named.
/ comments
Compare looks for the flag in the system table to identify whether an object is system named or not.It is therefore possible to have names in the results that look like system names if they are not...
It sounds like you want us to be able to do partial registration, this is not currently something we support as you have found. If you want to suggest enhancements for SQL Data Compare then the best place to do so is at https://redgate.uservoice.com/forums/147879-sql-data-compare / comments
It sounds like you want us to be able to do partial registration, this is not currently something we support as you have found. If you want to suggest enhancements for SQL Data Compare then the bes...
There is no current way to specify the timeout in Compare. It might be worth creating a new feature suggestion on uservoice for this at https://redgate.uservoice.com/forums/141379-sql-compare / comments
There is no current way to specify the timeout in Compare. It might be worth creating a new feature suggestion on uservoice for this at https://redgate.uservoice.com/forums/141379-sql-compare
A number of bugs with this signature have been fixed since SQL Compare 10. Are you able to recreate these in the latest version? / comments
A number of bugs with this signature have been fixed since SQL Compare 10. Are you able to recreate these in the latest version?
We did look at changing the way SQL Compare interprets the scripts folder to allow for this case but decided not to proceed.
It might be worth investigating whether SQL Change Automation might help with your case; otherwise I can't think of another workaround for your situation here.
/ comments
We did look at changing the way SQL Compare interprets the scripts folder to allow for this case but decided not to proceed.
It might be worth investigating whether SQL Change Automation might help...
Just to clarify in the diff viewer is it the backup or the live database that is displaying this text? / comments
Just to clarify in the diff viewer is it the backup or the live database that is displaying this text?
Could you run the following SQL in ssms as the same user as you use for compare: SELECT object_id, definition, parent_column_id FROM sys.default_constraints The definition column is the one of particular interest here. / comments
Could you run the following SQL in ssms as the same user as you use for compare:SELECT object_id, definition, parent_column_id FROM sys.default_constraintsThe definition column is the one of partic...
You are correct. A fix for this should be out with the next release / comments
You are correct. A fix for this should be out with the next release