While I realize this is a simple task and once you see how to do it you will immediately say, I knew that, but for those of you who have not discovered how to detect http 404 errors let me show you. The following code may be inserted into your Global.asax file. protected void Application_Error(object [...]
Archive for the ‘Uncategorized’ Category
Detecting HTTP 404 Errors in Global.asax
Posted in Uncategorized on August 12, 2010 | Leave a Comment »
Multiple Optional Search Criteria in SQL Server WHERE Clause
Posted in Sql Filter Criteria, SQL Server Queries, Uncategorized, tagged ISNULL, multiple optional search criteria, NULL serach criteria, SQL Filter Criteria, SQL Server, SQLServer ISNULL on July 29, 2010 | 1 Comment »
Today I was reading in Joseph Sack’s book SQL Server 2008 Transact-SQL Recipes and discovered a jewel of a tip. The jewel is located on page 275. “So what is the jewel?”, you are asking. Well I am glad you asked. Let’s say you have 30 different criteria for which to search for a particular [...]