I'm building a stored procs which export a series of tables in file *.dat using bcp and import the same with bulk insert.
my question is:
If the DB from which the tables are copied is a run-time DB, I mean that tables are continuolsly update,deleted and inserted, can happen that during copy a record is not copied entirely?
There is a block table during bcp copy?
thank in advance