Setting options in stored procedures  Length of expressions, variables, and arguments

Chapter 16: Using Stored Procedures

Arguments for stored procedures

The maximum number of arguments for stored procedures is 2048. However, you may notice a performance degradation if you execute procedures with large numbers of arguments, because the query processing engine must process all the arguments and copy argument values to and from memory. Sybase recommends that you first test any stored procedures you write that include large numbers of arguments before you implement them in a production environment.





Copyright © 2005. Sybase Inc. All rights reserved. Length of expressions, variables, and arguments

View this book as PDF