Activity overview
Latest activity by chuck
Robyn said:
Hi Margo, Thanks for your post. Please could you try disconnecting SQL server, open SQL
Search, and then reconnect SQL Server? If this solves the issue then I'm afraid it sounds like a known bug in SQL Search. If it doesn't solve the issue, of course, let me know and I'll try to help further.
When will this known bug get fixed? What's the tracking number for this bug? something like SDI-762 / comments
Robyn said:
Hi Margo, Thanks for your post. Please could you try disconnecting SQL server, open SQL
Search, and then reconnect SQL Server? If this solves the issue then I'm afraid it sounds l...
dhtucker said:
Just tried this again using v7.2.4.11418, error remains unresolved. In response to "git status" I see: $ git status
On branch master
Your branch is up to date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
develop/
master/
rc/
nothing added to commit but untracked files present (use "git add" to track)
It's mistaking untracked files for pending changes.
You are right, I saved the sql compare project file under the sql source control git repository which is untracked file for git. And move the project file of sql compare to another folder solve this problem. / comments
dhtucker said:
Just tried this again using v7.2.4.11418, error remains unresolved. In response to "git status" I see:$ git status
On branch master
Your branch is up to date with 'origin/mast...
DanC said:
Hi @chuck and @Rcurtis Sorry to hear you're experiencing this issue! We are investigating this currently (bug report SCA-2736), and it appears that this bug appeared after version 4.2.20168. You should be able to workaround this by using version 4.2.20168 (or an earlier version): 1 - Uninstall your existing SQL Change Automation installation from the Windows Control Panel 2 - Install an earlier version Installer for 4.2.20168: https://download.red-gate.com/checkforupdates/SQLChangeAutomation/SQLChangeAutomation_4.2.20168.20590.exe
Version 4.2.20176 - June 24th, 2020 aslo introduced configuration error. https://forum.red-gate.com/discussion/87158/keyword-not-supported-trust-server-certificate#latest / comments
DanC said:
Hi @chuck and @Rcurtis Sorry to hear you're experiencing this issue!We are investigating this currently (bug report SCA-2736), and it appears that this bug appeared after version 4...
The problem was introduced in 4.2.20176 - June 24th, 2020.
I previously use 4.2.20168 open the old project created by 4.2.20176.
/ comments
The problem was introduced in 4.2.20176 - June 24th, 2020.
I previously use 4.2.20168 open the old project created by 4.2.20176.
Just in case someone else encounter the same problem Trust Server Certificate=True changed to TrustServerCertificate=True Multi Subnet Failover=False changed to MultiSubnetFailover=False
Remove the space in key will solve the problem
/ comments
Just in case someone else encounter the same problemTrust Server Certificate=True changed to TrustServerCertificate=TrueMulti Subnet Failover=False changed to MultiSubnetFailover=False
Remove the s...
Keyword not supported: 'trust server certificate'.
Working on version 4.2.20168, and encounter error Keyword not supported: 'trust server certificate'.
remove Trust Server Certificate=True, then got error Invalid connection string: Keyword not sup...
also check the log and event log, nothing found related to the exception.
SQL Change Automation-SSMS-202007160742-17512.log %SystemRoot%\System32\Winevt\Logs\Red Gate Software.evtx
/ comments
also check the log and event log, nothing found related to the exception.
SQL Change Automation-SSMS-202007160742-17512.log%SystemRoot%\System32\Winevt\Logs\Red Gate Software.evtx
By the way, I am using the latest version 4.2.20176 - June 24th, 2020 / comments
By the way, I am using the latest version 4.2.20176 - June 24th, 2020
Keyword not supported: 'authentication'.
Setting up a project with a SQL Source Control project in SSMSFollowing this tutorial, and exception happened after
In the dialog, provide the connection details for the shadow database and click ...
Is it possible to support git template feature?
The git commit template will be loaded when try to do a commit.
https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---templateltfilegtCurrently sql source control did not load pre-def...