I have two databases with the same table name and identical schemas and no duplicate entries. How would I merge the information? SQL 2008

Insert Into DB1..Table(Col1, Col2)
Select Col1, Col2
From DB2..Table
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.