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?