Share via

How can i install SQL server 2025 on AppVolume/Appstack VM

Michael39 0 Reputation points
2026-04-03T12:35:31.98+00:00

Hi EveryOne

How are you?

I like to install SQL Server 2025 + SSMS on AppVolume/Appstack(win 10) VM for all my users/VDIs in my organization.

How can I do that? Is it possible? I know SQL server it is heavy software

Thanks

Michael

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

Answer recommended by moderator

Akhil Gajavelly 1,825 Reputation points Microsoft External Staff Moderator
2026-04-07T03:55:45.68+00:00

Hi @Michael39 ,

In practice, installing Microsoft SQL Server 2025 inside an AppStack is not recommended. SQL Server is a heavy, service-based application and doesn’t work well in read-only layered setups like AppStacks (you’ll likely hit service/startup or stability issues).

What usually works in real environments,

  • Install SQL Server on a separate VM/server
  • Package only SQL Server Management Studio (SSMS) in AppStack (this is lightweight and works fine)
  • Let users connect to the central SQL Server from their VDI

If you really need SQL Server inside VDI, better install it in the base image, not AppStack.

Thanks,
Akhil.

Was this answer helpful?


1 additional answer

Sort by: Most helpful
  1. AI answer

    2026-04-03T12:35:53.6166667+00:00

    Installing SQL Server 2025 and SSMS inside an App Volumes/AppStack base image is not covered in the provided material. The context only covers:

    • How to install and deploy App-V server components and databases.
    • How to install SQL Server (including Express/2025) and SQL Server Management Studio on regular Windows systems.

    There is no guidance here on packaging SQL Server or SSMS into an AppStack/App Volumes layer, nor on whether this is supported or recommended for multi-user VDI scenarios.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer 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.