hello Everyone,how to copy one database to another db in same machne..plz tell me?
:)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Raja TPosted Nov 18, 2015, 12:04 AM
Jignesh TrivediPosted Nov 17, 2015, 10:48 PM
Arvind ChourasiyaPosted Nov 17, 2015, 10:51 AM
Sourabh SomaniPosted Nov 17, 2015, 9:35 AM
Arvind ChourasiyaPosted Nov 17, 2015, 9:24 AM
Rajeesh MenothPosted Nov 17, 2015, 7:00 AM
There are several ways to do this, below are two options:
Option 1 - Right click on the database you want to copy
Choose 'Tasks' > 'Generate scripts'
'Select specific database objects'
Check 'Tables'
Mark 'Save to new query window'
Click 'Advanced'
Set 'Types of data to script' to 'Schema and data'
Next, Next
You can now run the generated query on the new database.
Option 2
Right click on the database you want to copy
'Tasks' > 'Export Data'
Next, Next
Choose the database to copy the tables to
Mark 'Copy data from one or more tables or views'
Choose the tables you want to copy
Finish
Arvind ChourasiyaPosted Nov 17, 2015, 6:55 AM
Rajeesh MenothPosted Nov 17, 2015, 5:08 AM