I have a .dbf file. I just want to save data in my sql server database after some time interval from that .dbf file to sql server database.
Please help its urgent
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted Jul 29, 2013, 3:03 AM
Later, use SSIS, to insert the records into your DBF database to SQL server. You can do schedule it.
http://www.c-sharpcorner.com/uploadfile/muralidharan.d/basic-ssis-data-transformation/default.aspx
Please let me know, if it is not clear to you.