hello everyone,
i hpe anyone can help me with this issue
i'm working on documentation of an existing project
i'm trying to determine for each package if there is a package that has to run before it
for each source in each package i need to check if that table appears in another package
if so, i check if that package has to run before according to project's logic which i know
is there a way to automaticlly retrieve for a specific table a list of all packages that the table is a source/destination?
i know ther's an option in SSIS 2012to create a catalog and query but i'm using visual studio 2008 and ms sql 2008
thanks