I need to extract SSIS package data that is deployed in SSMS. Basically, I need to query the package definition from SSMS environment.
I queried in both SSISDB.internal.packages and MSDB.DBO.sysssispackage, but in SSISDB it displays NULL under package data columns and in MSDB I couldn't find the deployed packages at all.
Would someone give an idea where I can pull SSIS package data?