• Only in SS2K5 can you use the TOP keyword with DELETE.  Wouldn't this work for any version (and still use TOP)?:

    DELETE customers FROM (SELECT TOP 10 * FROM customers ORDER BY DateAdd DESC)