Great lyeffeth! it worked for my custom theme 🙂 …i’m using WP 3.0.1
If you want to get the image attachment id’s from all your posts, then your SQL would be like this:
SELECT ID FROM 'wp_posts' WHERE post_type = 'attachment' AND post_mime_type LIKE 'image/%'
I have the same problem and i’m in the same damn NEUBOX (I hate that hosting!) well, if I fix this i will let you know 🙂