0

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

2 Answers 2

2

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)

Sign up to request clarification or add additional context in comments.

1 Comment

Agreed. The Import and Export options require a for-pay edition like Standard or better.
0

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.