Posts by Brent Ozar

SQL Server Consolidation: Plan for SQL Server 2008

0
When you’re building a consolidation plan, stop to think about when each database will be migrated to a newer version of SQL Server. With SQL Server 2008 coming fast, some content owners will want to move their databases to 2008 as soon as it comes out in order to take advantage of things like the…
Read More

DBA 101: It Takes Confidence

Professional Development
8 Comments
A good database administrator projects confidence – without being a jerk. This positive yet firm attitude helps the DBA accomplish their job in tough situations: A programmer insists their code is fine, and it’s a database problem that the DBA needs to fix A manager asks the DBA how much to budget for server hardware…
Read More

Submitted my abstracts for PASS 2008

#SQLPass
0
The Professional Association for SQL Server (PASS) group holds an annual summit for their members.  I attended last year, and blogged about some of my experiences: PASS Summit 2007 Day One Notes PASS Summit 2007 Day Two Notes PASS Summit 2007 Day Three Notes While I was there, I remember thinking, “Man, I wish they…
Read More

DBA Job Transitioning: Disable Logins In Advance

1 Comment
Database administrators touch a lot of servers in their day-to-day duties.  We do a lot of troubleshooting, security testing, and run a lot of utilities for everything from performance monitoring to development servers. In a perfect world, the database admin changes their domain password frequently.  When the password changes, the DBA knows pretty quickly if…
Read More

SQL Server Magazine post about the Quest SQL community

0
SQL Server Magazine just posted an interview with Billy Bosworth about the Quest Association for SQL Server Experts.  One of the quotes that stood out for me was: “We want real people who do real jobs . . . that can interact with us very early in the process of building a product. That helps…
Read More

Changing Companies

2 Comments
When we moved from Miami to Houston for Erika’s new job as an air traffic controller, my employer wasn’t too sure whether or not telecommuting would work out. Southern Wine currently doesn’t have a pro-telecommuting policy by any means: one company exec stood up at a company meeting and said they would “never” allow it,…
Read More

Don’t specify IP’s in your SQL connection string

2 Comments
In today’s SQL newsletter from SQL-Server-Performance.com I was horrified to find the following tip: When you specify a server in an ADO.NET connection string, use the server’s IP address, not the server’s DNS name. By using an IP address instead of a DNS name, name resolution does not have to occur, reducing the amount of…
Read More

Querying IBM Director 5.2 for firmware versions

2 Comments
IBM Director is a decent tool to manage firmware & driver versions, but it doesn’t have a nice report to show the firmware & driver versions for things like the RSA, raid card, network cards, etc.  I wrote the below T-SQL query to list out the most commonly needed versions & IP addresses after I…
Read More

SQL performance tuning: it’s about training too

1 Comment
When developers and SQL Server database administrators work together to make an app faster, it shouldn’t just be the DBA working alone in the dark.  If the DBA takes the slow code, goes into his cube, tweaks it (and indexes) and comes back out with a faster system, that fixes the problem once – but…
Read More

SQL Server 2008 new feature recap

1 Comment
Kevin Kline put together a great paper on the new features in SQL Server 2008 called “Worth the Wait: Why SQL Server 2008 is Great” and it’s a good read.  It’s the best DBA-focused paper I’ve seen on the topic.  People have asked me what’s coming, and this is probably the best handout to use…
Read More

Behind the times or ahead of the curve?

1 Comment
I have this strange personality quirk – I can’t decide whether I’m behind the times or ahead of the curve.  I found out about Dinner With The Band, an HDTV podcast where a music-savvy chef (Sam Mason) cooks for a band, and then they play a couple songs in his NYC apartment.  It’s a slick…
Read More

SQL Backup Software: Part 4 – Features Still Missing

Backup and Recovery
1 Comment
In this issue of my multi-part series about SQL Server backup compression software, I’m going to talk about some features that database administrators might find useful, but don’t yet exist in the current generation of backup software. In-Depth Backup & Restore Progress Monitoring On multi-terabyte data warehouses – especially those running new backup compression software…
Read More

What’s the Largest Database You’ve Worked With?

When hiring a production DBA, I start by asking them, “In terms of file size, what’s the largest database you’ve worked with?” In a perfect world, we’d only hire very experienced candidates, people who’ve worked with larger databases than we’re dealing with. In reality, though, we can’t always afford those candidates – if they’re even…
Read More

SQL 2008 release date pushed back

0
Remember all the hoopla when SQL 2005 came out? Microsoft swore we’d get more frequent releases because the 5-year lag after SQL 2000 meant it wasn’t worth paying for Software Assurance on SQL Server. They promised we’d get new stuff faster. Fast forward to today’s announcement: “Microsoft is excited to deliver a feature complete CTP…
Read More

Dell EMC AX150i review

Storage
15 Comments
Dell AX150i The iSCSI EMC AX150i is resold by Dell, and refurbished versions are available pretty inexpensively through the Dell Outlet. We just picked up our second AX150i with 12 500gb SATA drives for around $6,000 total, or about $1,000 per raw terabyte. It’s a great deal for lab or development storage, but there are…
Read More