Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 613 Bytes

File metadata and controls

17 lines (8 loc) · 613 Bytes

Windows — Install SQL Server Developer Edition and SSMS

SQL Server Developer Edition is free, full-featured, and perfect for learning.

  1. Go to 👉 https://www.microsoft.com/en-us/sql-server/sql-server-downloads
  2. Under SQL Server 2022 Developer, click Download now.
  3. Run the installer and choose Basic setup (quickest).
  4. When installation finishes, note the server name (usually localhost or localhost\SQLEXPRESS).
  5. You can install SQL Server Management Studio (SSMS) from the same page.