buck.woody

LinkedIn | FaceBook | Twitter

Resume

Professional Blog Personal Blog Podcasts Articles University of Washington
MSDN Blogs

  • Carpe Datum

    SQL Server Best Practices: Auto-Create and Auto-Update Statistics Should Be On - Most of the Time

    • 6 Comments
    SQL Server uses something called the "Query Optimizer" to find the data you're looking for. To do that, there is another mechanism, called "Statistics", which can be created and maintained on columns in a table - even tables that don't have an Index....
  • Carpe Datum

    Use PowerShell to Backup All User Databases

    • 6 Comments
    This script will back up all user databases - you need to change the BWOODY1\SQL2K8 part to your server\instance name, and of course, you should only run this on a test system until you completely understand it. Unfortunately, the SQL Server PowerShell...
  • Carpe Datum

    SQL Server Management Studio Standard Reports – Disk Usage by Table/Top Tables

    • 6 Comments
    I'm continuing my series on the Standard Reports in SQL Server Management Studio . I’m covering two reports at once, since they have the same columns and output, but show the data from a different perspective. These two reports will help you find out...
  • Carpe Datum

    Using SSMS as a Dashboard

    • 6 Comments
    The other day I was asked by a friend about a recommendation on a “Dashboard” for SQL Server 2005. She wanted to be able to see all the pertinent information about her server with just a few clicks. She asked me what I had used in the past, and wanted...
  • Carpe Datum

    SQL Server Management Studio Standard Reports – Server Dashboard

    • 6 Comments
    I’m continuing a series on the Standard Reports you can find in SQL Server Management Studio (SSMS). (Note: These reports only work against SQL Server 2005 and higher. They don’t run against the lower versions because those don’t have all the management...
  • Carpe Datum

    Change it! No wait, Leave it Alone!

    • 6 Comments
    We've used two major system management paradigms for SQL Server: The Microsoft Management Console (MMC) and the Visual Studio shared components. In early versions of SQL Server, we had Enterprise Manager for most management tasks from a graphical standpoint...
  • Carpe Datum

    Bring Back the TaskPad!

    • 5 Comments
    I mentioned a few posts back that a lot of people asked us to bring back the Query Analyzer, since many just want to jump into the query tool and start typing. I explained that you can get the same behavior – even better, in mu opinion – by just setting...
  • Carpe Datum

    Transport Systems

    • 5 Comments
    I’ve worked on a couple of SAP systems, both the “R” flavors and the BW product. Although I had my learning challenges with them, there was one construct there I really liked. It was the transport mechanism. Basically what this involved was setting...
  • Carpe Datum

    A Few Links to SQL Server 2008 Resources

    • 5 Comments
    As I was presenting at TechReady yesterday on the new SQL Server 2008 features that will directly affect Microsoft System Center, I was asked a few times about some resources where people could go to learn more about it. I thought I would share that here...
  • Carpe Datum

    Where should the tools be?

    • 5 Comments
    I've got another question for you - where should the tools be? Let me explain. Most of the time when you connect to SQL Server, you open SQL Server Management Studio (SSMS) on a client machine and then type in the name of a server somewhere on the...
  • Carpe Datum

    SQL Injection Attacks

    • 5 Comments
    You might have read recently that there have been ongoing SQL injection attacks against vulnerable web applications occurring over the last few months. These attacks have received recurring attention in the press as they pop up in various geographies...
  • Carpe Datum

    "Hey.....Hey...Hey...Don't be mean. You don't have to be mean."

    • 5 Comments
    Well, I had another post I had planned for today, but after reviewing some customer bugs and some newsgroups where I give out free help (on my own time, mind you) I had to change my mind. I've seen this behavior in grocery stores, online forums, and bug...
  • Carpe Datum

    SQL Server Best Practices: File Layouts

    • 5 Comments
    In a previous post, I mentioned that you should use Filegroups and I talked a little about those. In this post, the best practice I'll point out is where those files should live. As a general rule of thumb, more "spindles" in a database are better...
  • Carpe Datum

    Quote of the Day: The Unreasonable Man

    • 5 Comments
    "The reasonable man adapts himself to the world; the unreasonable one persists to adapt the world to himself. Therefore all progress depends on the unreasonable man." - George Bernard Shaw
  • Carpe Datum

    Exam 70-432 TS: Microsoft SQL Server 2008, Implementation and Maintenance - My Notes as of 5/3/09

    • 5 Comments
    Well, here's where I'm at so far: Requirements: 1. Install SQL Server 2008 and related services - file locations; default paths; service accounts http://msdn.microsoft.com/en-us/library/ms143547.aspx NTFS is required for installation, but if you upgrade...
  • Carpe Datum

    ERD Designer

    • 5 Comments
    So what are you using for an Entity Relationship Diagran (ERD) tool? I'm teaching a class at the University of Washington and we're doing that part of the class now. I normally use Visio, but find it a little less than perfect for this. And some of the...
  • Carpe Datum

    MOM 2005 Management Pack for SQL Server 2008 is Available

    • 5 Comments
    We've completed the work on the Microsoft Operations Manager (MOM) "Management Pack" for SQL Server 2008. MOM allows you to monitor and manage Microsoft and even other vendor's servers, so if you have this software in your shop you can download...
  • Carpe Datum

    Free T-SQL Beautifier

    • 5 Comments
    I do love me some good-looking code. Sure, the syntax has to be there, and the code has to be correct and all that, but I'm old-school, and I think pretty code is easier to read. I'd love to have a "code beautifier" built right in to SQL Server...
  • Carpe Datum

    How I work: Standing Desk Update

    • 5 Comments
    <This is a non-technical post, at least mostly> Back in January I wrote a post on switching to a stand-up desk arrangement . Since then folks have asked me if I stuck with it, how it worked out, and will I go back to sitting down to work. I thought...
  • Carpe Datum

    But what can I *do* with Windows Azure? Create (Free) Websites and Applications

    • 5 Comments
    f you want to know more about Windows Azure, how it works, the components, or more about the entire platform, I’ve written about that here: http://blogs.msdn.com/b/buckwoody/archive/2012/06/13/windows-azure-write-run-or-use-software.aspx But…...
  • Carpe Datum

    Azure Design Patterns

    • 5 Comments
    I have a lot of learning resources you can find here at my blog, but I wanted to point one out this morning. It's a Silverlight application called "Azure Design Patterns". You can find it at http://azuredesignpatterns.com/, and it's an interesting way...
  • Carpe Datum

    Certification Notes: 70-583 Designing and Developing Windows Azure Applications

    • 5 Comments
    Last Updated: 07/04/2011 It’s time for another certification, and we’ve released the 70-583 exam on Windows Azure. I’ve blogged my “study plans” here before on other certifications, so I thought I would do the same for...
  • Carpe Datum

    It’s Data Tier Application and Data Application Component

    • 5 Comments
    OK – In SQL Server 2008 R2 we did “re-use” an acronym or two (DAC and DTA), but it’s important to remember there are actually two parts to this new feature. One is the Data Application Component (DAC) and the other is the Data Tier Application (DTA)....
  • Carpe Datum

    Back up a single table in SQL Server

    • 5 Comments
    SQL Server doesn’t have an easy way to take a table backup, so I often use the bcp (Bulk Copy Program) to accomplish the same goal. I’ve mentioned this before, and someone told me when they tried it they couldn’t restore the table – ah the dangers of...
  • Carpe Datum

    TechEd 2010 Day One – How I Travel

    • 5 Comments
    Normally when I blog on the first day of a conference, well, there hasn’t been a first day yet. So I talk about the value of a conference or some other facet. And normally in my (non-conference) blogs, I show you how I have learned to be a data...
Page 3 of 40 (977 items) 12345»