Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Carpe Datum
Data Flotsam and Jetsam
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
News
Having trouble with a feed from this site? Post a reply to any blog entry.
Tags
Administration
Agent
Best Practices
Book Review
Business Intelligence
Career
Certifications
Computing
Conferences
Connections
Customer Contact
DBA
Design
Developer
Development
Disaster Recovery
Documentation
Downloads
Encryption
Error Codes
Help
Indexes
Latest Version
Link Lists
Links
Locks
Longhorn
Maintenance
Maintenance Plans
Management
Metadata
Microsoft
Microsoft Update
MSDN
PASS
PBM
Performance Tuning
Personal
Planning
Podcast
Policy Based Management
PowerShell
Process
Questions
Quote Of The Day
Rant
Real World DBA
SCOM
Scripts
Searching
Security
Service Packs
SOA
SQL Server
SQL Server 2000
SQL Server 2008
SQL Server Documentation
SQL Server Downloads
SQL Server Management Studio
SSIS
SSMS
Standard Reports
Strings
Support
System Center Operations Manager
Technet
Testing
Tips
T-SQL
Tutorials
Upgrades
Virtualization
Walkthroughs
Web
Windows 2008
Recent Posts
Quote of the Day – On Having a Purpose
Using Perfmon with SQL Server – Part Two
Using Perfmon with SQL Server – Part One
Channeling Bruce Lee: Tuning without Tuning
Color Me Corrected – Will the REAL sysobjects please stand up?
Archives
November 2009 (15)
October 2009 (23)
September 2009 (22)
August 2009 (21)
July 2009 (23)
June 2009 (23)
May 2009 (21)
April 2009 (22)
March 2009 (23)
February 2009 (20)
January 2009 (22)
December 2008 (23)
November 2008 (19)
October 2008 (24)
September 2008 (22)
August 2008 (22)
July 2008 (21)
June 2008 (21)
May 2008 (21)
April 2008 (25)
March 2008 (23)
February 2008 (22)
January 2008 (21)
December 2007 (15)
November 2007 (18)
October 2007 (23)
September 2007 (21)
August 2007 (21)
July 2007 (1)
June 2007 (3)
May 2007 (3)
April 2007 (3)
March 2007 (2)
February 2007 (3)
Browse by Tags
All Tags
»
SQL Server
Administration
Agent
Best Practices
Book Review
Business Intelligence
Career
Certifications
Computing
Conferences
Connections
Customer Contact
DBA
Design
Developer
Development
Disaster Recovery
Documentation
Downloads
Encryption
Error Codes
Help
Indexes
Latest Version
Link Lists
Links
Longhorn
Maintenance
Maintenance Plans
Management
Metadata
Microsoft
Microsoft Update
MSDN
Performance Tuning
Personal
Planning
Podcast
Policy Based Management
PowerShell
Process
Questions
Rant
Real World DBA
SCOM
Scripts
Searching
Security
Service Packs
SQL Server 2000
SQL Server 2008
SQL Server Documentation
SQL Server Downloads
SQL Server Management Studio
SSIS
SSMS
Standard Reports
Strings
Support
System Center Operations Manager
Technet
Testing
Tips
T-SQL
Tutorials
Upgrades
Virtualization
Walkthroughs
Web
Windows 2008
Thursday, November 19, 2009 7:17 AM
Using Perfmon with SQL Server – Part Two
Yesterday I posted a header from a script that shows you some links for how to use “Logman”, a Windows command-line utility that can automate your collection of Windows Performance Monitor counters. Towards the bottom, you can see the logman command I
Posted by
Buck Woody
|
1 Comments
Filed under:
T-SQL
,
Walkthroughs
,
DBA
,
Scripts
,
SQL Server
,
Performance Tuning
Wednesday, November 18, 2009 8:34 AM
Using Perfmon with SQL Server – Part One
I held a workshop on performance tuning in Portland, Oregon yesterday, and as part of that I mentioned a process I follow for automatically collecting Performance Monitor Counters for a system. I use this data to store a baseline and then subsequently
Posted by
Buck Woody
|
0 Comments
Filed under:
DBA
,
SQL Server
,
Performance Tuning
,
Windows 2008
Tuesday, November 17, 2009 7:03 AM
Channeling Bruce Lee: Tuning without Tuning
I’m leading a Performance Tuning workshop here in Portland, Oregon today, and I normally start this kind of workshop with a segment on “pre-tuning” – or, the steps you take so that you don’t have to tune as much later. When we set up a system is the greatest
Posted by
Buck Woody
|
0 Comments
Filed under:
Developer
,
DBA
,
Development
,
SQL Server
,
Performance Tuning
,
Design
,
Testing
,
Tips
Thursday, November 12, 2009 7:12 AM
Store XML Document as Binary, Read as XML
I had an interesting question the other day, so I thought I would share both the question and the answer. We had an older application that had stored an XML document in a table as a binary data type column. I know, I know – we’ve had an XML data type
Posted by
Buck Woody
|
2 Comments
Filed under:
Scripts
,
SQL Server
,
Tips
Wednesday, November 11, 2009 7:49 AM
How Microsoft Does IT - Updated
I’ve pointed out this link before, and I’ll definitely bring it up again. Microsoft is one of the few companies I know, especially the big ones, that explains how they run their IT. We have a fantastic, I mean really fantastic site that you should definitely
Posted by
Buck Woody
|
0 Comments
Filed under:
Documentation
,
Web
,
Help
,
Management
,
SQL Server
,
Administration
,
Career
,
Design
,
Microsoft
,
Links
,
Disaster Recovery
,
Best Practices
Tuesday, November 10, 2009 7:18 AM
Visio Video (killed the radio star)
I teach a class at the University of Washington, and in that class I have the students create a few Entity Relationship Diagrams (ERDs). I’m still looking for a decent tool to do that, since the only ones I know that do a good job are WAY too expensive.
Posted by
Buck Woody
|
0 Comments
Filed under:
Tutorials
,
Web
,
Developer
,
DBA
,
Development
,
SQL Server
,
Design
Monday, November 09, 2009 6:54 AM
Create an Excel Graph of your Big Tables – with PowerShell!
I showed a demo of how to find the top ten tables in the database at the PASS Conference. Here’s that script – you’ll need to fix the server name, instance name, and database name. You can use this to display any numbers – and even more. The mind reels
Posted by
Buck Woody
|
0 Comments
Filed under:
DBA
,
SQL Server
,
PowerShell
,
Administration
,
SQL Server 2008
Thursday, November 05, 2009 9:58 AM
Learning New Tech on SQL Server Virtualization – From Vendors
I’m at PASS this year, and one of the things I’ve learned this time is that I can learn from – the vendors! Most of the “big” names are here, like Idera, Redgate, Quest, and more, but I ran into some folks yesterday I hadn’t spoken with before –
Posted by
Buck Woody
|
1 Comments
Filed under:
SQL Server
,
Conferences
,
Computing
,
Disaster Recovery
Wednesday, November 04, 2009 8:04 AM
Find and learn DMVs
This morning I showed how I find DMVs, and find out how to use them. First, I just run this query: USE MASTER; GO SELECT ‘sys.’ + name FROM sys.sysobjects WHERE name LIKE ‘dm%’ Then I copy and paste a result into the “Index” panel of Books
Posted by
Buck Woody
|
0 Comments
Filed under:
Documentation
,
Developer
,
DBA
,
Development
,
SQL Server
,
Administration
,
Performance Tuning
,
Conferences
,
SQL Server 2008
,
Tips
Tuesday, November 03, 2009 8:24 AM
DBA? No – Data Professionals
I’m here at the Professional Association for SQL Server (PASS) this week, and I’m here in the keynote. A few days ago I ranted about the fact that DBA should be a Data Professional – not an administrator. I’ve heard a lot of response about that blog –
Posted by
Buck Woody
|
0 Comments
Filed under:
Developer
,
DBA
,
SQL Server
,
Career
Monday, November 02, 2009 6:28 AM
Win7 – Install SQL Server Native or go Virtual PC?
I have Windows 7 on my laptop, and I also teach, demo and use SQL Server 2005 and SQL server 2008. Should I install this “native” on my outside operating system or use the Virtual PC (VPC) software that comes with Windows 7? Well, there are arguments
Posted by
Buck Woody
|
0 Comments
Filed under:
SSMS
,
Developer
,
DBA
,
Development
,
SQL Server
,
Administration
,
Design
,
SQL Server Management Studio
,
Computing
,
SQL Server 2008
,
Tips
,
Virtualization
Thursday, October 29, 2009 6:23 AM
Don’t be a DBA – Be a Data Professional
I get asked quite frequently now about the “Cloud” technology and how it will affect the job of the DBA. The answer to that is pretty easy: If you’re “just a DBA”, then it will affect you a great deal. The fact that someone else will add users, take backups
Posted by
Buck Woody
|
0 Comments
Filed under:
Developer
,
DBA
,
SQL Server
,
Career
Wednesday, October 28, 2009 8:13 AM
Templates for New Query Window
When I’m in SQL Server Management Studio and I click the “New Query” button, my Query Window comes up like this: /* <ScriptFileName, SYSNAME, ScriptFileName>.sql Purpose: <Purpose, SYSNAME, Purpose> Author: <Author, SYSNAME, Buck Woody>
Posted by
Buck Woody
|
0 Comments
Filed under:
SSMS
,
Developer
,
DBA
,
Scripts
,
Development
,
SQL Server
,
Administration
,
Design
,
SQL Server Management Studio
,
Tips
Tuesday, October 27, 2009 7:14 AM
Disaster Response and the Physical Plant
Near our home is a Dam about to break. It was built long ago, and even though millions were taxed and spent for it, little to none of that money ever got to the actual shoring up and maintaining the dam over time (don’t get me started). Anyway,
Posted by
Buck Woody
|
0 Comments
Filed under:
DBA
,
SQL Server
,
Administration
,
Planning
,
Disaster Recovery
Monday, October 26, 2009 6:50 AM
How Normal(ized) Should You Be?
Normalization is the process of removing repeating values from your data design, and ensuring that the values depend on the Primary Key in the table. OK, it’s a bit more complicated than that, but this definition will do for this post. So how far DO you
Posted by
Buck Woody
|
2 Comments
Filed under:
Developer
,
DBA
,
Development
,
SQL Server
,
Design
,
Tips
More Posts
Next page »