Microsoft announces the next version SQL Server for Windows and Linux
81–90 of 92 posts
Re: Microsoft announces the next version SQL Server for Windows and Linux
#82As someone who has been working with them on pushing this live for the last 6 months I can tell you, we're all very excited to finally push this public preview
Wow Will the Linux build come with SSASS capabilities as well?
Re: Microsoft announces the next version SQL Server for Windows and Linux
#83This doesn't seem to be a bona fide port to Linux. The sqlservr binary seems to load some .sfp files in the lib directory of the installation, and those files seem to include a good chunk of a Windows installation. There's registry hives, batch commands, and what look like PE64 executables in there.
Re: Microsoft announces the next version SQL Server for Windows and Linux
#84Microsoft has created an apt repository for Ubuntu. That's really nice. https://docs.microsoft.com/en-gb/sql/linux/sql-server-linux-...
sudo apt install mssql-server felt really weird. Oddly a much nicer install process than the last time I installed MSSQL server on Windows(which was admittedly a log time ago, and it could be better now).
Re: Microsoft announces the next version SQL Server for Windows and Linux
#85Earlier quoted context omitted.
If they ported query parallelism across CPU cores as base MSSQL on Windows has, that would be a significant differentiator for those in the DWH / analytics space. Its also likely this is a attempt to keep customers on the MSSQL platform who otherwise don't have a need for a commercial OS, and may be willing to keep paying for MSSQL while cutting their OS expenses.
Postgres added query parallelism in 9.6!
Re: Microsoft announces the next version SQL Server for Windows and Linux
#86This doesn't seem to be a bona fide port to Linux. The sqlservr binary seems to load some .sfp files in the lib directory of the installation, and those files seem to include a good chunk of a Windows installation. There's registry hives, batch commands, and what look like PE64 executables in there.
Re: Microsoft announces the next version SQL Server for Windows and Linux
#87Re: Microsoft announces the next version SQL Server for Windows and Linux
#88This doesn't seem to be a bona fide port to Linux. The sqlservr binary seems to load some .sfp files in the lib directory of the installation, and those files seem to include a good chunk of a Windows installation. There's registry hives, batch commands, and what look like PE64 executables in there.
Re: Microsoft announces the next version SQL Server for Windows and Linux
#89I've not looked at MS-SQL in a long time. My business ships software using PostgreSQL. Does anyone have, in their opinion, compelling reasons why one should consider MS-SQL on Linux for either a new project or potential migrating too? Consider too, PostgreSQL runs under Windows as a service too. What does MS-SQL have that PostgreSQL does not?
Re: Microsoft announces the next version SQL Server for Windows and Linux
#90Earlier quoted context omitted.
Apparently they ship it together with Windows as library OS: https://twitter.com/TobiasSQL/status/798937457916002304 >The Platform Abstraction Layer (PAL) powering @SQLServer on #Linux evolved from the MSFT Research Drawbridge project
So Microsoft Wine? Part of the way there?