Is it possible to DELETE a TOP specified number of records from a table?
eg. DELETE TOP 100 * FROM tb_MyTable
The Objective is to generically batch DELETE's so that it is not dependant on a WHERE clause.
A Program is only Complete when the Programmer Dies