Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Voxera115856yWhy?
And to @scriptcoded. Sql server is coming to linux, you no longer need windows to run it.
https://docs.microsoft.com/en-us/... -
-
windows is lifting and shifting their junk to linux? Yay!
All jokes aside, I'm probably just unfamilliar with it. mysql and postgres both seem to be significantly easier to work with. -
First db engine I worked with. Never had a problem... loved working with SSMS and even managed to cope with the 2000 version... Then I learned sqlcmd and was even happier... You probably just suck at it.
-
Voxera115856y@1nt3rn3tc0wb0y sql server started out on unix before ms bought it and ported it to windows.
And the way they ported it was to wrap it in a (sql os) like container like a early docker.
Now they just ported that container back to linux so its actually as far as I know the same compiled file running on both :)
But as others said, sql server has been super stable and easy to use.
It can be a bit daunting if you just try to wing it without any previous knowledge but you can squeeze massive amount of performance out if it if you know what you are doing.
Then again, it depends on the needs.
I have used mysql, mssql and mongodb all in production systems for 20+ years and they all have their pros and cons but if I had do go with one for everything mssql would be first choice. -
Voxera115856y@ScriptCoded
https://en.m.wikipedia.org/wiki/...
Check detailed history.
I was wrong on one point, they did not buy it but it was a cooperation where they ported the sybase sql server first to os/2 and then to nt.
ms sql server may be the worst piece of software I've ever worked with.
rant