Scheduled import from SQL Server to mySQL -


is possible setup scheduled(preferably hourly) import of data sql server mysql?

manual import of data working through odbc using dbforge studio mysql (604942 rows imported).

due large volume of data, not prefer triggering import command every , manually, rather automatically update recent updated rows only. have field called [last_modified_date].

the intention update rows condition:

[last_modified_date] >= last 1 hour

i complete beginner in databases. survived til date searching solutions online.

you use sql agent schedule job.

in query selecting records move, use add filter on [last_modified_date] align schedule of sql agent job.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -