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.