Stored Procedures

Microsoft SQL Server version 6.5 includes new and enhanced stored procedures for the following:

Unless otherwise noted, all system stored procedures return a value of 0 to indicate success. Failure is indicated by any non-zero return value, usually greater than zero.

Important All extended stored procedures written in the C programming language must be recompiled from the C source code and relinked under Microsoft SQL Server version 6.5 to OPENDS60.LIB.