bcp and block tables

  • 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

  • bcp will write the resultset of a query out to a file. So whatever the result of that query happens to be at the time of execution will be written.

    There is no "i" in team, but idiot has two.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply