Jason Kohlhoff
Jason Kohlhoff
Executing ScdMergeWizard.exe will result in the following if .Net Framework 3.5 is not installed. This is increasingly difficult to deal with, because most organizations do not have the group policy...
Add optional support for the EXCEPT operator in the WHEN MATCHED clause, as described here: http://www.made2mentor.com/2013/05/writing-t-sql-merge-statements-the-right-way/ For Example: WHEN MATCHED AND EXISTS (SELECT Source.Column1, Source.Column2 EXCEPT SELECT Target.Column1, Target.Column2) This...
Allow a user defined stored procedure template so that the developer can inject other T-SQL code around the merge statement. For example, I use Azure Data Factory to call a...
I happen to like what the Windows Terminal team does here - https://github.com/microsoft/terminal/blob/master/CONTRIBUTING.md#fork-clone-branch-and-create-your-pr **Fork, Clone, Branch and Create your PR** Once you've discussed your proposed feature/fix/etc. with a team member,...