Comment on In-database R coming to SQL Server 2016Comments−Jake23211yI'm always reluctant to these kinds of ideas, of executing code on/within my database server.I know it's apparently sandboxed, but that didn't work out too well for ElasticSearch recently: https://jordan-wright.github.io/blog/2015/03/08/elasticsearc....−SigmundA11ySQL is code running in the database server. Most SQL implementations, TSQL, PL/SQL, PGSQL are turing complete as well.
Comments
I'm always reluctant to these kinds of ideas, of executing code on/within my database server.
I know it's apparently sandboxed, but that didn't work out too well for ElasticSearch recently: https://jordan-wright.github.io/blog/2015/03/08/elasticsearc....
SQL is code running in the database server. Most SQL implementations, TSQL, PL/SQL, PGSQL are turing complete as well.