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
>
March, 2010
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Carpe Datum
List SQL Server Instances using the Registry
Posted
over 3 years ago
by
BuckWoody
0
Comments
I read this interesting article on using PowerShell and the registry , and thought I would modify his information a bit to list the SQL Server Instances on a box. The interesting thing about listing instances this was is that you can touch remote machines...
Carpe Datum
Backup Meta-Data
Posted
over 3 years ago
by
BuckWoody
4
Comments
I'm working on a PowerShell script to show me the trending durations of my backup activities. The first thing I need is the data, so I looked at the Standard Reports in SQL Server Management Studio, and found a report that suited my needs, so I pulled...
Carpe Datum
Open the SQL Server Error Log with PowerShell
Posted
over 3 years ago
by
BuckWoody
1
Comments
Using the Server Management Objects (SMO) library, you don’t even need to have the SQL Server 2008 PowerShell Provider to read the SQL Server Error Logs – in fact, you can use regular old everyday PowerShell. Keep in mind you will need the SMO libraries...
Carpe Datum
Quote of the day – on when NOT to say something
Posted
over 3 years ago
by
BuckWoody
0
Comments
I think many of us can say something right at the right time. But there’s a deeper skill: “Remember not only to say the right thing in the right place, but far more difficult still, to leave unsaid the wrong thing at the tempting moment.” - Benjamin Franklin
Carpe Datum
Cluster Nodes as RAID Drives
Posted
over 3 years ago
by
BuckWoody
0
Comments
I'm unable to sleep tonight so I thought I would push this post out VERY early. When you don't sleep your mind takes interesting turns, which can be a good thing. I was watching a briefing today by a couple of friends as they were talking about various...
Carpe Datum
Today I talk about you
Posted
over 3 years ago
by
BuckWoody
0
Comments
Some time back I posted a blog entry (mirrored here and here ) asking you how you design databases. Out of those responses, my own experience, studies I read, and interviews I conducted, I collected a wealth of data. Thanks for your responses. So what...
Carpe Datum
PowerShell – Show a Notification Balloon
Posted
over 3 years ago
by
BuckWoody
2
Comments
In my presentations for PowerShell I sometimes want to start a process (like a backup) that will take some time. I normally pop up a notification “balloon” at the start, and then do the bulk of the work, and then pop up a balloon at the end to let me...
Carpe Datum
Great Example of a Simple Cost-Benefit Analysis
Posted
over 3 years ago
by
BuckWoody
1
Comments
I saw a post the other day that you should definitely go check out. It’s a cost/benefit decision, and although the author gives it a quick treatment and doesn’t take all points in the decision into account, you should focus on the process he follows....
Carpe Datum
Quote of the Day: Don't be Ordinary
Posted
over 3 years ago
by
BuckWoody
0
Comments
"The difference between ordinary and extraordinary is that little extra." Jimmy Johnson
Carpe Datum
PowerShell: Read Excel to Create Inserts
Posted
over 3 years ago
by
BuckWoody
0
Comments
I’m writing a series of articles on how to migrate “departmental” data into SQL Server . I also hold workshops on the entire process – from discovering that the data exists to the modeling process and then how to design the Extract, Transform and Load...
Carpe Datum
Challenge: Learn One New Thing Today
Posted
over 3 years ago
by
BuckWoody
4
Comments
Most of us know that there's a lot to learn. I'm teaching a class this morning, and even on the subject where I'm the "expert" (that word always makes me nervous!) I still have a lot to learn. To learn, sometimes I take a class, read a book, or carve...
Carpe Datum
Using linked servers, OPENROWSET and OPENQUERY
Posted
over 3 years ago
by
BuckWoody
0
Comments
SQL Server has a few mechanisms to reach out to another server (even another server type) and query data from within a Transact-SQL statement. Among them are a set of stored credentials and information (called a Linked Server ), a statement that uses...
Carpe Datum
What to leave when you're leaving
Posted
over 3 years ago
by
BuckWoody
0
Comments
There's already a post on this topic - sort of. I read this entry, where the author did a good job on a few steps , but I found that a few other tips might be useful, so if you want to check that one out and then this post, you might be able to put together...
Carpe Datum
Quote of the Day – On the Importance of Truth
Posted
over 3 years ago
by
BuckWoody
0
Comments
“Whoever is careless with the truth in small matters cannot be trusted with important matters.” - Albert Einstein
Carpe Datum
System Variables, Stored Procedures or Functions for Meta Data
Posted
over 3 years ago
by
BuckWoody
0
Comments
Whenever you want to know something about SQL Server’s configuration, whether that’s the Instance itself or a database, you have a few options. If you want to know “dynamic” data, such as how much memory or CPU is consumed or what a particular query is...
Carpe Datum
Create Outlook Appointments from PowerShell
Posted
over 3 years ago
by
BuckWoody
1
Comments
I've been toying around with a script to create a special set of calendar objects in Outlook that show when my SQL Server Agent Jobs are scheduled to run. I haven't finished yet, but I thought I would share the part that creates the Outlook Appointments...
Carpe Datum
Consolidation Strategy References
Posted
over 3 years ago
by
BuckWoody
0
Comments
I have a presentation that I give on SQL Server Consolidation Strategies, and in that presentation I talk about a few links that are useful. Here are some that I’ve found – feel free to comment on more, or if these links go stale: Consolidation...
Carpe Datum
It’s OK to take a Shortcut Sometimes
Posted
over 3 years ago
by
BuckWoody
0
Comments
I was working this weekend with a fairly simple Excel spreadsheet, and I had to decompose one cell in it out to three columns in a SQL Server table. There are tools within SQL Server Integration Services (SSIS) that should be able to do that, but I just...
Carpe Datum
Quote of the Day – On Reputation
Posted
over 3 years ago
by
BuckWoody
0
Comments
“Character is like a tree, and reputation is like its shadow.” Abraham Lincoln
Carpe Datum
ROI and the DBA
Posted
over 3 years ago
by
BuckWoody
0
Comments
I love them three-letter acronyms! An “ROI” is a Return On Investment – it’s a basic financial calculation that places investments in a standard number so that they can be compared. If the number is positive, then it has a “good” return on investment...
Carpe Datum
No Certainties, Including That One
Posted
over 3 years ago
by
BuckWoody
0
Comments
The older I get, the more I realize that there are few certainties in life. No, this isn’t one of those philosophical posts where I relate some newfound wisdom as if I’m the first one to discover it – I’m going somewhere practical with this. I deal not...
Carpe Datum
Did that change really fix the problem?
Posted
over 3 years ago
by
BuckWoody
0
Comments
When we’re heads-down on a problem, it’s sometimes far too easy to relax the method we should follow for troubleshooting. We’re supposed to gather as much information as possible, freeze the system as much as possible, and then develop the plan for the...
Carpe Datum
Have you backed up your keys lately?
Posted
over 3 years ago
by
BuckWoody
0
Comments
Did you know that you already have a Server Master Key (SMK) generated for your system? That’s right – while a Database Master Key (DMK) is generated when you encrypt a certificate or Asymmetric Key with code, the Server Master Key is generated automatically...
Page 1 of 1 (23 items)