I've just upgraded SQL Server 2008 R2 Express Edition to the SQL Server 2008 R2 Standard edition. The setup tool has performed the upgrade without any problems.
However, the promised performance boost is not here. For example, the SQL Server uses the single CPU core.
I assume that the SQL Server still uses the "old" execution plans for SPs. If so, is there a way to rebuild/reset execution plans?
Or should I consider something else when upgrading an Express to Standard edition?
Please also let me know if this should be moved to ServerFault.
Execution plans are in memory only. Upgrading the product implies a replacement of the binaries, that implies a new process. Therefore you cannot possibly have a 'old' plans laying around, every single plan cached or in execution now is a new R2 plan.
As to why you do not see SQL Server using multiple cores, there could be a multitude of reasons:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With