SQL SERVER – Performance Comparison – INSERT TOP (N) INTO Table – Using Top with INSERT
- by pinaldave
Recently I wrote about SQL SERVER – INSERT TOP (N) INTO Table – Using Top with INSERT I mentioned about how TOP works with INSERT. I have mentioned that I will write about the performance in next article. Here is the performance comparison of the two options.
It is clear that performance of the Insert TOP (N) [...]