In what table will I find my packages? -
12-05-2006
, 10:01 AM
When I connect to Intergration Services, expand msdb folders, I can see
my packages.
However when use the database as in:
use msdb
go
Select top 11 *
from dbo.sysdtspackagefolders90
Select top 11 *
from dbo.sysdtspackages
I can see the folders from the first query but cannot see any packages
in the second query.
Just wondering...where are they?
IanO |