Using temporary tables in stored procedures  Arguments for stored procedures

Chapter 16: Using Stored Procedures

Setting options in stored procedures

You can use some of the set command options inside a stored procedure. The set option remains in effect during the execution of the procedure and most options revert to the former setting at the close of the procedure. Only the dateformat, datefirst, language, and role options do not revert to their former settings.

However, if you use a set option (such as identity_insert) that requires the user to be the object owner, a user who is not the object owner cannot execute the stored procedure.





Copyright © 2005. Sybase Inc. All rights reserved. Arguments for stored procedures

View this book as PDF