107 results found
-
Provide support for Amazon Redshift
Provide support for Amazon Redshift
1 vote -
Make available for MySQL
Make tool available for MySQL
1 vote -
Allow to compare source and target fields
We very often need a way to find new and updated entries in 1 DB and copy them over to the other DB. For that it would be very handy to have a way in the WHERE clause to compare the source and target field, e.g. like this:
Source.Created > Target.Created
3 votes -
Make SQL Data Compare respect the "do not use transactions" setting
The use case for this may be a bit odd but I've had a very big compare to do today - refreshing takes nearly an hour.
Now I'm putting the data from 20 or so tables into another. Trying to pass the contents of all the tables in one transaction blows out the server logs, it's just too many rows.
However, turning off the "use transactions in deployment scripts" option is ignored until I refresh the data. That means waiting nearly an hour before SQL Data Compare will respect the value in the project settings.
That really doesn't make any…
3 votes -
Add sort by selected in Dialog "Edit project" under "Tables & views"
Its time consuming to scroll down to find the 5 checked tables within 400 tables in total. Please create some kind of a group/sort to show the selected on top or provide another toggle checkbox to show only the selected ones or all
1 voteIt is somewhat hidden, but you should be able to click on the header in the checkboxes to sort by this column. Does this help?
-
Ignore varchar/nvarchar differences.
We'd love the ability to be able to ignore varchar/nvarchar differences between databases. We have separate databases that are essentially the same, except all varchars are nvarchar to support unicode.
At the moment, we cannot use SQL Compare to compare the two databases, as every Table/SPR/UDF comes up with changes.
3 votes -
Delete all rows or Truncate of target table
to make a green field before compare. Mostly i use Data compare to refresh data from the live system to the dev/qa/... which is sometimes a mess. So i have to clear the target tables by hand before.
This could be done in a global switch in "Edit project" -> "Options" but during the Deploy workflow I would remind the user and let him uncheck if required.
Or at least make a clipboard copy for the scheme.tablename from the result window to make a manual truncate easier.
1 vote -
Ignore a column during comparison (BLOB) but include in Deploy
We have certain tables with BLOBs (varbinary(max)) which takes ages to compare between two databases. But if i exclude this column for comparison, it wont appear in the deploy, which will fail (in my case) caus its "NOT NULL" column.
In short:
make an option to ignore columns on compare, but keep in deploy.1 vote -
Behavior of "Escape" / "RETURN" for cancelling or accepting in any (modal) dialog
hi there,
i would like to have a continuous behavior throughout the whole application regarding "Escape" -> Cancel and "RETURN" -> Accept.
Its basically the same like his idea:
https://redgate.uservoice.com/forums/147879-sql-data-compare/suggestions/37568173-escape-to-close-value-details
but everywhere in the whole Red-Gate ecosystem would be much appretiated.regards,
Martin1 vote -
Aliases
Having sql-servers named "sqlserver218165", sqlserver328976" it would make a big difference if we in Sql compare could give the servers aliases, so we could compare "AccountingTest" to "AccountingProduction"
3 votes -
Data Compare - option to change behaviour of arrow keys in grids
The current behaviour is to jump between rows to the next change of the currently selected field. While I understand that can be very useful, I've never actually needed that function. In fact, in comparing quite large data sets (over 100 rows) where any of the fields can change (and frequently not the same one) it's actually quite counterproductive (especially for someone like me who's not a big mouse user)
Would it be possible to have an option to enable that feature somewhere in the application options so that I can turn it off?
3 votes -
Data Compare - Save table/rows selected for deployment
Please add this feature when saving projects. It would be useful when the project has not been deployed, but saved for a future deployment or re-review without having to re-select all the tables.
"The project does not remember which tables or rows of data were selected for deployment."
3 votes -
excel report customization
Exporting the comparison results as excel file with customization:
We are using Redgate trial version of "SQL Data Compare 14" using command line for the past couple of days for the data comparison work. As of now I understand that while exporting the comparative data in excel, each table result will be available in individual excel and the report summary for the consolidated tables. I want to know whether I can change the format of the excel file which is generated (excel customization). If so, please let me know how to do that process also I have attached the format…
2 votes -
tolerance
I would like to be able to add a tolerance to use to when comparing numeric values by column if possible.
1 vote -
Create an option to change the direction of the update in a project without having to re-build the project
I sometimes need to make changes to both the From database and the To database, it would be useful to be able to change the direction of the deployment script after having completed the comparison of the data. This would be useful in the SQL Compare tool as well.
1 vote -
Provide screen zoom capability (CTRL+ScrollWheel). This would help support 508 compliance.
SQL Data Compare report output can be hard to read on a small laptop screen. Zoom capability with horizontal/vertical scroll capability would be helpful for viewing report output on smaller screens.
1 vote -
split huge sql script to multiple serialized with selected size
Now there is no option to split the script generated for sql data compare for very large data. It will make memory issues while running huge data script. Splitting the insert script for migrating data will be a good solution.
3 votes -
Bring back pivot view!
I see from a community forum discussion that pivot view on the results grid went away after version 11.3, due to discontinuing licensing of Syncfusion components (issue SCD-2061). Please add my voice to those who found it useful and would like to see it come back! It's useful when the number of columns with differences is large, and the number of different rows is small.
1 vote -
Add Row Count when comparing differences
When comparing differences in the tables, add rowcounts in the tabs.
For example, the tabs would read something like:
All(234)
Only in left (134)
In both but different (0)
Only in right (100)
Identical (0)1 vote -
Export results in format that can be imported back into Data Compare for review
The SQL Data Compare GUI is the best way to review differences. I'd like a way to export my results to a file that can be re-imported for others to view, without having to go back through the comparison process.
4 votes
- Don't see your idea?