I have one application, I need to pull the data from file to sql server 2008 in every one hour.
I write one stored procedure for it.I want to call this procedure on time period of one hour.This will read all the data from file to sql table.
Any help appreciated.
Thanks in advance.
I write one stored procedure for it.I want to call this procedure on time period of one hour.This will read all the data from file to sql table.
Any help appreciated.
Thanks in advance.
Comment