From replication BOL, SQL server Express edition can only act as subscriber and only by using Windows Sync Manager.
Can anyone suggest any other methods or third party freeware available to produce a Master - Slave model like transactional replication between two Express edition instances?
- It must be free.
- It must run on Express.
- It must not use triggers.
- I cannot use APIs to develop my own solution.