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

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
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
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

How Big Are Your Log Writes? Spying on the SQL Server Transaction Log

I’m a bit of a researcher. When I want to know about a topic, I start off by doing a lot of reading. After I take a lot in, I want to make  sure I understand the details. At that point, I try to think like a scientist. I come up with ways to test what I’m learning and see it in action. My process isn’t revolutionary, but it goes something like this:

Read more about How Big Are Your Log Writes? Spying on the SQL Server Transaction Log 41 comments — Join the discussion

Storage Protocol Basics: iSCSI, NFS, Fibre Channel, and FCoE

Wanna get your storage learn on?  VMware has a well-laid-out explanation of the pros and cons of different ways to connect to shared storage.  The guide covers the four storage protocols, but let's get you a quick background primer first. iSCSI, NFS, FC, and FCoE Basics iSCSI means you map your storage over TCPIP.  You…

Read more about Storage Protocol Basics: iSCSI, NFS, Fibre Channel, and FCoE 9 comments — Join the discussion

How Fast Does Your SAN Need to Be for SQL Server?

Let's oversimplify the bejeezus out of this complex problem.  Suspend your disbelief for a second and work with me:

We have a database server hosting just one 100GB table.  Sure, in reality, we've got lots of databases and lots of tables, but we're going to keep this simple.  We've got a simple sales table that stores a row for each sale we've ever had.  We don't have any indexes: this is just 100GB of raw data in our clustered index.

Read more about How Fast Does Your SAN Need to Be for SQL Server? 9 comments — Join the discussion

SQL Server Can Run Databases from Network Shares & NAS

Geeks love duct tape.  Sure, we pride ourselves on building a rock-solid solution the right way, but when the brown stuff hits the moving metal stuff, we love to show off our ingenuity.  We carry our money in duct tape wallets, wear duct tape shirts, practice ductigami, and hang our duct tape from custom metal brackets.

Read more about SQL Server Can Run Databases from Network Shares & NAS 72 comments — Join the discussion

Iomega StorCenter PX4-300d NAS Review: iSCSI Monster

I wanted to love this monster from the moment I read the spec sheets: 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 DFS compatibility RAID 0/1/5/10…

Read more about Iomega StorCenter PX4-300d NAS Review: iSCSI Monster 73 comments — Join the discussion

How to Buy Your First Mac

So you're tired of craptastic plastic, and you're noticing more and more Windows people toting around shiny metal computers? Here's what you need to know.

Update October 2013 - updated to include the current Apple laptop lineup.
Running Windows On Your Mac
If you're reading this, you probably make a living working with Windows software, and you're worried about how it'll work.  Let's get that out of the way right here and now with a quick demo video of VMware Fusion:

Read more about How to Buy Your First Mac 53 comments — Join the discussion