• You actually don't need the following line

    DECLARE @cmd VARCHAR(MAX)

    As said, you would be better deleting the information from the table. You could use TRUNCATE TABLE for performance, but it has its limitations.

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2