Core component of SQL Server for storing, processing, and securing data
Hello Lalitha Maruthachalam,
This is a very common issue on Macs, probably could be:
- Wrong Processor Type: Your Mac (M1/M2/M3) speaks a different language (ARM) than the standard SQL Server (Intel). It tries to start, gets confused, and quits.
- Weak Password: If your password isn't "strong enough" (must have Uppercase, Lowercase, Numbers, AND Symbols), SQL Server automatically shuts down to protect itself.
Use the Azure SQL Edge version. It is made specifically for Macs and works exactly the same way for development.
I learn it watching this video https://www.youtube.com/watch?v=V-4Gg3yL2TE
😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!