-8

I am using SQL Server 2008 R2 Edition and I have a database dbCRM with many tables and other database objects.

Now I created a database dbCRMTest and I want to copy all the database objects from the first database dbCRM to second dbCRMTest.

How do we achieve this?

3

1 Answer 1

2

1) Backup dbCRM

2) Restore dbCRM backup to dbCRMTest with overwrite

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

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.