Activity overview
Latest activity by sognibene
I've replied to the support email. Thanks! / comments
I've replied to the support email. Thanks!
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...
I checked the Migrations tab and there are two scripts listed. Both of them are valid. I looked through all the code in both the SQL files and there were no commands that affected any users.
I hadn't patched SQL compare in a while so I am going to restore a new copy of my database and try again. If I can reproduce the problem is there a log file I can send in that might be helpful? / comments
I checked the Migrations tab and there are two scripts listed. Both of them are valid. I looked through all the code in both the SQL files and there were no commands that affected any users.
I ha...
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...
Thanks for the info, Manfred. There are a lot of great suggestions on the user voice site that could be quick wins, particularly fixing the bug that prevents copying the test results from the SSMS output window to the clipboard (even providing a "copy output" button would be amazing). / comments
Thanks for the info, Manfred. There are a lot of great suggestions on the user voice site that could be quick wins, particularly fixing the bug that prevents copying the test results from the SSMS...
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...