Question

Why can i not see an option for copying database objects when i right click > tasks on my database?

Was it helpful?

Solution

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)

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top