- or
5 results found
-
Provide support for custom comparison queries
While browsing the improvements, I notice a whole set of ideas centered around the ability to filter data, providing support for data types that may have changed between stages in the database lifecycle (development to QA to production for instance), and the ability to filter columns, changing column names, etc.
All of this could be supported by providing custom SQL query support in SQL Data Compare.
The tool should provide for a custom comparison query for the source and destination table.
24 votes -
Run SQL Queries and compare results
We have a scenario where table ‘abc’ in database1 is split to new tables ‘def‘ , ‘ghi’ and ‘jkl’ in database2. It is very complicated to map the tables, columns and choose a stable primary key to verify the new tables with the old table.
And so we need to be able to join the tables to generate the data to verify old and new tables.It would be very nice to have a feature to run the query for database1 and query for database2 and compare the results.
14 votes -
Don't Compare VARCHAR columns as NVARCHAR
Don't Compare VARCHAR columns as NVARCHAR
I have a Table
with 3 columns, 2 ints and a VARCHAR(10)
CompanyID INT NOT NULL
CustomerID INT NOT NULL
YearMonth VARCHAR(10) NOT NULL -- Stores '2024-12' yes I know it should be CHAR(7)I populate the table, and take a Snapshot of the database.
I then populate the table with new code
I use SQL Data Compare to validate the data and see if I get different results. I am expecting the same, but could also expect differences.
Table has apx 5 billion rows.Problem, I see The Active expensive queries generated are …
3 votes -
Add support to export comparison results to MS Excel
Can we please get the ability to export the contents of the SQL Data Compare results window (containing the rows with differences) to Excel, complete with the cell formatting seen in the application? I.e. headers for fields with differences in bold, cells with differences highlighted a different colour, etc.
This functionality exists in SQL Prompt (exporting from SSMS, admittedly without the formatting) so surely should be possible from Data Compare also?
Even better would be to be able to do this for all tables/subsets selected in the list of tables above the results window (i.e. all the data included by…
11 votes -
BUG: RedGate Data Compare "Calculating time remaining" is inefficient and incorrect
RedGate Data Compare "Calculating time remaining" is inefficient and incorrect
1. It ignores filters set on the tables. So baseline counts are incorrect.
2. Since it ignores filters set on the tables, it takes much longer, especially on large partitioned tables.
3. It runs the count queries sequentially on each data source, even though they could run in parallel.3 votes
- Don't see your idea?