I currently have an Access Database with a table named "orders". I need to append the records from the Access table "orders" to an existing table also named "orders" in SQL Server.
Both databases are not linked, but both are on the same machine, Windows Server 2008R2.
How do I write the query?
Again, in SQL Server, I already an existing table named "orders" with some data in it, which I need to keep. I need to append from Access to this existing table in SQL Server.
Also, all the fields are identical, named the same in both tables.
Any help would be appreciated.
Thank you.