Copy Rows from one SQL Server database to another when table changes -


i looking method copy rows selected table 1 sql database whenever change happens selected tables. our client has live database , needs fetch changes our database associated new website.

we planning implement triggers on selected tables invoke coping mechanism. please tell me if cause performance issues, , recommend if suggested method same.

replication solution.as requirements not getting clear question still check link [https://www.codeproject.com/articles/715550/sql-server-replication-step-by-step]


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -