0

I'm new to Azure, I want to know about how we can implement SQL Data Export Service in c#.

my actual problem is "I am using C#.net to implement some web services and also use SQL azure as database for that services. So there each day i want to check whether there is any updation in my database. If there is an updation then i want to read only that updated data from my sql azure database and load that datainto some another sql database(both SQL Server and SQL Azure)". So i want to implement this function as windows azure worker role. So each and every day these worker role be executed. How i can implement that entire operation using c#.net. If anyone know the solution please help me. Thanks

1 Answer 1

1

For that you will have to create a "Worker Role", which is similar to a window service.

For details have a look at How to create a worker role and also Building Windows Azure Service: Worker Role Background Tasks Handler

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.