| This is just an FYI, it seems as thought the findsa procedure may need to have a change made to the type for the variable @max from int to bigint if you want to try to find a password with a length > 5 characters, otherwise it gives an error, because the value returned by the Possibilities udf is our of the range of an int |