My requirement is to maintain two database in SQL Server 2014 Management Studio (one for transaction and another for reporting) for single application developed in EF 7 and MVC 6.
My question is
- what are the technologies I can implement for my requirement?
- How to Implement and maintain two database?
I did some R&D regarding the requirement here but I cannot find the actual solution. Solution I find from R&D is Mirroring, synchronisation and CDT. I am not been able to figure out which technology to use for data replication.
I want to feed data in reporting db at the time of transaction in transaction db and I may be allowed for updating the reporting db.