Possible Duplicate:
create sql table programmatically
So for my project, I need to create a a roster table (which includes a list of employees and their hours for the week, Saturday to Friday). However, I have no idea how to add this specific table to the database. I am aware how to add specific fields from a textbox to my sql server database, but I just cannot save a table to a database! The idea is to add these weekly roster tables to the database. Any help will be greatly appreciated.