I\'ve got two tables, one contains the list of bins and the second contains the weekdays where that bin is collected.
declare @bins table ( id int IDENTITY(1,