Better languages than SQL for stored procedures

Posted by Ken Paul on Stack Overflow See other posts from Stack Overflow or by Ken Paul
Published on 2008-12-04T06:49:04Z Indexed on 2010/03/12 12:57 UTC
Read the original article Hit count: 362

I'm getting increasingly frustrated with the limitations and verbosity required to actually commit some business logic to stored procedures, using languages such as Transact-SQL or PL/SQL. I would love to convert some current databases to Oracle and take advantage of its support for Java stored procedures, but that option is not available at the moment.

What alternatives would you recommend in the way of databases that support stored procedures in other languages?

© Stack Overflow or respective owner

Related posts about stored-procedures

Related posts about database