Month: June 2011

SQL Server Database Team

Your Job Isn’t To Make Your Boss Happy

18 Comments
You might be surprised to learn that my goal as a consultant isn’t to deliver recommendations to my customers. Instead, my goal is to deliver recommendations that help my customer’s teams be better customers to each other after I’m gone. This is a fancy way of saying my recommendations need to be practical. I don’t…
Read More
Iomega StorCenter PX4-300d NAS

Iomega StorCenter PX4-300d NAS Review: iSCSI Monster

Storage
73 Comments
I wanted to love this monster from the moment I read the spec sheets: Iomega StorCenter PX4-300d NAS Network attached storage device with 4 or 6 hot-swappable drive bays Available empty (so you can bring your own drives, including SSDs) iSCSI server with 2 network ports, jumbo frame support, VLANs Official VMware ESX/ESXi, Hyper-V, Windows…
Read More

Nine Reasons Developers Should Learn SQL

32 Comments
Let’s face it, there are a lot of cool new things you could be learning right now. It seems like there’s a new technology coming out every 12.8 seconds. Why the hell would you want to spend your free time learning a crufty old language like SQL? My reasons, let me show you them. It’s…
Read More
Lightning Talks at the PASS Summit

How to Get Budget Approval for Conferences

#SQLPass
22 Comments
If you’ve never been to a conference before, the PASS Summit and Dev Connections events seem like things that happen to Other People.  This year, I wanna help make you one of us.  You’re a geek, right?  Let’s break this down into numbers. Lightning Talks at the PASS Summit What It Costs to Attend a…
Read More

Resolving Conflicts in the Database

Replication
11 Comments
Anyone who has worked with replication has run into problems caused by conflicting data. I’ve lost enough sleep over replication to know that having an effective plan for conflict resolution is important to keeping replication running and healthy. What Causes Conflicts? There are a few ways that conflicts can show up in a database. In…
Read More

Should SQL Server Denali Run on Windows XP?

6 Comments
Microsoft’s Dan Jones wants your opinion.  Right now, here’s the status of the next version of SQL Server: The current support matrix for OSes is as follows: Windows Vista SP2 or later Windows Server 2008 SP2 or later Windows Server 2008 R2 SP1 or later Windows 7 SP1 or later The installer is going to…
Read More

Scaling SQL Server: Growing Out

SQL Server
2 Comments
Scaling up is hard, scaling out is even harder. We all know that we can scale reads by adding some kind of replication or read-only copies of databases or using a massive caching layer. What happens when we have to scale writes? Borrowing Brent’s grocery store metaphor, a database that is effectively scaled for reads…
Read More
SSMS Tab Defaults

Fixing SQL Server Management Studio’s Tab Text

88 Comments
I hate the way SSMS tabs look by default.  Check this out: SSMS Tab Defaults That’s nearly useless.  The tabs are wide, but they still don’t show useful information.  Even worse, I’ve got more tabs than I can fit in the window, so the rest hang out in a meaningless dropdown. To fix it, click…
Read More