Hi @siddharth mehta ,
SQL Server cannot be installed natively on Surface Laptop 7 (ARM), so there is no edition that will work locally.
The practical and fully working approach is to install SSMS 22 (ARM64) and connect to a SQL Server running on a supported environment (Azure SQL, another x64 machine, or a VM).
This setup gives you the same full functionality as a local SQL Server installation and is the standard workaround used in real projects.
If a local lightweight option is needed, Azure SQL Edge via Docker can be used, but it is not a full replacement for SQL Server.
Thanks,
Akhil.