An error is returned when deleting records with cascade option in MSSQL

When performing a record deletion with cascade option in MSSQL, you receive a message similar to the following:
Maximum stored procedure, function, trigger, or view nesting level exceeded (limit 32).

Cause and solution:

Deleting with cascade option a row which contains more than 30 references is not supported in MSSQL.