Hi,
I have a table called Employee. As per the requirement, I need to rename the table dynamically whenever the ssis package runs.Example, is it runs on 4/12/2020, it should be renamed to Employee_bkup_04122020. Can you please help me on how to pass the _bkup_mmddyyyy part here below?
EXEC sp_rename 'Employee', 'Employee_bkup_mmddyyyy'