In My Scaling Hero, I described the amazing scaling story of plentyoffish.com. It’s impressive by any measure, but also particularly relevant to us because we’re on the Microsoft stack, too. I was intrigued when Markus posted this recent update:
Last Monday we upgraded our core database server
A little over a year ago, I wrote about the importance of version control for databases.
When I ask development teams whether their database is under version control, I usually get blank stares.
The database is a critical part of your application. If you deploy version 2.0 of your
When I ask development teams whether their database is under version control, I usually get blank stares.
The database is a critical part of your application. If you deploy version 2.0 of your application against version 1.0 of your database, what do you get? A broken application. And
Here’s a thought question for today: why can’t database tables index themselves?
Obviously, indexes are a central concept to databases and database performance. But horror tales still abound of naïve developers who “forget” to index their tables, and encounter massive performance and scalability problems down the road as
SQL Server 2005 doesn’t include the classic Pubs and Northwind databases. You can, however, download them from Microsoft. You’ll get both binary database images (*.mdf and *.ldf) as well as SQL scripts.
If you plan to use the binary database files (*.mdf and *ldf), first copy those files
It’s intended as sarcasm, but I believe this Daily WTF entry on Stored Procedures should be taken at face value:
I’m sure we’ve all heard, over and over, that inline SQL is generally a bad practice, and that we should use Stored Procedures when possible. But let&