PhilHaselden

Stories submitted by PhilHaselden

Critical update for SQL Server 2005 Service Pack 2(support.microsoft.com)

submitted by PhilHaseldenPhilHaselden(120) 5 years, 2 months ago

If you downloaded SQL Server 2005 SP2 before March 5, 2007, and installed that download package, existing SQL Server 2005 maintenance plans and Integration Services packages that contain cleanup tasks run those tasks at shorter intervals. read more...

add a comment |category: |Views: 2

tags: another

Understanding and Using Exceptions(codebetter.com)

submitted by PhilHaseldenPhilHaselden(120) 6 years ago

Great article that discusses how to do exception handling (try/catch) and try/finally properly. The article gives big-picture advise too such as "In a well-written application there's a ratio of ten to one ... try/finally to try/catch blocks." (a quote from Anders Hejlsberg) read more...

add a comment |category: |Views: 10

tags: another