this is a log file generated......and has thousands of records in it.
So i need this data to be inserted in another database
w.r.t the time as it is generated after ONE minute for eg:
What are the fields in this tempdb ?. I don't think all that data would be stored in just one field per record !!. If you know the field which contain the time, you can write a SQL statement or just filter the recordset using the filter method and write them out to another table.
hi
thanx for your time
I am importing a text file in to my database
as i import the data also contains null value
so after i import i have to pick data according to the time and day to insert into a new database
You can see the following file i am importing to a temp database and that data i need to store in final db w.r.t to the Time.