Posts
Sort by recent activity
Suggestion: Add a Documentation combo
I love the new Optimization combo box next to the Language combo box, but it would be nice to als have a combo box for the Documentation style.
Suggestion: Add a Number Format combo
I love the new Optimization combo box next to the Language combo box, but it would be nice to als have a combo box for the Number Format.
5.0.0.365 hangs SSMS when connecting to server
After installing version 5.0.0.365 I SSMS started hanging when connecting to a server (even the local server), unless I run SSMS as administrator.
I'm running on Windows 7 Enterprise 64bit joined t...
SQL Prompt Query Analyzer Integration without SS2000
SQL Prompt Query Analyzer Integration should not be installed on machines withou SQL Server 2000 installed.
At least, shouldn't be on the Start menu.
Stored Procedure parameters
In the summary of the stored procedure parameters, it would be nice to have information on which parameters are output parameters, not just the name and type.
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 ...