Sign in
Ken Henderson's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
games halo
nexus
pass
Performance
personal
Profiler
PSSDiag
Retrace
SQLDiag
Tools
TraceBuster
Archive
Archives
January 2008
(1)
December 2007
(3)
September 2007
(2)
June 2007
(1)
April 2007
(1)
February 2007
(2)
December 2006
(2)
November 2006
(1)
October 2006
(3)
August 2006
(3)
July 2006
(1)
May 2006
(2)
April 2006
(1)
February 2006
(12)
January 2006
(4)
December 2005
(1)
November 2005
(3)
October 2005
(17)
September 2005
(2)
August 2005
(1)
July 2005
(2)
June 2005
(2)
May 2005
(11)
April 2005
(12)
January 2005
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Ken Henderson's WebLog
Be careful with xproc memory allocation
Posted
over 8 years ago
by
MSDNArchive
5
Comments
With the advent of CLR stored procedures in SQL Server 2005, the custom extended procedure era will hopefully be soon behind us. Xprocs were a good idea and certainly added great functionality to earlier releases of the product, but they can also cause...
Ken Henderson's WebLog
Goodbye, Seoul
Posted
over 8 years ago
by
MSDNArchive
1
Comments
The world's first production deployment of SQL Server 2000 on a 64-way, 64-bit machine was a success. I've had a fantastic time here in Seoul -- both working and after-hours. The food has been great, the people wonderful, and the weather Spring-like....
Ken Henderson's WebLog
Blogging from Seoul
Posted
over 8 years ago
by
MSDNArchive
6
Comments
I'm currently in Seoul, South Korea assisting with the first 64-way, 64-bit deployment of SQL Server in the world. The 14 and 1/2 hour flight has left me extremely jet-lagged -- I didn't sleep a wink on the flight. I got here last evening, went to bed...
Ken Henderson's WebLog
Why you shouldn't compress SQL Server data and log files
Posted
over 8 years ago
by
MSDNArchive
13
Comments
Most knowledgable SQL Server DBAs know you shouldn't compress a database's data and log files, but I'll wager that few know the details behind why that's such a bad idea. The general reply might be "Performance" -- and that's correct -- but the assumption...
Ken Henderson's WebLog
Subtle bugs #2
Posted
over 8 years ago
by
MSDNArchive
0
Comments
Came across this in some code recently. The code excerpt below is part of a larger cmd line application that can be run as both a console app and a service. One of the things it can do is start other processes, optionally trapping their output in a file...
Ken Henderson's WebLog
Barnes & Noble promotion
Posted
over 8 years ago
by
MSDNArchive
0
Comments
<shameless_promotion> Addison-Wesley has asked me to mention that B&N is doing a big promotion of my SQL Server books right now. I believe the figure they cited was a 40% discount, IIRC. Check with B&N for the details. So, if you're interested...
Ken Henderson's WebLog
Why .NET is the best thing to happen to software since OOP, Part II
Posted
over 8 years ago
by
MSDNArchive
5
Comments
I didn't really finish the discussion of what I began in this blog , so I'll do so today. Why do I think .NET is the best thing to happen to software since OOP? Several reasons: 1. Based on what the market has said, software for the PC and for Windows...
Ken Henderson's WebLog
My other blog is a Mercedes
Posted
over 8 years ago
by
MSDNArchive
0
Comments
For those who don't already know about it, I blog about non-technical things on MSN Spaces at http://spaces.msn.com/members/khen1234 . I'm reserving my MSDN blogs for technical topics, so if you want to read some more of my random ramblings, check out...
Ken Henderson's WebLog
Stalled/stuck I/O and SQL Server 2000 SP4
Posted
over 8 years ago
by
MSDNArchive
2
Comments
Service Pack 4 for SQL Server 2000, due out any day now, has a number of new features oriented toward making the product easier to support. One of these is the new detection and reporting of stalled or stuck I/O operations. A stalled I/O is an I/O operation...
Ken Henderson's WebLog
Why .NET is the best thing to happen to software since OOP
Posted
over 8 years ago
by
MSDNArchive
20
Comments
I read a blog by Mark Russinovich the other day that disturbed me a bit. It always bothers me when someone as highly regarded as Mark completely misses the boat because it means that a lot of other people will probably miss the boat, too. People often...
Ken Henderson's WebLog
To VB or not to VB: VB.NET or C# -- which one should you choose?
Posted
over 8 years ago
by
MSDNArchive
4
Comments
I get asked pretty often which of these two languages I prefer. I prefer C#. But which one should you choose? That depends. * If you have lots of legacy VB code, VB.NET may be a better choice. VB.NET is a full-featured language and rivals C# in features...
Ken Henderson's WebLog
Subtle bugs #1
Posted
over 8 years ago
by
MSDNArchive
3
Comments
From time-to-time, I'm going to post a code snippet with a subtle bug in it for people interested in tracking down such things. Here's the first one (C/C++): TCHAR g_szFoo[10]; void CopyArg(TCHAR * pszArg) { _tcsncpy(g_szFoo, pszArg, (sizeof...
Ken Henderson's WebLog
Does it make sense to build MFC GUI apps anymore?
Posted
over 8 years ago
by
MSDNArchive
5
Comments
For most developers, I think the answer has to be "No," especially with the advent of managed code. Some would argue that the answer has been "No" for a long time. Tools like VB made GUI development so much easier than it ever was with MFC that many gave...
Ken Henderson's WebLog
Yukon's management tools
Posted
over 8 years ago
by
MSDNArchive
3
Comments
As the creator of a few SQL Server-specific tools myself (Sequin, DataPipe, etc.), I have some fairly strong opinions on what type of functionality the tools that come in the white box with SQL Server should have, particularly the GUI apps. At a high...
Ken Henderson's WebLog
Availability of the Yukon editions of my books
Posted
over 8 years ago
by
MSDNArchive
7
Comments
People have been emailing me quite a bit about when my SQL Server books will be updated for SQL Server 2005. Good news: they will be in print this Monday. Important details: 1. All three books have grown to over 1200 pages each. This is as much due...
Ken Henderson's WebLog
Why some SQL Server components do not work or are not supported when SQL Server is in lightweight pooling mode
Posted
over 8 years ago
by
MSDNArchive
8
Comments
Lightweight pooling mode, also known as fiber mode, uses Windows fibers to service User Mode Scheduler (UMS) workers rather than threads. Windows fibers are lighter weight execution mechanisms than threads, with one thread typically hosting multiple fibers...
Page 4 of 4 (91 items)
1
2
3
4