Click here to Skip to main content
15,915,818 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: CCC Pin
Herman<T>.Instance20-Nov-19 0:58
Herman<T>.Instance20-Nov-19 0:58 
GeneralRe: CCC Pin
pkfox20-Nov-19 1:42
professionalpkfox20-Nov-19 1:42 
GeneralReal news, from the future! Pin
Super Lloyd19-Nov-19 22:20
Super Lloyd19-Nov-19 22:20 
GeneralRe: Real news, from the future! Pin
RickZeeland19-Nov-19 23:32
mveRickZeeland19-Nov-19 23:32 
GeneralMini CCCs 146 Pin
Tim Deveaux19-Nov-19 19:34
Tim Deveaux19-Nov-19 19:34 
GeneralRe: Mini CCCs 146 Pin
pkfox20-Nov-19 1:45
professionalpkfox20-Nov-19 1:45 
GeneralRe: Mini CCCs 146 - Done Pin
Tim Deveaux20-Nov-19 3:54
Tim Deveaux20-Nov-19 3:54 
PraiseSql Server on Linux - Bravo MS, bravo! </nonsarcasm> PinPopular
Eddy Vluggen19-Nov-19 16:41
professionalEddy Vluggen19-Nov-19 16:41 
..works?

Started with this thread[^], where Scott Serl[^] says it works. So I tried. And it does OMG | :OMG:

Lots of you will now say that you already knew that, since you have it as a VM in Azure.

There was some error on not being able to install "mssql-tools" due to a missing dependency. Apt-get that dependency, get a similar message on a new package. Try that, another dependency. After four of those, a Y/n on install, and work your way up through the dependencies. That's the tools (like SqlCmd), Sql Server was already running.

Connection error; so this idiot tried to connect using Windows Authentication Hmmm | :|

Try Sql Server authentication and login with sa, new connection error. Quick google teaches me that SqlWb needs to have the (default) port number after the instance name. So, add ",1433" after the instance name, and it connects, acting like a normal Sql Server instance would.

Created a database, created a table, from MS Sql Wb running on a Win10 machine. No additional errors, which must mean I done something wrong. Reboot, and it still works! It's running on not-so-great hardware (hence Linux), but it is still bloody fast (not much other stuff installed). If it works on that machine, then it may work on my Raspberry. Imagine a backup-databaseserver the size of a creditcard. Now all I need to build my own cloud[^] is to get RAID5 working on cheap USB pendrives.

Thank you Microsoft (and Scott) Smile | :)
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

GeneralRe: Sql Server on Linux - Bravo MS, bravo! </nonsarcasm> Pin
honey the codewitch19-Nov-19 16:50
mvahoney the codewitch19-Nov-19 16:50 
GeneralRe: Sql Server on Linux - Bravo MS, bravo! </nonsarcasm> Pin
Eddy Vluggen20-Nov-19 4:45
professionalEddy Vluggen20-Nov-19 4:45 
GeneralRe: Sql Server on Linux - Bravo MS, bravo! </nonsarcasm> Pin
Jörgen Andersson20-Nov-19 22:00
professionalJörgen Andersson20-Nov-19 22:00 
GeneralRe: Sql Server on Linux - Bravo MS, bravo! </nonsarcasm> Pin
Eddy Vluggen21-Nov-19 0:19
professionalEddy Vluggen21-Nov-19 0:19 
GeneralRe: Sql Server on Linux - Bravo MS, bravo! </nonsarcasm> Pin
Kornfeld Eliyahu Peter19-Nov-19 20:11
professionalKornfeld Eliyahu Peter19-Nov-19 20:11 
JokeRe: Sql Server on Linux - Bravo MS, bravo! </nonsarcasm> Pin
dan!sh 19-Nov-19 20:45
professional dan!sh 19-Nov-19 20:45 
GeneralRe: Sql Server on Linux - Bravo MS, bravo! </nonsarcasm> Pin
Sander Rossel19-Nov-19 21:35
professionalSander Rossel19-Nov-19 21:35 
GeneralRe: Sql Server on Linux - Bravo MS, bravo! </nonsarcasm> Pin
pkfox20-Nov-19 1:47
professionalpkfox20-Nov-19 1:47 
GeneralRe: Sql Server on Linux - Bravo MS, bravo! </nonsarcasm> Pin
Eddy Vluggen20-Nov-19 3:18
professionalEddy Vluggen20-Nov-19 3:18 
GeneralRe: Sql Server on Linux - Bravo MS, bravo! </nonsarcasm> Pin
Jörgen Andersson20-Nov-19 5:49
professionalJörgen Andersson20-Nov-19 5:49 
GeneralRe: Sql Server on Linux - Bravo MS, bravo! </nonsarcasm> Pin
Jörgen Andersson20-Nov-19 5:51
professionalJörgen Andersson20-Nov-19 5:51 
GeneralRe: Sql Server on Linux - Bravo MS, bravo! </nonsarcasm> Pin
Eddy Vluggen20-Nov-19 6:15
professionalEddy Vluggen20-Nov-19 6:15 
GeneralRe: Sql Server on Linux - Bravo MS, bravo! </nonsarcasm> Pin
Marc Clifton20-Nov-19 2:50
mvaMarc Clifton20-Nov-19 2:50 
GeneralRe: Sql Server on Linux - Bravo MS, bravo! </nonsarcasm> Pin
Eddy Vluggen20-Nov-19 3:15
professionalEddy Vluggen20-Nov-19 3:15 
Questiondoes anyone know if i submit an article now if it will get into the next daily build? Pin
honey the codewitch19-Nov-19 16:37
mvahoney the codewitch19-Nov-19 16:37 
AnswerRe: does anyone know if i submit an article now if it will get into the next daily build? Pin
Eddy Vluggen19-Nov-19 16:48
professionalEddy Vluggen19-Nov-19 16:48 
GeneralRe: does anyone know if i submit an article now if it will get into the next daily build? Pin
honey the codewitch19-Nov-19 16:49
mvahoney the codewitch19-Nov-19 16:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.