Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to save some data on database without performing any action. coding is created in asp.net using c#,it will take feeds from a website and directoly save it in database. what i need to do for that.Note i dont want to open the page and click on some button and after that it takes the feeds.
Posted

What is the source of the feed? website doesn't make much sense. Is it a text file? In any case you should be able to create an SSIS (SQL Server Integration Services) package to transfer data between two different data sources, and then you can schedule this package to run at periodic intervals.
 
Share this answer
 
You might need to create a service. That picks the data from where you want and save it in the database. You can schedule this service based on the requirement like hourly, daily, weekly etc..
 
Share this answer
 
Comments
saifullahiit 25-Jul-11 3:41am    
Brij can you tell what type of service i need to create and how?
Brij 25-Jul-11 3:44am    
You can create a windows service. Or another simple way, create some console application that read the data save in the database. test it properly. And schedule this exe on your server using windows scheduler.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900