Other News

Community

Try/Catch Block in SQL Server 2005

(Gregory A. Larsen) Server 2005 now supports a more programmable error trapping convention in T-SQL code. This error handling is known as the TRY/CATCH block. The TRY/CATCH block allows T-SQL to handling errors like other programming languages, such as Microsoft Visual C# and C++. In addition to the

Community

Using PHP on the command line

(Vincent Danen) PHP is generally regarded as one of the most powerful and easy-to-learn Web scripting technologies, and emphasis has largely been devoted to using PHP on Web sites. However, the same power that can be harnessed to handle complex Web sites can also be used on the command line. Like Pe

Community

OLAP SQL Part 1 – Rollup

(Chris Eaton) If you haven’t noticed by now I post a lot of stuff on what I find to be interesting SQL. I like to find ways to do more in the DB2 engine with a single call. Often folks don’t have the time to learn about all the abilities that DB2 SQL has available so over the next few […]