OK here we go...
I'm coming into an environment that has hundreds of DTS packages and the SQL Server Connections within the packages are using "sa". One of the big ticket items right now is changing the "sa" password on all the servers... which means all the SQL Server Connections within the DTS packages need to have the new password in them.
I've done TONNES of investigating and I'm come to the conclusion that there is no "easy" way to do this, so the solution I'm working towards involves exporting all the DTS packages to VB (*.bas) files and then doing the ever popular "search and replace".
I've found tools/scripts to perform exports to *.dts package but I've yet to find something where I can export all DTS packages on a server to *.bas files.
Please help!!!
Thanks in advance
CK