1.

Which is the default field terminator for bulk insert in SQL Server?(a) Comma(b) Full stop(c) Parenthesis(d) BracketsI got this question in an interview for job.I want to ask this question from Bulk Operations in chapter Data Connectivity of SQL Server

Answer» RIGHT option is (a) Comma

Explanation: Field Terminator is used to delimit columns in the source file. There are some cases where I have seen “|” also. “,” can be part of Name. So in that CASE the BULK INSERT may fail.


Discussion

No Comment Found

Related InterviewSolutions