Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: When to use stored procedures

    Hi,

    The main reason to use SQL Stored procedures is mainly performance,

    First of all, SQL Anywhere's procedure language simply runs faster than the application programming language in use.

    Second, there is...

Viewing post 1 (of 1 total)