program to edit dts package code in sql server 200
Hi,
In my company we have 1000 of packages, now we need to Modify them, I need to replace @@Identity with Scope_Identity() in every packages. (packages have more than 1 nodes). So I need a program which will open the package 1 by 1 and go through the 1 by 1 node and replace it.
Can some one plz help me?
Thanks
Sandipan
|