Comments
Sort by recent activity
Is it possible to get a UI for this so we can search for WIs or by user, etc...
Hi AdamR,
Can you go into a little bit more detail with regards to the kind of UI you would like? Is there any functionality that you're looking for that Team Explorer doesn't provide, or are you looking for a more convenient interface than using Team Explorer? / comments
Is it possible to get a UI for this so we can search for WIs or by user, etc...
Hi AdamR,
Can you go into a little bit more detail with regards to the kind of UI you would like? Is there any f...
Would it be possible to add tags for other standard states such as "Closed" as well?
Hi JeffJ,
I've added a feature request for this: SOC-1513 / comments
Would it be possible to add tags for other standard states such as "Closed" as well?
Hi JeffJ,
I've added a feature request for this: SOC-1513
Thanks for your post.
SQL Compare will compare the column level collations by default.
When you look at the results grid after a comparison, select the table object from the top grid to view any collation differences in the 'SQL differences' pane at the bottom of the screen.
You can ignore the collations on a column if you wish by checking the project option Ignore > Collations.
SQL Compare won't show you the collation for the entire database as it will only compares at the object level.
I hope this helps. / comments
Thanks for your post.
SQL Compare will compare the column level collations by default.
When you look at the results grid after a comparison, select the table object from the top grid to view any co...
This has now been fixed in SQL Compare 10.1 and can be downloaded through Help | 'Check for Updates' / comments
This has now been fixed in SQL Compare 10.1 and can be downloaded through Help | 'Check for Updates'
Thanks for your post.
SQL Compare isn't really a replication technology or a replacement for replication, but if you want to use it just to make a copy of certain database objects I would say that the main advantage of using SQL Compare over SQL Server replication is that you can quite easily get some feedback (using the GUI, or outputting a report) that the replication is successful.
SQL Compare is also much easier to configure, but you will need to schedule it using another process such as a Windows Scheduled task. Unless you want to use xp_cmdshell.
I hope this helps. / comments
Thanks for your post.
SQL Compare isn't really a replication technology or a replacement for replication, but if you want to use it just to make a copy of certain database objects I would say that ...
Unfortunately we don't have any code that considers the dependencies between udts.
It works with a live database as we base the dependency on the order they're created, and the UDDT has to be created before the UDTT that references it.
With scripts, we're not so lucky as each type has it's own file, and the files are evaluated in alphabetical order.
We will be able fix this, but it isn't something we can patch and will need to wait for a full release.
I think the only workaround will be to make sure you sync the UDDT first, and then everything else. / comments
Unfortunately we don't have any code that considers the dependencies between udts.
It works with a live database as we base the dependency on the order they're created, and the UDDT has to be creat...
Thanks for your post.
How do I not compare the execute as on triggers and procs?
This isn't possible with the current version, but we might be able to add an option. Is it common for you to have the same stored procs executed under a different security context on different databases?
I also am looking for how not to compare FOR versus AFTER on the trigger keyword.
Again we could have an option, but I would think this is a very significant difference that you would always want synchronized. Could you give me an example of a situation where you would want to ignore this difference? / comments
Thanks for your post.
How do I not compare the execute as on triggers and procs?
This isn't possible with the current version, but we might be able to add an option. Is it common for you to have...
I was just going to respond to this, and I noticed your update.
You can also exclude the column by unchecking the PK column from 'Columns In Comparison' on the 'Tables & Views' tab / comments
I was just going to respond to this, and I noticed your update.
You can also exclude the column by unchecking the PK column from 'Columns In Comparison' on the 'Tables & Views' tab
Thanks for your post.
You can exclude the PK column from the synchronization, but only if you don't use it as the comparison key in the project. By default, SQL Data Compare will use the primary key as the comparison key, but you can set up your own custom key, or custom composite key to use instead. Once you do this, you can exclude the PK column.
You can set this on the 'Tables & Views' tab of project configuration.
I hope this helps. / comments
Thanks for your post.
You can exclude the PK column from the synchronization, but only if you don't use it as the comparison key in the project. By default, SQL Data Compare will use the primary ke...