I'm not very familiar with SQL Server. I am using SQL Server 2012 Management Studio. I have two databases (one internal and one external). Our external DB has been hacked and I need to overwrite all of the data from our internal server to our external server.
Replication is currently setup to replicate the internal data out to the external server.
How can I quickly force the replication, snap shot, or something else to overwrite all of the data in the external server using the data from the internal server?