Custom Post types and their corresponding theme files

When you register custom post in functions.php add this 'has_archive' => 'book-list'
and then your archive-business_sold.php will work
See this article for details http://www.wpmods.com/wordpress-3-1-custom-post-type-archives

Or just use plugin (for example http://wordpress.org/extend/plugins/simple-custom-post-type-archives)