in reply to Re^3: Recoding a multi-sql-statement storedProc transaction in a script
in thread Recoding a multi-sql-statement storedProc transaction in a script

Good point, Sybase has different behavior with regard to performance of SQL parsing. Oracle doesn't get an advantage from stored procs because it caches the parsed statements already, but most people seem to use stored procs excusively with Sybase.
  • Comment on Re^4: Recoding a multi-sql-statement storedProc transaction in a script