Why can I not see an option for copying database objects when I right click > tasks on my database?
2 Answers
MS Sql Server Express doesn't come with SSIS which is what you will need to import/export objects out of your database.
You can also manually script this process. One way is to use BCP (http://msdn.microsoft.com/en-us/library/ms162802.aspx)
1 Comment
Joel Coehoorn
Agreed. The Import and Export options require a for-pay edition like Standard or better.
Have a look at Red Gate SQL Compare and SQL Data Compare.
You can download the trial and use them to build a script that will dump your objects to a .sql file.