Launch week: the Season Pass & Fundamentals Week are 50% off — ends in 12d 23h 17mSee the sale

Category: Hardware

Does Separating Data and Log Files Make Your Server Faster?

I've already explained that no, it doesn't make your database server more reliable - and in fact, it's the exact opposite. But what about performance? The answer is going to depend on your hardware and workload, but let's work through an example. I'll take the first lab workload from the Mastering Server Tuning class and…

Read more about Does Separating Data and Log Files Make Your Server Faster? 21 comments — Join the discussion

What DBAs Need to Know About Snapshots

You're a DBA responsible for making sure SQL Server databases are online, backed up, corruption-free, and fast. Your databases have gradually grown in size over time, and you're starting to hit new size issues you haven't encountered before.

Nightly maintenance windows are getting smaller, you're not able to refresh your development environments quickly enough, and you're not able to run DBCC CHECKDB as often as you'd like.

Read more about What DBAs Need to Know About Snapshots 5 comments — Join the discussion

Free Webcast Coming Up: How to Size Storage for SQL

Storage sizing isn't just about space: it's about latency and throughput.

When you move to new hardware or the cloud, and when you try to consolidate SQL Servers, you can't just add up the database sizes and call it a day. Storage sizing isn't just about space: it's about latency and throughput. So how can we look at an existing SQL Server and translate that into requirements?

Read more about Free Webcast Coming Up: How to Size Storage for SQL Be the first to comment

Free Webcast: 3 Ways to Prove Your SQL Server Storage is Slow

Your users are complaining that their queries are slow. You've tried changing SQL Server settings, tuning indexes, but the problem just won't go away. You've got a hunch that it's a storage problem, but you need real, empirical proof. You need numbers that no one can argue, and you need to know acceptable targets for those numbers.

Read more about Free Webcast: 3 Ways to Prove Your SQL Server Storage is Slow 7 comments — Join the discussion

How to Use CrystalDiskMark 7 to Test Your SQL Server’s Storage

I bet you wanna know whether your storage is hot or not, and there's no quicker, easier way to get a rough idea of your storage's capabilities than to fire up CrystalDiskMark. This month, CrystalDiskMark released an all-new version 7, and it makes for even better testing.

Start by downloading it and installing it - sadly, there's no zip file version anymore that you can stick on a network share and run remotely.

Read more about How to Use CrystalDiskMark 7 to Test Your SQL Server’s Storage 15 comments — Join the discussion

From The Server To The SAN

Enter SANdman
When people buy SANs, it's often quite a large investment. Whether it's all SSD, all flash, or there are tiers of storage that different types of data live on, those disks aren't cheap. When people visualize their SAN, it's usually just the server and the pool of drives.

But there's some important stuff in between the Server and the SAN -- SAN doesn't stand for Storage Abstraction Nerglefwomp.

Read more about From The Server To The SAN 6 comments — Join the discussion
Performance Tuning

New White Paper: SQL Server Performance Tuning in Google Compute Engine

You’re a database administrator, Windows admin, or developer. You might even be a marmot. You’re building your first SQL Servers in Google Compute Engine, and you’re stuck at the create instance screen. How many CPUs should you use? How much memory? How are you supposed to configure storage? Will it be fast enough, and what should you do if it isn’t?

Read more about New White Paper: SQL Server Performance Tuning in Google Compute Engine 10 comments — Join the discussion

Build Me A Build: Assembly Olympics

Overall, this was pretty easy
I'm thankful that generations of enthusiasts have agreed (mostly) on standards, and written oodles of documentation and guides to make stuff like this easy. Seriously. To put things in some perspective, when I first started building and tinkering with desktops, I remember having to manually set IRQs when there was a conflict. It was stupid.

Read more about Build Me A Build: Assembly Olympics 39 comments — Join the discussion
Performance Tuning

Is your SAN’s cache killing tempdb?

Let's start with definitions
Many SANs have caching built in. What kind of cache is important, because if you're dealing with non-SSD storage underneath, you could be waiting for a really long time for it to respond.

Let's start with some definitions of the most popular caching mechanisms available for SANs. I'm not going to say 'only', because some vendor out there might have some proprietary stuff going on that I haven't heard of.

Read more about Is your SAN’s cache killing tempdb? 3 comments — Join the discussion

Reading the New Fast Track Reference Architectures from HP & EMC

James Serra caught three new SQL Server 2014 Fast Track Data Warehouse Reference Architecture designs released by EMC, HP, and Lenovo. I love reading these because they show each vendor's state-of-the-art storage infrastructure.

Two of them have remarkably similar goals - to hold a 28 TB data warehouse:

Read more about Reading the New Fast Track Reference Architectures from HP & EMC 14 comments — Join the discussion

How to Use HP System Management Homepage

One of the big reasons you spend big money on server-quality hardware is to get cool stuff to make administration easier. Each hardware vendor provides their own software tools - Dell includes OpenManage, IBM includes Director, and HP includes their System Management Homepage.

To illustrate how it works without violating anybody's NDAs, I picked up a used HP DL380 off eBay to use as a demo.

Read more about How to Use HP System Management Homepage 22 comments — Join the discussion