Posts
Sort by recent activity
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...
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...
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...
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)
...
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 ...
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 ...
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...
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.
[Suggestion] Add "Open in .NET Reflector" to Visual Studio..
... when an assembly is selected in the Solution Explorer
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)...