How create a replication between sqlserver in virtual machine with sqlserver in managed Instance

DBA Admin 1 Reputation point
2022-04-12T15:12:51.85+00:00

I have one database in my Virtual Machine that i need replicate to my Managed Instance. Is it possible?

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2022-04-12T16:17:51.1+00:00

    Take in consideration this new feature (in public preview) named Managed Instance Link which allows near real-time data replication from SQL Server to Managed Instance using the proven Always On technology.

    Transactional replicatiion is another possibility for this scenario. This article may be a useful guide for you to set up a transactional replication.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.