MySQL MS SQL SMS software

Hi,

Mosh uses MySQL but I use MS SQL Server Management Studio and I’m getting some errors, does MySQL and MS SQL use different coding like some parts of the coding is written a bit differently because I think I might be face some issues in the future, please let me know, thank you.

https://gm1.ggpht.com/Tc00HACVUrvsAfR_Ks1C7N1GrPB2H4MB0Pd0i1l1rViHP7xTq2E9sAoz4Rq0-FXzxR_L28ORWQOJvHm6N_RQ3yPJuW7ui8pQ5B8IXWs1CS-K7IYgefrjMaoCHnUrJV_ksSbNjulj2fyy4U9STX6yqO8vtt__QzjALh1yUgnHv1CHkr0O8ft_-ISPCD1HkZio5B4FFzFuEWK7XbLqzLWMHVlqssOmbKoRD7kpzTaqx8__wkRaUXT8qMmCF5iAY5g0nCvXJkgpWBOS0rT7DbHaLmH2dTs4dxGS_LltvWD9kd5tQGJrMTBw3ON0UdxuFuQLmX1jSKPHy2OLqBAbPx82rMT-0UA1n1ZRJ9_fBwzQyL4a-JPOl4AY1sASZafOK8OLYe-hHW2la9Vix_cPUs89h-Ke-Arslp4RZr4wzyQbdPwaoP0K_R4I15auefoRLum16mEZ8BoGhiguuDtVeBHl7zng34DBOoEVLbaHYG07w6EgvAhErZu9aaEu7vvigpTF1IEhAsdc2cYfV1HEF3MqyTsVYWI6TbWIzqi7hrqAsrodGa9yS3uEs1e0ycQ3gNUhac0lKU_xEJctxWUr13C6EquWgtVgaMIvqU5zsGHkOMbLDvYUqrSbFj_zg0xS_mfF_RWv0ghKb7Z-0RghNuO5gGg7vO0CFNK8VD1iM8jGc-LL5iYzI6UCN0VsdniiQNLulsQrPzmJFxZyUDgpr2fYyGUNsbGmCiZ6rSl86WTuSjouKzck5FGQwVszvGkbC5h5E1S9hQ=s0-l75-ft-l75-ft

Kind Regards,
Safwan

MS SQL is not the same as MySQL.

What helped me avoid connection issues between MySQL and my SMS system was making sure the firewall settings allowed the right ports. I also tested sending messages using sms.to directly from my database using a simple script, and it worked better once I got the API key correctly set in the config.

Hi

SQL is a standard so it should be the same. But actually to some point. Even MariaDB which is a fork from MySQL has differences.
For your information you don’t necessarily need to work with SSMS, though it is probably the most likely option.
Visual Studio with SSDT (SQL Server Data Tools) allows to do fun things such as write tests (pretty basic though) and mostly deploy your database.

Visual Studio code has official extensions that make it even better to use than the other two in regard of managing the scripts codebase.
Also you have Azure Data Studio. Did not use it much but the strong point it has built in notations that integrate well with querying the DB.
Surely Jetbrains has some tool and there might be more than that on other.
If it is about presenting a model I would advise dBeaver Community Editions at least.

Just giving pointers.

Cheers