How can we help you today? How can we help you today?
paulo_morgado
Suggestion: add values to non compared columns
It would be nice if, for non-compared columns, it would be possible to configure the value to assing in the synchronozation script. Good options would be: Same as source Constant function call (li...
2 followers 4 comments 0 votes
Object grouping
Is it possible to group objects in the graph by database and then by schema? I have 2 databases in my dependency graph and I would like to see what belong to one and what belongs to the other and s...
2 followers 2 comments 0 votes
SQL Prompt 4.0.4.23 Exception on Visual Studio 2010
************** Exception Text ************** Exception on UI Thread Exception in NDepend v3.0.2.4770 .NET Fx Version: 4.0.30319.1 OS Windows Version: 6.1.7600.0 Processor Architecture: x64 Executio...
2 followers 3 comments 0 votes
Incorrect DBCC CHECKIDENT script
SQL Compare 8.2.0.16 The script being generated is: DECLARE @idVal INT SELECT @idVal = IDENT_CURRENT(N'Aplicacoes') DBCC CHECKIDENT([tmp_rg_xx_Aplicacoes], RESEED, @idVal) ...
2 followers 2 comments 0 votes
Mapping columns on table comparison
Is there a way to map columns in table comparisons? Let's say that in database A I have column Stuff int in table T and in database B I have column BigStuff bigint. I want o generate a script that ...
3 followers 3 comments 0 votes
BUG: Synchronization script generates insert for all rows...
... when the schema in the source database is different from the schema on the destination database. If my source table is dbo.MyTable and the destination table is MySchema.MyTable, the comparison ...
3 followers 8 comments 0 votes
SUGGESTION: Order inserts on self referencing tables
If the project definition doesn't have disable foreign keys checked (probably because the user executing the script doesn't have permission), SQL Data Compare should order the inserts in order to h...
2 followers 3 comments 0 votes
TypeForwardedToAttribute: Offer a link to the destination
.NET 4.0 has a few types with the TypeForwardedToAttribute applied. It would be nice to have a link to the destionation type/member.
1 follower 1 comment 0 votes
[Suggestion] Add "Open in .NET Reflector" to Visual Studio..
... when an assembly is selected in the Solution Explorer
1 follower 1 comment 0 votes
Allow Windows Authentication with specified credentials
My company is implementing a policy where all connections to databases must be made using Windows Authentication. On top of that, there are, at least, two domains (Production and Quality Assurance)...
4 followers 4 comments 0 votes