I need some knowledge or guidance on T-SQL coding.
I want to build a stored procedure which will do a merge transaction by taking source and target tables from its parameters. I also want to use source and target column names dynamically inside the stored procedure.
Your help is highly appreciated.