Month: July 2012

We’re an Amazon Consulting Partner

SQL Server
9 Comments
I’m really excited to share the news that Brent Ozar Unlimited® is now an Amazon Consulting Partner. The Amazon Consulting Partner program is a way for Amazon Web Services to identify consulting firms specializing in helping customers design, build, and deploy solutions in Amazon Web Services. Cloud computing is some seriously cool stuff and we’re…
Read More

Architecting with AWS – Before You Go

Amazon Web Services (AWS)
0
Architecting with AWS is a three day training session held at the AWS offices in Seattle (classes are available in other locations). Both outsiders and AWS employees come together to learn about building scalable solutions on the AWS platform. This is a practical training program – there’s no certification behind it. The Architecting with AWS…
Read More

SQL Server Index Terms

Indexing
55 Comments
Let’s have a chat about your indexes in SQL Server. Indexes can be confusing. They are the easiest way to boost performance of queries, but there are so many options and terms around indexes that it can be hard to keep track of them. Let’s chat about the differences between clustered and nonclustered indexes, key…
Read More

A Developer’s Guide to Dangerous Queries (Video)

4 Comments
Want to help us shape our training? Take 30 seconds and answer 5 questions. Are you looking for sample code from the presentation? Download the samples from A Developers Guide to Dangerous Queries. Transact-SQL /************************ * Correlated Subqueries ***********************/ USE ContosoRetailDW; GO SELECT DISTINCT dd.DateDescription , SUM(fs.SalesAmount) AS Sales , SUM(COALESCE(fs.DiscountAmount, 0)) AS Discount FROM…
Read More

What’s a DBA’s Defining Moment?

29 Comments
Database administration is very much an “accidental” career.  So many of us start out as programmers, network administrators, or desktop support, and one day we just get handed a database server.  It’s a Windows app – how hard can it be, right? Somewhere along the way, we start managing more and more servers, or we…
Read More