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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -