buck.woody
LinkedIn
|
FaceBook
|
Twitter
Resume
Professional Blog
Personal Blog
Podcasts
Articles
University of Washington
MSDN Blogs
Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog Badging
Like it? Tell someone!
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
Atom
Search
Tags
Administration
Azure
Best Practices
Career
Cloud
Cloud Computing
Conferences
DBA
Design
Developer
Development
Maintenance
Management
Metadata
Microsoft
Process
Quote Of The Day
Scripts
SQL Server
SQL Server 2008
SQL Server Management Studio
SSMS
Tips
Web
Windows Azure
Archives
Archives
May 2013
(1)
April 2013
(3)
March 2013
(2)
February 2013
(3)
January 2013
(3)
December 2012
(3)
November 2012
(4)
October 2012
(5)
September 2012
(3)
August 2012
(4)
July 2012
(6)
June 2012
(3)
May 2012
(5)
April 2012
(5)
March 2012
(4)
February 2012
(4)
January 2012
(6)
December 2011
(3)
November 2011
(5)
October 2011
(6)
September 2011
(3)
August 2011
(6)
July 2011
(4)
June 2011
(5)
May 2011
(5)
April 2011
(7)
March 2011
(9)
February 2011
(9)
January 2011
(11)
December 2010
(10)
November 2010
(10)
October 2010
(9)
September 2010
(13)
August 2010
(16)
July 2010
(21)
June 2010
(17)
May 2010
(16)
April 2010
(22)
March 2010
(23)
February 2010
(20)
January 2010
(22)
December 2009
(23)
November 2009
(21)
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)
MSDN Blogs
>
Carpe Datum
>
November, 2009
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Carpe Datum
Aren’t DBA’s Just System Admins for Databases?
Posted
over 4 years ago
by
BuckWoody
8
Comments
Last week I ran into an argument I’ve had since I left the mainframe space decades ago. A developer told me “DBA’s don’t design databases.” The inference was that DBA’s (i.e., Database Administrators) only worry about hardware, security, OS, database...
Carpe Datum
Quote of the Day – On Thankfulness
Posted
over 4 years ago
by
BuckWoody
0
Comments
Yesterday was Thanksgiving here in the U.S. – a time not just for family, rest and food, but most supremely of giving thanks. We give thanks to God and to each other for the infinite blessings we share. No matter what we think we have need of, that which...
Carpe Datum
The Magical World of SQL Server Licensing
Posted
over 4 years ago
by
BuckWoody
0
Comments
Licensing. Sometimes it feels like to you need a specialized degree, a black robe and a secret handshake to really understand it – but it’s not quite that bad. There are several licensing “models”, from just buying SQL Server off the shelf to Software...
Carpe Datum
Code that Writes Code
Posted
over 4 years ago
by
BuckWoody
0
Comments
I have scripts that re-create my databases for testing and development purposes. But sometimes I want to take the data from a set of tables and move it as well – I could use SSIS, or a SELECT INTO statement, but what if I want to “re-set” the data to...
Carpe Datum
Changing the Primary Key After You Have Data
Posted
over 4 years ago
by
BuckWoody
0
Comments
Yesterday I blogged about changing a Primary Key (PK) during the design phase, and before you have data in the database. Even then, it’s not trivial to change the data type or column(s) that make(s) up the PK. When you have data in that Primary Key and...
Carpe Datum
Changing the Primary Key Before You Have Data
Posted
over 4 years ago
by
BuckWoody
0
Comments
In my class this week, the students went through the inserts, updates and deletes that they had created for their database design, and then the moment of truth – creating the queries that answer the questions from the requirements. It’s often at this...
Carpe Datum
Quote of the Day – On Having a Purpose
Posted
over 4 years ago
by
BuckWoody
0
Comments
I try to live by this every day: “No one is useless in this world who lightens the burden of another.” – Charles Dickens
Carpe Datum
Using Perfmon with SQL Server – Part Two
Posted
over 4 years ago
by
BuckWoody
1
Comments
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...
Carpe Datum
Using Perfmon with SQL Server – Part One
Posted
over 4 years ago
by
BuckWoody
0
Comments
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...
Carpe Datum
Channeling Bruce Lee: Tuning without Tuning
Posted
over 4 years ago
by
BuckWoody
0
Comments
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...
Carpe Datum
Color Me Corrected – Will the REAL sysobjects please stand up?
Posted
over 4 years ago
by
BuckWoody
2
Comments
A few days ago I posted a way to look at the Dynamic Management Views (DMV’s) using a query, which I then copy and paste into the Help viewer’s Index tab to learn more. Well, my good friend and Colleague, Cliff, pointed out that I was using the older...
Carpe Datum
Quote of the Day: Who Is Normal?
Posted
over 4 years ago
by
BuckWoody
0
Comments
No, this isn’t about third normal form or anything like that: “Everyone seems normal until you get to know them.” - Unknown
Carpe Datum
Store XML Document as Binary, Read as XML
Posted
over 4 years ago
by
BuckWoody
2
Comments
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...
Carpe Datum
How Microsoft Does IT - Updated
Posted
over 4 years ago
by
BuckWoody
0
Comments
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...
Carpe Datum
Visio Video (killed the radio star)
Posted
over 4 years ago
by
BuckWoody
1
Comments
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...
Carpe Datum
Create an Excel Graph of your Big Tables – with PowerShell!
Posted
over 4 years ago
by
BuckWoody
4
Comments
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...
Carpe Datum
Quote of the Day – The Definition of an Expert
Posted
over 4 years ago
by
BuckWoody
2
Comments
I’ve been at the PASS conference this week, and I’ve been around a lot of really smart Experts – and this definition definitely fits: An expert is someone who knows some of the worst mistakes that can be made in their subject, and how to avoid them. ...
Carpe Datum
Learning New Tech on SQL Server Virtualization – From Vendors
Posted
over 4 years ago
by
BuckWoody
1
Comments
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 ...
Carpe Datum
Find and learn DMVs
Posted
over 4 years ago
by
BuckWoody
0
Comments
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...
Carpe Datum
DBA? No – Data Professionals
Posted
over 4 years ago
by
BuckWoody
0
Comments
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 ...
Carpe Datum
Win7 – Install SQL Server Native or go Virtual PC?
Posted
over 4 years ago
by
BuckWoody
0
Comments
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...
Page 1 of 1 (21 items)