69 results found
-
Make tool available for MySQL
Make tool available for MySQL
2 votesWe now have comparison technology available for MySQL databases in Flyway Teams and Enterprise. Learn more - www.redgate.com/flyway
-
Option to set 'Encrypt' off by default in the project screen.
I have to click this off EVERY time I use SQL Compare or I can't connect to my databases. Can we please have an option to set this 'off' rather than 'on' by default?
2 votesIf you are using connection details that were first used with older versions of SQL Compare that did not have the checkboxes, then you will have to clear the previously saved credentials in order to be able to save the new desired ones with the checkbox values.
In order to do this you need to go into the windows credentials manger in the windows control panel and remove the saved credentials for the desired connection. Thank you!
-
Fix version 14.8+ so we don't have to type in ";Trust Server Certificate = true" for every server name
Fix version 14.8+ so we don't have to type in ";Trust Server Certificate = true" for every server name. We don't have to do this for other tools from Idera, Solarwinds, Orion, Microsoft, or any others. This is a bug in SQL Compare and SQL Data Compare newer than v14.7.7.21053
4 votesThis was shipped in SQL Compare v 15.0.2.22953 on Jan 17th, 2023. Thank you!
-
Add a button to copy Database name from one side to the other in New Project
Most times when comparing environments, the Database name is the same. It would save time to be able to copy over the Database name from the Source to the Target, rather than having to type or select it from the drop-down list.
4 votesThe button at the bottom will copy all the information from one side to the other, then you can just update the server and other details. Does this help?
-
MySQL 8 Compatibility
This should be a no-brainer, but nobody from Redgate is responding to the numerous topics and posts in the forum.
Everyone is getting the error "Unable to cast object of type "System.Byte[]" to type System.String"
Thank you from everyone who uses MySQL Compare
9 votesWe now have comparison technology available for MySQL databases in Flyway Teams and Enterprise. Learn more - www.redgate.com/flyway
-
Compare based on Selected Schema
I would be ideal if there was the ability to compare just a single Schema in databases. Example, exclude all dbo object and just include all objects in the XX schema. This would speed up the compare, as we would only be comparing objects in the XX schema and ignoring the 10K objects in the dbo schema.
10 votesThis is possible using filters. You may not see a performance improvement, because the filter is applied after the comparison completes.
-
Sort by Last Modified is broken
Sort by Last Modified is broken in SQL Compare 14.0.6.13387.
When I click the column heading to sort (Source or Target, order changes, but is definitely not ascending or descending.
And the Last Modified value shown in the grid does not match that seen in sys.objects, information_schema.routines, or object explorer details.1 vote -
SQL Compare to create indexes using WITH (ONLINE = ON)
When creating indexes on large tables, it would be very beneficial to include the "WITH (ONLINE = ON)" in the create statement for the index to prevent table locking. This will need to be optional because not all server versions support it.
1 vote -
Generate Html report older version is better, new version has lot of scrolling.
older version side by side comparison report better than the new version vertical comparison.
7 votesThe old Interactive HTML report type was reinstated as the Classic HTML report type in Compare 13.3.
-
multi factor
Support Azure AD auth using MFA
93 votesWe shipped Azure Active Directory Interactive Authentication as part of Compare 14.2.
-
With SQL Compare 13 the compare report option to look like previous versions
Add Compare Report option to have the old format of side by side comparison of changes. This was an easier view of the changes then the +/- lines
13 votesWe reinstated the old report type in version 13.3 as the ‘classic HTML report’. See our release notes here:
-
Ignore MASKING FUNCTION on columns
Dynamic masking functionality is new to SQL 2016. It is applied on columns.
https://docs.microsoft.com/en-us/sql/relational-databases/security/dynamic-data-masking
Great for DEV and UAT environments where data obscurity is required.
CREATE TABLE Membership
(MemberID int IDENTITY PRIMARY KEY,
FirstName varchar(100) MASKED WITH (FUNCTION = 'partial(1,"XXXXXXX",0)') NULL, *ignore these
LastName varchar(100) NOT NULL,
Phone# varchar(12) MASKED WITH (FUNCTION = 'default()') NULL,
Email varchar(100) MASKED WITH (FUNCTION = 'email()') NULL);
Ideally we need this ignored in SQL Compare and SQL Source control comparisons so it is not accidentally deployed to production.
18 votesThanks for the suggestion David, this was released today in Compare 14.1.2.
Any feedback or further suggestions do let us know.
Tim
-
Version 12 "Edit Project" UI: backspace should *not* clear out the database name
In version 12 pressing "backspace" while typing the database name in the "Edit Project" screen clears out the database name completely instead of just deleting the last character.
Made a typo while typing in the database name? Too bad, you'll have to type the whole thing again after pressing Backspace. Constantly switch between servers with thousands of databases with similar, but slightly different names? The Database textbox is nearly impossible to use until the database list in the drop-down is fully loaded (which can take a while) because when you go to backspace, it just wipes the text without letting…
3 votesSorry about this – it was really annoying for us as well! The good news is that we’ve recently shipped a fix to SQL Compare 12.4 (currently available on Frequent Updates: https://documentation.red-gate.com/display/SC12/Turning+on+Frequent+Updates ) – let us know how that works for you :)
-
Add support for External Tables
I use Azure SQL, and there is limited cross-database functionality in that environment. Due to this I have several External Tables that I use to point to a Master Database with shared setting, info, etc. for each customer database.
When I used SQL Compare to fill out the schema for a new database it copied all of the External Tables as Local Tables, and it didn't bring over the Data Source either. This could be very handy as dealing with external tables (and especially changes to them) is a pain.
119 votesWe shipped support for External Tables in SQL Compare 14.5.
Please turn on frequent updates to get this version
https://documentation.red-gate.com/sc/upgrading/turning-on-frequent-updates
For more information, see the release notes: -
Run SQL Compare on Linux/Mac
I know weird to with a MS SQL Server, but many people who have been on the platform for a while now have developers with Macs, and automation systems on linux. DLM Automation is pricing some of us out of the Redgate ecosystem. With SQL server now running on Linux seems a reasonable path. I sure hope our beloved sql compare is not going away :(
160 votesOn 4th September we shipped SQL Compare 14, including a Linux command line beta.
You can find more information in our release notes, and please do get in touch with any feedback or requests for improvements!
Tim
-
Link to "Full Release Notes" broken -- please fix
Link to Full Release Notes on the page at the URL below is broken -- please fix. Also, I get JavaScript errors on the page -- someone should look into.
1 voteHi Ned,
I’ve spoken to the web team and they’ve just deployed a fix for this. Let us know if you see any further strange behavior.
-
v 12.0.33.3389 UI is sow and blocking compare to previous version
unsure what is causing this, but i find the new version to much less performant.
1 voteWe’ve just released SQL Compare 12.1.1.3793 to Frequent Updates, which some performance improvements when selecting/deselecting large numbers of tables. The performance improvement is particularly noticeable when the source is a scripts folder and the target is a live database over a network connection. (SC-9157) Does this solve your problem?
-
Couple Fixes needed for the UI
With the new UI several things are now "broken".
First of all, on the Project dialog, the Database Drop Downs do not select the entry that matches what's in the text box.
So if I have a list of database such as:
DB A
DB B
DB C
DB C2and the Text says "DB C", when I click the button for the drop down, it doesn't highlight it. So what that means is if I want to change it to DB C2, I either have to start typing in the name again, or scroll through the list until I…
1 voteWe’ve implemented these features in the latest Frequent Update release, version 12.0.34 – does this work for you?
-
BUG: SQL Difference pane shows non-existing differences in preview bar
The preview bar on the left of SQL Difference pane shows dark blue segments for the lines that have no actual difference at all. It also appears that it is showing them for the comment lines generated by the tool, like -- Columns and -- Permissions. Version 12.0.30.3199 Professional
1 voteWe think we’ve fixed this bug in the latest Frequent Update release, version 12.0.34. Does this solve your problem?
-
reinstate open data compare from schema compare
Prior to v12, you could run schema compare and then click a button to open data compare with same data sources. seems to have gone now
1 voteWe’ve still got this functionality, but we’ve moved into a more general bit of UI – see https://www.red-gate.com/blog/building/sql-toolbelt-product-switcher for some more details.
- Don't see your idea?