Posts
Sort by recent activity
Comparison Options issue
I've got a strange issue where I've updated the database comparison options via the secret dropdown (specifically I set IgnoreSystemNamedConstraints to TRUE), but the new options don't show up on t...
Qualify Object Names bug with table variables
Consider the following code:DECLARE @MyTable TABLE (
ID INT NOT NULL PRIMARY KEY,
Name VARCHAR(200) NOT NULL,
[Address] VARCHAR(200) NULL
);
INSERT INTO @MyTable...
Bad performance and incorrectly included items on Get Latest
Hello,
I have SQL Source Control 3.4.2.61 running against TFS 2010 and SQL Server 2012 SP1 with the latest CU installed. My SQL Server is local on my workstation (quad core, 14GB RAM) and TFS is o...
No patch notes for 1.0.13
Hello,
SQL Test 1.0.13 was released recently and automatically prompted me to download and install it. However, there are no patch notes for what is included in this version. Would you please ide...