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
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Carpe Datum
SQL Server Best Practices: Auto-Create and Auto-Update Statistics Should Be On - Most of the Time
Posted
over 4 years ago
by
BuckWoody
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
Posted
over 4 years ago
by
BuckWoody
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
Posted
over 6 years ago
by
BuckWoody
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
Posted
over 5 years ago
by
BuckWoody
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
Posted
over 6 years ago
by
BuckWoody
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!
Posted
over 6 years ago
by
BuckWoody
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!
Posted
over 6 years ago
by
BuckWoody
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
Posted
over 5 years ago
by
BuckWoody
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
Posted
over 5 years ago
by
BuckWoody
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?
Posted
over 5 years ago
by
BuckWoody
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
Posted
over 5 years ago
by
BuckWoody
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."
Posted
over 5 years ago
by
BuckWoody
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
Posted
over 4 years ago
by
BuckWoody
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
Posted
over 4 years ago
by
BuckWoody
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
Posted
over 4 years ago
by
BuckWoody
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
Posted
over 5 years ago
by
BuckWoody
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
Posted
over 5 years ago
by
BuckWoody
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
Posted
over 4 years ago
by
BuckWoody
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
Posted
over 1 year ago
by
BuckWoody
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
Posted
1 month ago
by
BuckWoody
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
Posted
over 2 years ago
by
BuckWoody
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
Posted
over 2 years ago
by
BuckWoody
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
Posted
over 4 years ago
by
BuckWoody
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
Posted
over 3 years ago
by
BuckWoody
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
Posted
over 3 years ago
by
BuckWoody
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)
1
2
3
4
5
»