I’m trying to developing asp.net web sites.according to requirement i have to get some
data from my sql db and update in to ms sql server.
I want to get some updated information from my sql db. How can i track the updated field
or id in my sql db using asp.net.
Need web services or any technologies? Please help me to solve this problem.
This sounds like a background job that does not needs a lot of user interaction. Here is something I would suggest:
Update: You can create the package in SQL database. In the package, your source will be MySQL database and sink will be the SQL database.