You are importing data into SQL server 2005 database. You are receiving text files that contain Sales transactions from stores across the city. You need to import the files into Sales Database. What should you do?
(a) Use the bcp command
(b) Use the BULKINSERT statement
(c) Create a custom format file
(d) None of the above