I have a query that inserts a half million records into a db table. It finishes successfully, but when I try to check the data if it has been inserted using a SELECT statement, there is no data inserted !!
After being frustrated for a while, I tried to import the data using excel import. The excel import wizard ran successfully with a half million records imported as per status. But again when I ran the select statement there was nothing imported into the table. I have double checked the DB name and the table name. There is no mismatch. I have more then 9 years experience as a developer but never seen anything like this ! This is urgent, please help.
S