239 results found
-
Status Messages Covering Server Names
Currently the status messages in the UI for things like Updates to the application show up as blue ribbons that COVER THE SERVER NAMES. That's annoying. The choice are to be reminded again later or skip the message or whatever. But the location for the status message should not cover the server names. Could you kindly move it someplace else? Thanks.
4 votes -
Add RefreshView as an option
Can you add an option that will add the "RefreshView" statement after Alter statements for views?
Thank you.
3 votes -
More in-depth documentation of how SQL Compare works
Hello
It would be great if there is documentation that explains how SQL Compare works. Everything I came across so far explains what it does but I didn't find the actual internals of it. I am particularly interested in how SQL Compare handles the dependencies between various objects. For example, how can it create a view before creating the tables the view is using?
6 votes -
No carriage returns when copying TRIGGERS text from SQL View
When copying text from the SQL View panel, in the resulting clipboard text all carriage returns are missing. A trigger of a few lines of text becomes just one single long line.
This only happens for texts in the TRIGGERS part, not in the texts of create table, constraints, permissions or functions. There are no visible differences between these texts when looking at the SQL View panel, all texts look normal so this seems like a bug.
It's quite annoying when you quickly want to fix a small difference, or just want to copy text; you have to step through…
18 votes -
Option to omit schema from filename created with SQL Compare
When the target of the compare is a scripts folder, SQL Compare will create new items with the schema name as part of the file name, such as "person.Contact.sql".
Could this be made optional?
It doesn't affect the filename when altering, only creating.
This behaviour causes us issues because we use Visual Studio database projects where the schema is part of the path, not the filename. For example such as "AdventureWorks\Person\Tables\Contact.sql"1 vote -
Source and Target script folder source should stay with their currently selected path instead of switching to the last used on either side.
This was the behavior in previous versions (at least it was for SQL Compare 10) and not sure when it was changed. But constantly switching folder paths make it error-prone and annoying. As an example, let's say I first chose Folder A/Folder B as Source and then Folder C/Folder D as Target. If I go back to source to pick another folder, now it points me to Folder C/Folder D instead of Folder A/Folder B as I originally selected.
1 vote -
Melhorar o uso de memória
Cada vez que é feita uma comparação de database aumenta o uso da memória. Só liberar a memória quando sai e volta pra aplicação.
2 votes -
Post script bit value column auto-update
Add an option that will run post-script to set newly added columns that are of a bit value type and that are scripted with a default value to that value after the addition of a bit column.
1 vote -
monthly subscription
I would like to start using the Red Gate Toolbox but I cannot afford the cost nor will my company pay for it. Is there an option to be billed monthly?
1 vote -
SSMS integration - compare single object
hello, i appreciate that we only need this feature because my company's processes are lacking but what I would love to have is to be able to...
right-click an object in SSMS and click an option called something like 'compare against other environment'.
it would then bring up a message box where you could browse an object-explorer for the corresponding object.
the use cases I see all the time for this are
- when people have stored procs next to each other called
spSomeProc
spSomeProcv2
spSomeProcnew
spSomeProc.oldetc on the same database.
2 when you…
6 votes -
CONSTRAINT of current_timestamp generates code that will not run in SQL
tsql source has line:
[CreateDate] datetime default CURRENTTIMESTAMP,
the script that is generated:
ALTER TABLE [dbo].[AirFlowData] ADD CONSTRAINT [DFAirFlowDaCreat82DA8F3] DEFAULT (currenttimestamp()) FOR [CreateDate]Error executing script:
Incorrect syntax near '('.1 vote -
pin "object definition box"
Allow for pinning of the Object Definition Box so that it is always visible.
It would be nice if you could make the ODB (that's what I'm calling it from now on) could be pinned or made to float so that I could reference it as i type.
The object explorer does provide the same functionality... technically but its nice have the "source" immediately visible as opposed to the multiple folders in the Object Explorer.
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 -
Option to ignore preserving data when adding a NOT NULL column to a table
SQL Compare tries to preserve data from table when adding a new NOT NULL column and adds below steps to deployment script:
1. Create a new table B with same structure from original table A
2. Perform INSERT INTO table B SELECT * FROM Table A
3. DROP Table A
4. Rename Table B to Table AThe issue:
For example if we add a new column to a ETL table with 1M rows. We don't need data to be preserved since table gets populated during ETL process. The deployment script without manually remove INSERT statement will take a very…5 votes -
Allow the scripting of individual sql objects
optionally have the ability script out all individual objects, rather having one monolithic deployment script, from the source that are unmatched or have diffs on the target. In my case I have a git repo that needs to brought up to date from a production server (a bit of a reverse of the usual workflow)
4 votes -
Remove schemabinding
I think its not removing the 'WITH' when doing remove schema binding for dependent objects
v 13.7.3.9483
1 vote -
Allow SQLCompare to compare and synchronize Broker Priority objects
Most of the first-class objects for Service Broker are comparable by SQLCompare (i.e. queues, services, message types, contracts, service bindings, etc). One omission is Broker Priorities. It would be nice to have those at least comparable by the tool with an obvious next step having the ability to synchronize from source to destination
4 votes -
SQL Compare - Highlight Date of newer item
It would be extremely helpful for the compare to highlight the one that is newer. When trying to decide if server 1 or server 2 wins, we need to know which ones were updated more recently on one or the other server.
Since the date fields are on extreme sides, it's difficult to compare dates.
Color for the newer one or putting the date columns in the center would be two ways to help with this. Color/bold would be ideal.
8 votes -
in sql compare, list of items changed should be readable from scp file
Sql compare produces an scp file which is an xml file. However, the contents of the change is compacted and encoded, and not readable in text editor.
I wish the list of objects to change can be directly readable from the xml. "Generate comparison results report" is bulky and cumbersome. It would be nice if we have some very short summary in the scp file itself.3 votes -
1 vote
- Don't see your idea?