I need to send batch emails. Well some groups (on certain criteria) contain e.g. 600 emails while some contain just 90 but the limit of the BCC field is 100 (ISP limitation).

How do i send all the email groups splitting those of 600 to 6 equal groups?

The emails are stored to the SQL Server 2000 database.

Thanks