Executing a SQL like this sometimes produces error 7040 (30% executions):
SELECT *
INTO #tmp2
FROM #tmp1
ORDER BY field1, field2;
I attach a image of the ads_err file:
Somebody can help me with this?
Thanks!