SQL Compare Feature Suggestions

Welcome to the SQL Compare feature suggestion list. Find out more information about SQL Compare at http://www.red-gate.com/products/sql-development/sql-compare/.

If you have any questions, need help or have found a bug in SQL Compare, please visit the forums at http://www.red-gate.com/messageboard/viewforum.php?f=154

How can we improve SQL Compare?

You've used all your votes and won't be able to post a new idea, but you can still search and comment on existing ideas.

There are two ways to get more votes:

  • When an admin closes an idea you've voted on, you'll get your votes back from that idea.
  • You can remove your votes from an open idea you support.
  • To see ideas you have already voted on, select the "My feedback" filter and select "My open ideas".
(thinking…)

Enter your idea and we'll search to see if someone has already suggested it.

If a similar idea already exists, you can vote and comment on it.

If it doesn't exist, you can post your idea so others can vote on it.

Enter your idea and we'll search to see if someone has already suggested it.

  1. Custom Regular Expressions to exclude differences

    I have a the same database in different countries with local support staff, my job is to develop our applications and database and roll it out to the different countries. SQL Compare is great for this, however it has a shortcoming. Because of the size differences in database and performance configurations we tier the database and app servers. When comparing schemas where there is a stored procedure which references another database on a different server it is flagged as a difference when in fact I don't want to see it. If we could exclude text written between square brackets, or…

    1 vote
    Vote
    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      You have left! (?) (thinking…)
      1 comment  ·  Flag idea as inappropriate…  ·  Admin →
    • Have a SQL Compare version that supports PostgreSQL

      SQL Compare and SQL Data Compare are great. PostgreSQL is a great database - and one that seems to be gaining increasing traction. We're wanting to increase our usage of PostgreSQL, but don't want to leave our RedGate tooling behind.

      2 votes
      Vote
      Sign in
      Check!
      (thinking…)
      Reset
      or sign in with
      • facebook
      • google
        Password icon
        I agree to the terms of service
        Signed in as (Sign out)
        You have left! (?) (thinking…)
        0 comments  ·  Flag idea as inappropriate…  ·  Admin →
      • Make Compares date searchable

        If I'm making changes to a new version of an application and I am working on 2 separate databases, I'd like to be able to only grab and compare changes that were done last week for instance. It will show me new changes made on the original application last week, but it won't show me ones that are different from a month ago because I already know about those.

        3 votes
        Vote
        Sign in
        Check!
        (thinking…)
        Reset
        or sign in with
        • facebook
        • google
          Password icon
          I agree to the terms of service
          Signed in as (Sign out)
          You have left! (?) (thinking…)
          0 comments  ·  Flag idea as inappropriate…  ·  Admin →
        • Support for Compact Edition (.sdf file)

          A lot of CMS packages use SQL Compact Edition databases, and it would be really useful to be able to compare those.

          4 votes
          Vote
          Sign in
          Check!
          (thinking…)
          Reset
          or sign in with
          • facebook
          • google
            Password icon
            I agree to the terms of service
            Signed in as (Sign out)
            You have left! (?) (thinking…)
            0 comments  ·  Flag idea as inappropriate…  ·  Admin →
          • Make all windows re-sizable

            Some text in popup windows is unreadable when using large font displays. Because these windows do not allow re-sizing, the user can not adjust the window size to see the text. There is no reason that all windows should not allow re-sizing.

            1 vote
            Vote
            Sign in
            Check!
            (thinking…)
            Reset
            or sign in with
            • facebook
            • google
              Password icon
              I agree to the terms of service
              Signed in as (Sign out)
              You have left! (?) (thinking…)
              0 comments  ·  Flag idea as inappropriate…  ·  Admin →
            • Please make the columns in the compare results sizable

              Please make the columns (Type, Owner, Object Name) sizable

              2 votes
              Vote
              Sign in
              Check!
              (thinking…)
              Reset
              or sign in with
              • facebook
              • google
                Password icon
                I agree to the terms of service
                Signed in as (Sign out)
                You have left! (?) (thinking…)
                0 comments  ·  Flag idea as inappropriate…  ·  Admin →
              • filter

                I would like to be able to apply a filter on compared objects based on the object text. Often we have many objects which contain specific comments that link them together.

                For example, currently we have a large development in progress where we are converting an application to be timezone aware and it has hundreds of changes to Views, SPs and Functions where a comment block at the top of the definition indicates it is "UTC" aware.

                When comparing differences I would like to ignore all of these by being able to specify to exclude if the object text contains…

                4 votes
                Vote
                Sign in
                Check!
                (thinking…)
                Reset
                or sign in with
                • facebook
                • google
                  Password icon
                  I agree to the terms of service
                  Signed in as (Sign out)
                  You have left! (?) (thinking…)
                  0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                • Compare (and migrate) Database Diagrams

                  I'd love to see a function in SQL Compare to compare and migrate Database Diagrams. Especially between servers, but certainly on the same server.

                  We use them all the time to work on the structure of the of our databases and I'd love to be able to see the same diagram when I'm working in Prod and Test as I do in Dev without having to bring the changes across manually.

                  The code (for the easy case) is pretty simple.

                  UPDATE MyDB.dbo.sysdiagrams
                  SET definition = (
                  SELECT definition
                  from MyOtherDB.dbo.sysdiagrams
                  WHERE name = MyDB')
                  WHERE name = 'MyDB'

                  1 vote
                  Vote
                  Sign in
                  Check!
                  (thinking…)
                  Reset
                  or sign in with
                  • facebook
                  • google
                    Password icon
                    I agree to the terms of service
                    Signed in as (Sign out)
                    You have left! (?) (thinking…)
                    0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                  • Compare against Database Projects

                    It would be great to see SQL Compare support Visual Studio Database Projects (.sqlproj).

                    Current if you choose Source Control | Scripts, you can point to the project folder, but then SQL Compare gets confused because it loads in extra .sql files (eg. the 'create database'.sql that gets put in the build output 'bin' folder).

                    Selecting the 'Tables' sub-folder works more reliably (if just comparing tables!), but then pushing changes down to the files results in schema that no longer compiles because the SSDT tools require 'GO' separators between each DDL statement.

                    3 votes
                    Vote
                    Sign in
                    Check!
                    (thinking…)
                    Reset
                    or sign in with
                    • facebook
                    • google
                      Password icon
                      I agree to the terms of service
                      Signed in as (Sign out)
                      You have left! (?) (thinking…)
                      0 comments  ·  Flag idea as inappropriate…  ·  Admin →

                      We are in the process of adding .sqlproj support to SQL Compare, and a beta is currently available. Please download from http://www.red-gate.com/EAP/SQLCompareEAP/SQLCompareVS and give it a try!

                      We would really like feedback at this stage, so please let us know how it goes for you, either in the comments here or on the Microsoft forum at http://social.msdn.microsoft.com/Forums/en-US/ssdt/thread/b428ab08-0e56-4c1a-9e7b-e78cdf304e80 .

                      Paul Stephenson
                      Project Manager, Red Gate

                    • Sync a Database to a Source Control Repository

                      We really need the ability to "sync" a database to VCS repository, not just compare. I know this limitation exists by design because conflicts can be missed, but we have a scenario that demands it. We have batch check-ins that can take up to a half a day to commit manually.

                      4 votes
                      Vote
                      Sign in
                      Check!
                      (thinking…)
                      Reset
                      or sign in with
                      • facebook
                      • google
                        Password icon
                        I agree to the terms of service
                        Signed in as (Sign out)
                        You have left! (?) (thinking…)
                        1 comment  ·  Flag idea as inappropriate…  ·  Admin →
                      • Alert table column order difference

                        It would be great to alert when column orders of tables don't match. These are important when doing bulk inserts inside applications.

                        6 votes
                        Vote
                        Sign in
                        Check!
                        (thinking…)
                        Reset
                        or sign in with
                        • facebook
                        • google
                          Password icon
                          I agree to the terms of service
                          Signed in as (Sign out)
                          You have left! (?) (thinking…)
                          0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                        • Views, Tables and Stored Procedures should be scripted in order of dependency

                          script creator should be better aware of dependencies such that creating/altering a view or stored proc only occurs AFTER the underlying table has been updated to include the new dependencies. Currently the differences are scripted properly but just not always in order

                          12 votes
                          Vote
                          Sign in
                          Check!
                          (thinking…)
                          Reset
                          or sign in with
                          • facebook
                          • google
                            Password icon
                            I agree to the terms of service
                            Signed in as (Sign out)
                            You have left! (?) (thinking…)
                            0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                          • Include tables in "use drop and create instead of alter" comparison behavior

                            Provide additional option to "use drop and create instead of alter" so that tables can be reconstructed blindly

                            11 votes
                            Vote
                            Sign in
                            Check!
                            (thinking…)
                            Reset
                            or sign in with
                            • facebook
                            • google
                              Password icon
                              I agree to the terms of service
                              Signed in as (Sign out)
                              You have left! (?) (thinking…)
                              0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                            • ad

                              i have found a problem - there are 5schemas showing up as needing creating in the syncronisation script, but the script produced has no dml to achieve this:

                              PRINT N'Creating schemata'
                              GO
                              IF EXISTS (SELECT * FROM #tmpErrors) ROLLBACK TRANSACTION
                              GO
                              IF @@TRANCOUNT>0 BEGIN
                              PRINT 'The database update succeeded'
                              COMMIT TRANSACTION
                              END
                              ELSE PRINT 'The database update failed'
                              GO
                              DROP TABLE #tmpErrors
                              GO

                              1 vote
                              Vote
                              Sign in
                              Check!
                              (thinking…)
                              Reset
                              or sign in with
                              • facebook
                              • google
                                Password icon
                                I agree to the terms of service
                                Signed in as (Sign out)
                                You have left! (?) (thinking…)
                                0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                              • sqlsompare report

                                xml, html and excel reports for database differences (using options) include everything similarities as well as differences. Since, xml is excellent way to import data to SQL, it would be great if those reports included only differences (so that the file size is smaller). Right now the differences can only be output to text file if I am not mistaken.

                                13 votes
                                Vote
                                Sign in
                                Check!
                                (thinking…)
                                Reset
                                or sign in with
                                • facebook
                                • google
                                  Password icon
                                  I agree to the terms of service
                                  Signed in as (Sign out)
                                  You have left! (?) (thinking…)
                                  0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                                • Make sure the connections are valid before getting all the objects from the first server.

                                  I have a server that I have to change the password on a lot, and can never (rarely) remember if I have changed the compare tool for the new password. I guess I could switch the servers around so that was the first it tries to get objects from. BUT it would be a nice feature to have it fail before doing any actual work.

                                  3 votes
                                  Vote
                                  Sign in
                                  Check!
                                  (thinking…)
                                  Reset
                                  or sign in with
                                  • facebook
                                  • google
                                    Password icon
                                    I agree to the terms of service
                                    Signed in as (Sign out)
                                    You have left! (?) (thinking…)
                                    0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                                  • 1 vote
                                    Vote
                                    Sign in
                                    Check!
                                    (thinking…)
                                    Reset
                                    or sign in with
                                    • facebook
                                    • google
                                      Password icon
                                      I agree to the terms of service
                                      Signed in as (Sign out)
                                      You have left! (?) (thinking…)
                                      0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                                    • Ignore DEFAULT(X) column constraints

                                      Replicated (push) tables do not contain default column constraints on the subscriber which are identified as breaks within SQL Compare 10. Provide the ability to ignore DEFAULT(X) properties on column within the UI.

                                      10 votes
                                      Vote
                                      Sign in
                                      Check!
                                      (thinking…)
                                      Reset
                                      or sign in with
                                      • facebook
                                      • google
                                        Password icon
                                        I agree to the terms of service
                                        Signed in as (Sign out)
                                        You have left! (?) (thinking…)
                                        0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                                      • Make SQL Compare "Contained-Database-Aware"

                                        I recently tried deploying a CLR assembly, with external access (yeah, yeah, move on), from a non-contained database into a contained database. SQL Compare's error message simply stated that it couldn't find the assembly upon attempting to create the dependent stored procedure. It would be helpful if SQL Compare could add to the error message that external access (and unsafe) CLRs are not supported in contained databases.

                                        1 vote
                                        Vote
                                        Sign in
                                        Check!
                                        (thinking…)
                                        Reset
                                        or sign in with
                                        • facebook
                                        • google
                                          Password icon
                                          I agree to the terms of service
                                          Signed in as (Sign out)
                                          You have left! (?) (thinking…)
                                          0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                                        • Please add the ROWGUICOL to the ignore list

                                          If you restore a database backup from an Azure database locally and compare this database with a non-Azure database the ROWGUICOL attribute is shown as a difference.

                                          ROWGUICOL is not supported in an Azure database and will also be ignored if you deploy from SQL Compare.

                                          Please add the ROWGUICOL to the Tools, Project Options, Options, Ignore list just like for example NOT FOR REPLICATION.

                                          I know that the ROWGUICOL is ignored if you compare an Azure database *directly* to a non-Azure database, but I would also like to specify this manually. So we can also local databases that has…

                                          24 votes
                                          Vote
                                          Sign in
                                          Check!
                                          (thinking…)
                                          Reset
                                          or sign in with
                                          • facebook
                                          • google
                                            Password icon
                                            I agree to the terms of service
                                            Signed in as (Sign out)
                                            You have left! (?) (thinking…)
                                            0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                                          ← Previous 1 3 4 5 6
                                          • Don't see your idea?

                                          SQL Compare Feature Suggestions

                                          Feedback and Knowledge Base