SQL Azure Gotchas, #27: MAXDOP and the query optimizer
Some investigation uncovers that SQL Azure has some significant differences from on-premises SQL Server, which can impact performance in unexpected ways.
Some investigation uncovers that SQL Azure has some significant differences from on-premises SQL Server, which can impact performance in unexpected ways.
I started working on improving a codebase recently and one of the best ways to do that is to start writing tests. The site is heavily database driven, so a n...