Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copy an SQL database within the same SQL instance

Status
Not open for further replies.

raniweb

Technical User
Apr 26, 2004
66
US
I am needing to make a copy of a database in SQL that will be located on the same server same instance as the orginal database. I've read that one could create a database then export the orginal database into the new database. Would this actually work and is there a better way to copy a database?
 
is there any reason why you could not just restore the database as a new name? its the easiest and most complete way to copy a database.
 
No I'm just not sure how to copy a database in SQL and I'm trying to figure out how to do it and what the best method is. Thank you!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top