O inferno está mais frio.....Microsoft Sql Server em Linux

Nemesis11

Power Member
Quem anda pelo mundo da informática no mercado empresarial sabe que a Microsoft têm uns ovos de ouro que são ao mesmo tempo bons produtos e dão muito dinheiro.

Um desses produtos é o Microsoft Sql Server e a versão 2016.......preparem-se........vai sair para Linux.

Reparem nesta imagem:
SQL-Loves-Linux_2_Twitter-002-640x358.png


Extending SQL Server to Also Now Run on Linux

Today I’m excited to announce our plans to bring SQL Server to Linux as well. This will enable SQL Server to deliver a consistent data platform across Windows Server and Linux, as well as on-premises and cloud. We are bringing the core relational database capabilities to preview today, and are targeting availability in mid-2017.

SQL Server on Linux will provide customers with even more flexibility in their data solution. One with mission-critical performance, industry-leading TCO, best-in-class security, and hybrid cloud innovations – like Stretch Database which lets customers access their data on-premises and in the cloud whenever they want at low cost – all built in.

“This is an enormously important decision for Microsoft, allowing it to offer its well-known and trusted database to an expanded set of customers”, said Al Gillen, group vice president, enterprise infrastructure, at IDC. “By taking this key product to Linux Microsoft is proving its commitment to being a cross platform solution provider. This gives customers choice and reduces the concerns for lock-in. We would expect this will also accelerate the overall adoption of SQL Server.”

“SQL Server’s proven enterprise experience and capabilities offer a valuable asset to enterprise Linux customers around the world,” said Paul Cormier, President, Products and Technologies, Red Hat. “We believe our customers will welcome this news and are happy to see Microsoft further increasing its investment in Linux. As we build upon our deep hybrid cloud partnership, spanning not only Linux, but also middleware, and PaaS, we’re excited to now extend that collaboration to SQL Server on Red Hat Enterprise Linux, bringing enterprise customers increased database choice.”

“We are delighted to be working with Microsoft as it brings SQL Server to Linux,” said Mark Shuttleworth, founder of Canonical. “Customers are already taking advantage of Azure Data Lake services on Ubuntu, and now developers will be able to build modern applications that utilize SQL Server’s enterprise capabilities.”

Bringing SQL Server to Linux is another way we are making our products and new innovations more accessible to a broader set of users and meeting them where they are. Just last week, we announced our agreement to acquire Xamarin. Recently, we alsoannounced Microsoft R Server , our technologies based on our acquisition of Revolution Analytics, with support for Hadoop and *****.

The private preview of SQL Server on Linux is available starting today and we look forward to working with the community, our customers and our partners to bring it to market.

Please join me Satya Nadella, Joseph Sirosh and Judson Althoff at our Data Driven event on Thursday to hear more about this news and how Microsoft is helping customers transform their business using data.

https://blogs.microsoft.com/blog/2016/03/07/announcing-sql-server-on-linux/
https://www.microsoft.com/en-us/server-cloud/sql-server-on-linux.aspx

Para quem só corre linux no desktop isto pouco interessa, mas no mercado empresarial isto é "huge". A Microsoft já tinha começado a portar coisas para Linux com o .Net e agora isto.

Pessoalmente estou de boca aberta. Linux agora corre Postgres, mysql/mariadb, Oracle e MS Sql Server, além de Sqlite no mercado embedded.

Eu acho que ainda vamos ver o dia em que a Microsoft lança uma distro de Linux. Não para o mercado desktop, mas para o mercado empresarial.
 
266367.png


Não sei se a quote é verdadeira... mas tem piada :P

Na parte empresarial acho que só deve falar o Office correr em Linux. Como anda o .NET? Ainda é necessário usar o Mono?

Em jeito de rant... não sei porque fizeram o esforço. Levam 15-0 do Postgres em termos de funcionalidade. Devem levar uns 7-0 do Maria/MySql. E se eu quiser gastar rios de dinheiro... compro o Oracle Db :P (que dá 1000-0 aos outros... todos juntos)
 
Não sei se a quote é verdadeira... mas tem piada :P

É verdadeira.

Na parte empresarial acho que só deve falar o Office correr em Linux.

O Office é client side. Não tenho grandes esperanças que apareça em Linux. O Sql Server é a base para muitos produtos no mundo Microsoft. É possível que outros produtos server side da Microsoft apareçam em Linux.
Client side, tenho as minhas dúvidas.

Em jeito de rant... não sei porque fizeram o esforço. Levam 15-0 do Postgres em termos de funcionalidade. Devem levar uns 7-0 do Maria/MySql. E se eu quiser gastar rios de dinheiro... compro o Oracle Db :P (que dá 1000-0 aos outros... todos juntos)

Dos quatro conheço mal Oracle, por isso desse não falo. Há coisas que chateiam, como ser preciso o X estar instalado para instalar Oracle, mas ok. Sql Server trabalho quase desde o seu inicio, na versão 7, antes da versão 2000. Entre MS Sql Server e Mysql, o MS Sql Server é claramente melhor. Em relação ao Postgres, Postgres ganha nuns lados mas perde noutros em relação ao MS Sql Server.

Já agora, o Sql Server veio da Sybase.....que por sua vez é descendente de Ingres. Por isso o Sql Server volta a casa.
 
Desde que seja lucrativo para a MS, ele estão sempre presentes. Office e afins é que está quieto.
Eles apenas querem entrar com um produto que lhes é lucrativo na platforma que domina o mercado dos servidores. Nothing to see here...
 
Para mim que trabalho principalmente com tecnologias .NET, são huge news.

Estou a gostar bastante de olhar para esta "nova" MS e até o Hardware (falando em particular do Surface Pro e do Surface Book) me atrai mais do que os últimos produtos da Apple (que uso desde 2007), sendo muito provável que a minha próxima máquina venha a ser um destes dois.

Por fim, temos também a indicação que no próximo update ao Windows 10 vamos ter Bash em Windows + execução de binários linux.
 
Por fim, temos também a indicação que no próximo update ao Windows 10 vamos ter Bash em Windows + execução de binários linux.

Pois é:
Ubuntu on Windows -- The Ubuntu Userspace for Windows Developers

Here's let's break it down slowly...
  1. Windows 10 users
  2. Can open the Windows Start menu
  3. And type "bash" [enter]
  4. Which opens a cmd.exe console
  5. Running Ubuntu's /bin/bash
  6. With full access to all of Ubuntu user space
  7. Yes, that means apt, ssh, rsync, find, grep, awk, sed, sort, xargs, md5sum, gpg, curl, wget, apache, mysql, python, perl, ruby, php, gcc, tar, vim, emacs, diff, patch...
  8. And most of the tens of thousands binary packages available in the Ubuntu archives!
"Right, so just Ubuntu running in a virtual machine?" Nope! This isn't a virtual machine at all. There's no Linux kernel booting in a VM under a hypervisor. It's just the Ubuntu user space.

"Ah, okay, so this is Ubuntu in a container then?" Nope! This isn't a container either. It's native Ubuntu binaries running directly in Windows.

"Hum, well it's like cygwin perhaps?" Nope! Cygwin includes open source utilities are recompiled from source to run natively in Windows. Here, we're talking about bit-for-bit, checksum-for-checksum Ubuntu ELF binaries running directly in Windows.
[long pause]

"So maybe something like a Linux emulator?" Now you're getting warmer! A team of sharp developers at Microsoft has been hard at work adapting some Microsoft research technology to basically perform real time translation of Linux syscalls into Windows OS syscalls. Linux geeks can think of it sort of the inverse of "wine" -- Ubuntu binaries running natively in Windows. Microsoft calls it their "Windows Subsystem for Linux". (No, it's not open source at this time.)

Oh, and it's totally shit hot! The sysbench utility is showing nearly equivalent cpu, memory, and io performance.


[...]

http://blog.dustinkirkland.com/2016/03/ubuntu-on-windows.html
 
Back
Topo