|
Hi everybody! I've got a problem with SQL SERVER 2000: how can i get an inventory of all DTS that use a certain object? Thanks! |
|
My solution to this was to export the DTS packages as BASIC scripts and search in the text that is generated. I also used this to copy code from one DTS package to another and to double check, compare and contrast, the internal scripts. |
