Posts
Sort by recent activity
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...
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...
Is it possible to support git worktree feature for SQL Source Control?
Currently we have a database diverged, and we a v5 on production and v6 on develop environment.We would like to maintain two versions of database at the same time.Here are steps how to create a wor...
Could you provide the feature deploy scripts single file per object?
Hi, I am using sql compare to generate scripts by compare two commit in sql source control. The problem is, when I try to deploy the script, there is only one button to save scripts. When I h...
Use drop and create did not work with index on both normal column and computed column
You can reproduce this bug with the following steps:1. create a new database
2. create a new table with four columnsid inta intb intc is a computed column(c=a+b)3. create a new clustered index on ...
Use Drop and Create Instead Of Alter Option did not work with source control
Hi,
I am using sql comapre to generate scripts, I am using source control revision as data source.
I configure the option "use drop and create instead of alter".
However, the scripts genereted stil...