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
»
Administration
Agent
Best Practices
Book Review
Career
Computing
Conferences
Connections
DBA
Design
Developer
Development
Disaster Recovery
Documentation
Downloads
Encryption
Error Codes
Help
Latest Version
Links
Longhorn
Maintenance
Maintenance Plans
Management
Metadata
Microsoft
Microsoft Update
MSDN
Performance Tuning
Planning
Policy Based Management
PowerShell
Process
Questions
Rant
Scripts
Searching
Security
Service Packs
SQL Server
SQL Server 2000
SQL Server 2008
SQL Server Documentation
SQL Server Downloads
SQL Server Management Studio
SSIS
SSMS
Standard Reports
Support
System Center Operations Manager
Technet
Testing
Tips
T-SQL
Tutorials
Upgrades
Virtualization
Walkthroughs
Web
Windows 2008
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
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
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
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
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
Wednesday, October 14, 2009 8:37 AM
Color Your Connections
In cyber-space, no one can hear you scream. Have you ever connected to a server, thought it was a testing or development system, and only a split second after you pressed “F5” to run that command, realized that it was the production server? Yeah….me neither
Posted by
Buck Woody
|
0 Comments
Filed under:
SSMS
,
Developer
,
DBA
,
Development
,
SQL Server
,
Administration
,
SQL Server Management Studio
,
SQL Server 2008
,
Tips
,
Best Practices
Wednesday, October 07, 2009 6:50 AM
Free Hyper-V Book
I work with a gentleman here in the Pacific Northwest who joined the Microsoft Server team from VMWare, and he in turn has a good friend (John Kelbley) who wrote a book on Hyper-V that you can get for free – you can get it here: http://www.netapp.com/hyper
Posted by
Buck Woody
|
0 Comments
Filed under:
Web
,
DBA
,
Administration
,
Windows 2008
Tuesday, September 29, 2009 6:45 AM
Great new Whitepaper on High Availability
Paul Randal, he of SQLskills.com fame, has published a new whitepaper on High Availability with SQL Server. If you follow any SQL Server news or blog sites, you’ve probably already see the announcement for it, but I wanted to mention it here in case you
Posted by
Buck Woody
|
0 Comments
Filed under:
SQL Server Documentation
,
SQL Server Downloads
,
Web
,
DBA
,
SQL Server
,
Administration
,
Design
,
SQL Server 2008
,
Tips
,
Disaster Recovery
,
Book Review
Wednesday, September 23, 2009 6:11 AM
Remember to include the Standard Deviation
I do a lot of performance analysis on SQL Server Instances, and I normally start with a series of Performance Counters from both Windows and SQL Server. This gives me the ability to limit what I need to look at by seeing which Hardware and Windows components
Posted by
Buck Woody
|
0 Comments
Filed under:
Developer
,
DBA
,
SQL Server
,
Administration
,
Performance Tuning
,
Windows 2008
Thursday, September 17, 2009 8:26 AM
How Microsoft Does IT
One of my favorite ways to learn is through examples. If you’ll explain what something does and a little of how it works,and then give me an example to decompose, I usually come up to speed pretty quickly. I’ve been carrying a DVD (and CD’s before that)
Posted by
Buck Woody
|
0 Comments
Filed under:
Web
,
DBA
,
SQL Server
,
Administration
,
Design
,
Microsoft
,
Windows 2008
,
Tips
Wednesday, September 16, 2009 6:24 AM
Opening a Windows Perfmon File in Profiler – Part Two
In a previous blog entry , I mentioned you could import a Windows Perfmon log into SQL Server Profiler. I received a note that someone was having a problem doing this, and when we looked over his situation, it turned out that he was using a Windows Perfmon
Posted by
Buck Woody
|
0 Comments
Filed under:
DBA
,
SQL Server
,
Administration
,
Performance Tuning
,
Windows 2008
Monday, September 14, 2009 7:14 AM
Using Perfmon Data in Profiler
In SQL Server 2005 a great new feature was introduced into SQL Server Profiler – the ability to import Perfmon data. If you’re not familiar with one or both of those tools, SQL Server Profiler is a package included with SQL Server that can “watch” your
Posted by
Buck Woody
|
0 Comments
Filed under:
Developer
,
DBA
,
SQL Server
,
Administration
,
Performance Tuning
,
Testing
,
Windows 2008
,
Tips
Thursday, September 10, 2009 6:34 AM
Adding a NIC – Part Two
I got this comment from the post yesterday: “ It's just as easy to use gigabit instead 10/100. Further, where is this administration being done? Most likely there is some other pipe that will have to be shared between any amount of connections. And at
Posted by
Buck Woody
|
0 Comments
Filed under:
SQL Server
,
Administration
,
Best Practices
Wednesday, September 09, 2009 9:15 AM
SQL Server Best Practices: Separate NIC for Maintenance and Transfers
Many people aren’t aware of how important the Network Interface Card (NIC) in their system really is. If you picture your database as a warehouse, the NIC devices are the doors and bays where stuff comes in and out. Imagine if you had one door, and everyone
Posted by
Buck Woody
|
0 Comments
Filed under:
DBA
,
SQL Server
,
Administration
,
Tips
,
Best Practices
More Posts
Next page »