dnlnln / generate-sql-merge

Generate SQL MERGE statements with Table data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to handle multiple tables

jtourvieille opened this issue · comments

Hello,

Thanks for the great job!

Would it be possible to consider the option to generate SQL MERGE statements for multiple tables?

For instance:
EXEC [sp_generate_merge] 'AddressType;SecondTable;ThirdTable', @Schema='Person'

Thanks!