HOW TO: ALTER TABLE in Windows Azure SQL Database Without Filling Up Your Transaction Log
One of the things I love most about Windows Azure SQL Database (WASD) is that you don’t have many options when it comes to performance tuning. WASD makes you focus on code and design in order to maximize performance. I would estimate that 98% of all performance issues are due to sub-optimal code and database design … Read more