Schema has been described crudely in Excel as follows:
tablename columnname columnid type length description table1 table1col1 1 int 4 blah blah table1 table1col2 2 varchar 15 dah dah dah table2 table2col1 1 int 4 etc table3 table3col1 1 money 10 $$$
There is a second worksheet tab for a second database described in a similar manner. How can I create databases in SQL Server 2008 from this format?