Saved Bookmarks
| 1. |
What Is Bcp? When Does It Used? |
|
Answer» BulkCopy is a tool used to copy huge amount of data from tables and views. BCP does not copy the structures same as source to destination. BULK INSERT command HELPS to import a data file into a database table or view in a user‐specified FORMAT. BulkCopy is a tool used to copy huge amount of data from tables and views. BCP does not copy the structures same as source to destination. BULK INSERT command helps to import a data file into a database table or view in a user‐specified format. |
|