Hi All ,
I have to insert a given number of records in a database table.
Database table has DATE and TIME as P-key.
Issue : Suppose there are 500 records.In such a case INSERT does not work on the table due to insertion at same TIME.Hence only limited number of records are inserted in table.
Please provide solution such that the database table is updated with all the records.I do not want to use WAIT UP TO 1 SECONDS.
Thanks in Advance.