Multiple choice Which method will you use to most effectively achieve the objective? Disable the triggers while performing the import process. Drop the triggers before the import process, and then recreate them. Use appropriate arguments while performing the import process to disable the firing of triggers. Do nothing because the triggers will not be fired when you perform an import by using the bcp utility. Reveal answer Fill a bubble to check yourself D Correct answer Explanation The bcp (bulk copy program) utility in SQL Server bypasses triggers by default for performance. During bulk import operations, triggers are not fired unless specifically configured otherwise.