SQL Server Management Studio (SSMS) 21 GA is now available
Updated May 19, 2025
Version 3.0UPDATE: It appears my problem stems from a missing SSIS component. Most of the SQL Server Agent jobs we have run SSIS packages. If that component is missing, not only will I not be able to see the associated package in the job step, I will also not be able to configure the job for SSIS package execution in the step. Is anyone else encountering this issue?
heashon2000 You need to modify your SSMS installation using the Visual Studio Installer to add the SSIS component. We made that available in a previous release, but we don't automatically install it (we don't assume that everyone uses SSIS). Once you modify your installation, you should be able to see everything.
BINGO!! That worked!! Thanks Erin!