I'm currently maintaining a website done with HTML/CSS/Javascript/PHP that uses a mssql database. We have one database for development purposes on a dev server and another one on a production server. On both the dev and prod server, there is a data.DailyNormalData. I would like to take every row in the dev database and put them in the existing table in the prod database (after erasing everything in the prod database) as the data in the prod database is not up to date.
My question is, how could I achieve this using Microsoft SQL Server Management Studio 2012? I have searched on how to do this, but have not found exactly a solution for my specific needs.