4
Answers

Copy tables from one database to another in SQL Server

Deepak Ratan

Deepak Ratan

9y
848
1
Copy tables from one database to another in SQL Server
 
I have a database called FirstDatabase and a database called SecondDatabase. I have a 40 table's in FirstDatabase  that I want to COPY (data and all)  from FirstDatabase to SecondDatabase. What is the SQL statement to do this? 
Answers (4)