Other News

Community

REXML: Processing XML in Ruby

(Koen Vervloesem) REXML (Ruby Electric XML) is the XML processor of choice for Ruby programmers. It comes bundled with the standard Ruby distribution. It’s fast, written in Ruby, and can be used in two ways: tree parsing and stream parsing. In this article, we show some basic constructs on how to us

Community

FIX: You may receive the ‘Server Msg 8630, Level 17, State 34, Procedure , Line nn’ error message when you try to delete records from a table in SQL Server 2000

In Microsoft SQL Server 2000 with Service Pack 4 (SP4), a query that generates a very large query plan may not run. For example, the query may not run when you use the DELETE Transact-SQL statement and you try to delete records from a table that has FOREIGN KEY constraints on many tables. When this