Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: performance question
Jan van Veldhuizen wrote:
> "Sybrand Bakker" <sybrandb_at_hccnet.nl> wrote in message > news:j19i01p9b64usksdvd6ebb3f90j8jtpk5e_at_4ax.com... >
> > I did not know about this syntax. A nice possibility! > Unfortunately it's not SqlServer-compatible...:-( > I have an application with embedded SQL in stead of using stored procedures > (don't ask me why... I have to live with it for the moment) > The app must be available for Oracle and SqlServer. > I am trying to avoid having different versions of sql statements, but I'm > afraid that will result in a performance loss....
What works best in Oracle will never work best in SQL Server and visa versa. Trying to be "vendor neutral" whatever that means basically means eating Thai food without spices, French food without cream sauces, and being known as mediocre or worse. Reconsider your design decisions.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Wed Feb 09 2005 - 18:18:35 CST