I have two tables, 2012 and 2018, each in different databases. I am currently using SQL Server.
The 2012 table has data filled in, while the 2018 table has the same exact columns, but is empty. I want to copy data from the 2012 table to the 2018 table. I tried looking it up online, but most of the information pertained to other versions of SQL (MySQL, Oracle, etc.)
I would very much appreciate some help with this. Thank you.