July 18, 2005 at 2:40 pm
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
July 18, 2005 at 3:39 pm
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.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy