Hi Team,
I need to implement naming standards when developing SSIS packages.
Just want to know that if there is a way we can achieve below:
Current Functionality
For e.g. If we drag and drop "Execute SQL Task" from SSIS Toolbox to Control Flow design area, it gives name as "Execute SQL Task", if we drag one more "Execute SQL Task", the name will be "Execute SQL Task 1" and
so on.
Expected Functionality
When we drag and drop "Execute SQL Task" from SSIS Toolbox to Control Flow design area, it should be named as "SQL-", if we drage one more "Execute SQL Task", the name should be "SQL-1" and so on.
And to do the same change for all tasks.
Please let me know if its achievable or not. If Yes, then how? Thanks for your time and effort.
Regards,
Harshit Vasa