I want to import a big file into the database table admininfo using bcp. While bcp is running, I query count(*) from admininfo at the database, the result is 0. but bcp is printing the log like 'Total sent : xxxxxx'.
where does bcp import data into ? tempdb? even when I set transaction isolation level to 'read uncommitted', I still get 0 rows before bcp finishes.