February 16, 2010
Request Filtering in IIS 7 Howto
I've been doing some security work in Windows 2008 recently for a client, one feature I've really come to like in IIS 7 is Request Filtering.You can configure Request Filtering at the server wide level, and then override or enhance the filtering at a site / application level.
December 09, 2009
Use varchar(max) instead of text in SQL Server
As you may know on SQL Server a varchar column can hold up to 8000 characters (each row can hold up to 8K, so it depends on the size of other columns), when you need to store more it is common to use the text or ntext datatypes.
April 20, 2009
Cheat Sheet for SQL Server
I have been writing a lot of T-SQL Scripts for SQL Server for a client to migrate to a new database schema. Whenever I get deeply involved in something like that I find that it is handy to create a cheatsheet for all of the things you have to lookup in the docs.
December 05, 2008
DateFormat for SQL Server
Have you ever tried to find a DateFormat or date_format function in SQL Server? Chances are you probably ended up concatenating a bunch of DatePart strings to get the format you are looking for.
October 21, 2008
Remove X-Powered-By: ASP.NET Header
Have you ever noticed that IIS tends to brand every HTTP response with the header X-Powered-By: ASP.NET - it will do this even if your site is not powered by ASP.
July 31, 2008
Dear SQL Server Enterprise Manager Developer
Please add a button to make a column an identity.You have a button to set as primary key, why do we have to scroll down through 3/4 of the properties, click the plus under "Identity", and then choose "Yes" for such a common operation?
Thank You
April 07, 2008
Try Catch for SQLServer T-SQL
Error handling in SQL Server T-SQL scripts is not always the most graceful thing to deal with. With the release of Microsoft SQL Server 2005 you can now use TRY / CATCH statements.
July 19, 2007
Firefox Now Supports HttpOnly Cookies
You may be surprised to learn that Microsoft Internet Explorer has supported a a security feature called HttpOnly cookies since IE 6 SP1.Firefox 2.0.0.5, which was released just the other day, now supports it.
December 20, 2006
Microsoft Selling $200 for $5
Just in case you have missed it Microsoft is giving you $200 when you signup and spend $5 on Microsoft AdCenter.There is some fine print to be aware of. The $200 credit is only good for 90 days, valid in the US only, and you must sign up by Jan 15 07.
September 07, 2005
SQL Server Express 2005, Finally Installed
February 25, 2005
I give up! Installing SQL Server 2005 Express
I have given up hope for installing SQL Server 2005 Express on my computer. When I run the installer I get this message:SQL Server 2005 Beta 3 Setup has detected incompatible beta components from Visual Studio or SQL Server.
February 25, 2005
Microsoft adds SQL Server 2005 Workgroup Edition
Microsoft is Expanding their SQL Server 2005 Product Line, with the introduction of SQL Server Workgroup Edition. These new price points are no doubt in response to open source database competitors such as MySQL and PostgreSQL.





