October 09, 2014
On Thursday, 9 October 2014 at 17:11:57 UTC, Paulo Pinto wrote:
> Really? I am yet to do any project with it instead of MySQL.
>
> --
> Paulo

All I know is that in Arch Linux MySQL is not even in official repos anymore, only MariaDB is there :)
October 09, 2014
On Thursday, 9 October 2014 at 17:11:57 UTC, Paulo Pinto wrote:
> Am 09.10.2014 um 10:24 schrieb Russel Winder via Digitalmars-d:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On 09/10/14 09:08, ketmar via Digitalmars-d wrote:
>>> On Thu, 09 Oct 2014 07:58:24 +0000 Sergey via Digitalmars-d
>>> <digitalmars-d@puremagic.com> wrote:
>>>
>>>> But there is no good solution for the production, which need
>>>> reliability.
>>> mssql is not a database of choise. ;-) i.e. there aren't alot of
>>> people writing DB frontends in D, and those who writing web apps
>>> using mysql. so i don't think that you'll find something better
>>> that what we have now. virtually nobody is using mssql with
>>> GNU/Linux.
>>>
>>
>> And most people are now using MariaDB!
>>
>
> Really? I am yet to do any project with it instead of MySQL.

Its protocol (and AFAIK database layout) is binary compatible to MySQL, so you usually wouldn't even notice it.
October 09, 2014
Am 09.10.2014 um 19:23 schrieb Dicebot:
> On Thursday, 9 October 2014 at 17:11:57 UTC, Paulo Pinto wrote:
>> Really? I am yet to do any project with it instead of MySQL.
>>
>> --
>> Paulo
>
> All I know is that in Arch Linux MySQL is not even in official repos
> anymore, only MariaDB is there :)

The Enterprise only knows RedHat, SuSE and Ubuntu as GNU/Linux distributions. :)
October 09, 2014
On Thursday, 9 October 2014 at 18:36:10 UTC, Paulo Pinto wrote:
> Am 09.10.2014 um 19:23 schrieb Dicebot:
>> All I know is that in Arch Linux MySQL is not even in official repos
>> anymore, only MariaDB is there :)
>
> The Enterprise only knows RedHat, SuSE and Ubuntu as GNU/Linux distributions. :)

Arch Linux knows no stinking enterprise :P
October 09, 2014
On 10/09/2014 02:47 PM, Dicebot wrote:
> On Thursday, 9 October 2014 at 18:36:10 UTC, Paulo Pinto wrote:
>> Am 09.10.2014 um 19:23 schrieb Dicebot:
>>> All I know is that in Arch Linux MySQL is not even in official repos
>>> anymore, only MariaDB is there :)
>>
>> The Enterprise only knows RedHat, SuSE and Ubuntu as GNU/Linux
>> distributions. :)
>
> Arch Linux knows no stinking enterprise :P

You made him sad!
http://www.semitwist.com/download/sadpicard.jpg

:P
October 10, 2014
Well, thanks for the explanation, now I understand more at the expense of Microsoft.
It is a pity that it is not possible to write a client on D for mssql now.
I liked the language D.

Thank you all ...

P.s.
I work in a company where a very large database, and very stability is important, data integrity, etc. And mysql or MariaDB not suitable for these tasks. Maybe in the future turn out to use PostgreSQL.
October 10, 2014
On 10/09/2014 09:33 PM, Sergey wrote:
> Well, thanks for the explanation, now I understand more at the expense
> of Microsoft.
> It is a pity that it is not possible to write a client on D for mssql now.
> I liked the language D.
>
> Thank you all ...
>
> P.s.
> I work in a company where a very large database, and very stability is
> important, data integrity, etc. And mysql or MariaDB not suitable for
> these tasks. Maybe in the future turn out to use PostgreSQL.

As people have said, you can just use a C lib. D links to C.

October 10, 2014
On 10/10/2014 3:32 p.m., Nick Sabalausky wrote:
> On 10/09/2014 09:33 PM, Sergey wrote:
>> Well, thanks for the explanation, now I understand more at the expense
>> of Microsoft.
>> It is a pity that it is not possible to write a client on D for mssql
>> now.
>> I liked the language D.
>>
>> Thank you all ...
>>
>> P.s.
>> I work in a company where a very large database, and very stability is
>> important, data integrity, etc. And mysql or MariaDB not suitable for
>> these tasks. Maybe in the future turn out to use PostgreSQL.
>
> As people have said, you can just use a C lib. D links to C.

On that note example: http://www.freetds.org/ which is used with OpenDBX.

October 10, 2014
On 09/10/14 10:08, ketmar via Digitalmars-d wrote:

> virtually nobody is using mssql with GNU/Linux.

1. Who said anything about GNU/Linux

2. At my previous work we used SQL Server together with Ruby on Rails running on Linux. Odd fit, I know

-- 
/Jacob Carlborg
October 10, 2014
On Fri, 10 Oct 2014 09:02:16 +0200
Jacob Carlborg via Digitalmars-d <digitalmars-d@puremagic.com> wrote:

> On 09/10/14 10:08, ketmar via Digitalmars-d wrote:
> 
> > virtually nobody is using mssql with GNU/Linux.
> 1. Who said anything about GNU/Linux
topicstarter. the word "Debian" has very defined meaning.

> 2. At my previous work we used SQL Server together with Ruby on Rails running on Linux. Odd fit, I know
that's why i added the word "virtually". ;-)