Month: October 2013

Building a Report to View Memory Usage

SQL Server
8 Comments
Memory is one of the most-used resources in SQL Server. Generally, the more you have, the better query performance you’ll get. This blog isn’t about the magic of the buffer pool or the plan cache, but you should understand how important they are to your server’s performance.  Since memory is such an important resource, you…
Read More

Who Needs an Operating System?

Cloud Computing
3 Comments
In the 1950s, the global economy saw a tremendous change – container ships revolutionized global commerce. Shipping costs got 36 times cheaper with the introduction of containerization. What if you could reduce operational costs and revolutionize application and database deployment in the same way? Containers to the Future In the last few months, the developer world…
Read More

“You get free videos! And you get free videos!” #SQLintersection

SQL Server
10 Comments
This week, Jeremiah, Kendra, and I are presenting at SQL Intersection, a conference that also happens at the same place and time as DevIntersection and AngleBrackets. I like Intersections because there’s a bunch of different technologies covered – SQL Server, all kinds of development, SharePoint, cloud, and infrastructure. Kendra Polling the Audience For our pre-con,…
Read More

Upcoming User Group Sessions in Chicago and LA

SQL Server
0
Coming soon to a user group near you, it’s…me. November 13: Chicago .NET User Group Brent’s How to Think Like the Engine: SQL Server Internals for Developers You’re comfortable writing queries to get the data you need, but you’re much less comfortable trying to design the right indexes for your database. In this 90-minute session…
Read More

Frequently Asked Questions About TempDB

SQL Server, TempDB
42 Comments
The questions came fast and furious in one of my recent TempDB webcasts, so here’s the ones I wasn’t able to answer during the live session: Q: Virtualized OS, SAN, no dedicated LUNs, most likely scenario with no gotchas, theoretically: dump TempDB with everything else all on one virtual volume, including logs — or split…
Read More

#SQLPASS #Summit2013 Microsoft Keynote Liveblog

#SQLPass, SQL Server
16 Comments
Charlotte, NC – Your intrepid reporter is onsite at the convention center, settling in at the Blogger’s Table. At 8:15AM Eastern time, PASS President Bill Graziano will take the stage, discuss PASS, and then hand things over to Microsoft’s Quentin Clark for product announcements. Some of the things I’m looking for include: Attendance numbers on…
Read More

What Do Developers Need to Know About SQL Server?

SQL Server
11 Comments
The database comes with a manual, but let’s be honest: nobody’s got time for that. DBAs – help me distill the most important concepts and rules down to 140-character chunks. I’ll work with Dell to compile the best tips into a free ebook for developers. SQL Server should come with warning labels, too. There’s three…
Read More

Get a Report of Your Server’s Top 10 Worst Queries

SQL Server
5 Comments
Problem: your database server’s performance stinks like Limburger cheese. Photo courtesy of http://en.wikipedia.org/wiki/File:Wisconsin_Limburger_Cheese.JPG Solution: find the queries that are making that smell. Hiding in Plain Sight Your database server knows exactly which queries are performing the worst. When queries are executed, the execution plans – and associated execution statistics – are stored in memory (with…
Read More

Performance Tuning kCura Relativity

kCura Relativity, SQL Server
5 Comments
In the e-discovery business, kCura Relativity is the big gorilla, and I’ve been working with kCura and their clients since 2011. I think it’s one of the most interesting businesses I’ve ever worked with – up there with StackOverflow – and like Stack, they’re really open with their customers. George Nedwick and I staffing the…
Read More

We’re Restarting the Chicago .NET User Group

SQL Server
6 Comments
This Wednesday night, come join me at DevMynd. Here’s the topic I’ll be presenting: How StackOverflow Uses (And Doesn’t Use) SQL Server This insanely popular Q&A site serves millions of web pages per day from a Microsoft SQL Server 2012 back end. Believe it or not, the questions and answers come down to just one…
Read More