• Nice article.  You might want to mention that EM should not be used to modify tables that are already populated.  EM completely re-builds and re-populates the table from scratch for any modifications to it - even something as simple as adding a new column.  Using T-SQL in QA will usually run several orders of magnitude faster, especially for tables with a lot of rows.