Stored Procedures - Do you return a value indicating the status?
Last updated by SSW.Rules.SharePointExtractor almost 4 years ago.See historyMake sure your stored procedures always return a value indicating the status. All stored procedures should return the error number (if an error) or a 0 to indicate no errors (ie success).