Search

OakieTags

Who's online

There are currently 0 users and 35 guests online.

Recent comments

Affiliations

SELECT Statement is Fast, INSERT INTO Using the SELECT Statement is Brutally Slow 3

December 20, 2010 (Back to the Previous Post in the Series) The previous article in this series included a test case that demonstrated significantly different performance for a SELECT statement and an INSERT INTO statement that used the same SELECT statement as the data source.  This blog article includes the timing results and the execution [...]