InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) Bulk Copy is mainly used to transfer the data from outside world to SQL Server(b) Bulk Insert is mainly used to transfer the data from outside world to SQL Server(c) Bulk Import is mainly to transfer the data from outside world to SYBASE(d) None of the mentionedI got this question in an interview.The question is from Bulk Operations in portion Data Connectivity of SQL Server |
|
Answer» RIGHT choice is (b) Bulk Insert is mainly used to TRANSFER the data from outside world to SQL Server The EXPLANATION: The bulk insert COMMAND can be used within T-SQL script or in a STORED procedure to import data into SQL Server. |
|