When we are transferring records from one database to another database so now if we use SqlBulkCopy class to transfer the records then which scenario we need to handle ?

 Posted by Chvrsri on 7/5/2011 | Category: Sql Server Interview questions | Views: 6393 | Points: 40
Select from following answers:
  1. By Ensuring BulkCopyProgram utility is installed on destination server.
  2. By Ensuring column names in source table matches the column names in destination table
  3. By Ensuring Destination Database is Microsoft SQL Server
  4. By Ensuring Sorce Database is Microsoft SQL Server
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response