Just before a bulkinsert (SqlBulkCopy) I see a
excec sp_tablecollations_100 N'.tb_tablename'
in the profiler
What does this do? Is it a sign of a problem or is it normal?
Thanks for your help
update
the bulik insert afterwards show with the COLLATION in the insert statement. It is working fine, just wondering if this is 'normal behaviour' or that the COLLATE in the bulk insert is somehow affecting performance?
insert bulk tb_dvr_patient ([geboortejaar] VarChar(4) COLLATE Latin1_General_CI_AS,...