Because the stored procedure leaves sequence definitions in the database a subsequent DB Load fails.
This is a defect
The stored procedure has been superseded by the drop_all.sql script, which removes everything and exists for all DB types.
The stored procedure in SQL Server should not be used.
The stored procedure will be removed from the database in a future version.
The reference for this is DE165920.