Hi guys.
My scenario: I have one db for an application, in production. We hav some datawarehouse (SAP) connecting to the db and extracting some data.
I need to make a copy of the prod db on another sql server to simulate a preprod environment with the same changes as in prod. (for the preprod dw)
I have been looking at replication, mirroring and log shipping, but can anyone suggest what option I should use? Performance is not so important, the most important is that the prod db is always available.