sachin shukla
02-12-02, 02:57
| I am having a doubt with bcp. We are doing bcp transfer of some tables from a source sybase database on one server to a target sybase database on another server. While tranferring a big table from a file in source to target the network connection fails. Now will it happen that the bcp will have inserted some rows. I want to find out can we rely on bcp that if we are inserting some rows into the target using it, either all the rows will get successfully inserted or none of them will get inserted and bcp will give an error. Since if that is not the case we will have to provide a recovery mechanism on top of bcp |