1.

________parameter specifies the number of rows in a batch in bulk insert script.(a) KEEPNULLS(b) KEEPIDENTITY(c) FIRE_TRIGGERS(d) None of the mentionedThe question was posed to me during a job interview.I want to ask this question from Bulk Operations topic in section Data Connectivity of SQL Server

Answer»

The CORRECT answer is (d) None of the mentioned

Best explanation: BATCHSIZE =batch_size specifies the number of ROWS in a batch. Each batch is copied to the SERVER as ONE TRANSACTION.



Discussion

No Comment Found

Related InterviewSolutions