A: 

Because of the limitations of SQL Server Express, you will need to create scripts for creating all of the objects in the database.

Also, I would assume there would be pre-populated lookup tables. You would need to write scripts to insert that data into the appropriate tables, too.

TheGeekYouNeed