/* The execution plan is the same as before - SQL Server even warns that there are missing Stats on the execution plan - why is that? */Is it posssible that this is because of the AUTO_UPDATE_STATISTICS OFF? What I mean is that though statistics are created, they are not actually there yet? In other words, if you remove the AUTO_UPDATE_STATISTICS OFF from the beginning of the script, maybe it will then do what you expect.
No one has followed this question yet.