Viewing 2 posts - 1 through 3 (of 3 total)
free_mascot (4/21/2015)Select statement is always fater than Insert statement.
free_mascot (4/21/2015)
This is interesting - I had never heard that. Why would INSERT...SELECT take noticeably longer than SELECT INTO?
April 21, 2015 at 12:12 pm
#1792521
Jeff Moden (4/21/2015)Just a curious shot in the dark on this... what is the default collation of the database you're select from and what is the default collation of TempDB?
Jeff Moden (4/21/2015)
Interesting...
April 21, 2015 at 8:50 am
#1792434