Thursday, May 9, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 25195  / 2 Years ago, thu, december 23, 2021, 11:50:10

My company develops software with two sides: client and server. I've installed Microsoft SQL Server on Windows and am running the client side on Ubuntu with some configuration.



But I'm wondering: is there a way to run Ubuntu as the server instead and install SQL Server on it?


More From » microsoft

 Answers
2

You can certainly try the approach I will outline below but I don't know if anyone has tried it successfully.




  1. Install virtualization software on your Ubuntu machine (VMWare, Xen, VirtualBox).

  2. Install Microsoft Windows Server in the virtual machine.

  3. Install MS SQL Server on the newly installed Windows Server.



I don't know if any other way would work but people can correct me the MS SQL Server from what I can remember actually relies on Licensing for Microsoft Windows Server. On top of this SQLServer is a pretty bad resource hog so normally organizations try to segregate it from running with any other applications on it's own cluster or server.



One thing that I would question is why not try Sybase as the backend? The connectivity from Linux to SQLServer and Sybase can go through FreeTDS, which would look identical to your client software.


[#41268] Thursday, December 23, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rcraftemur

Total Points: 118
Total Questions: 119
Total Answers: 144

Location: Turks and Caicos Islands
Member since Sun, Mar 7, 2021
3 Years ago
rcraftemur questions
;