Share via

Hybrid and migration component at SSMS 22

Urbel 460 Reputation points
2026-02-23T03:02:08.66+00:00

Hi expert,

I need install SSMS 22 by offline with input this command vs_SSMS.exe --layout C:\SSMS_Layout --all

but this command install ALL PACKAGES Component

I only need component package of Hybrid and Migration

anyone know the Packages Component to use as argument on the command?

thank you for all reply

warm regard,

UrBel

SQL Server Migration Assistant
SQL Server Migration Assistant

A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.

0 comments No comments
{count} votes

Answer accepted by question author
  1. Q&A Assist
    2026-02-23T03:02:15.7533333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To install only the Hybrid and Migration component for SSMS 22, you can use the following command with the specific component ID for the Hybrid and Migration workload:

    vs_SSMS.exe --layout C:\SSMS_Layout --add Microsoft.SqlServer.Workload.SSMS.HybridAndMigration --includeRecommended
    

    This command will create an offline layout that includes only the Hybrid and Migration component along with any recommended components associated with it. Make sure to adjust the layout path as needed.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.