Author: SSWUG Research

Community

OUTPUT clause in SQL Server 2005

(Muthusamy Anantha Kumar) A SQL Server 2005 feature that I appreciate and want to demonstrate is the OUTPUT clause. The OUTPUT clause helps in returning the actual data from a table soon after an insert. Applications require return values such as the new identity value, the computed column value or

Community

Ruby as a Web service client language

(William Brogden) A number of interesting languages described as “scripting languages” have great potential for building Web service client applications. The term “scripting language” seems to commonly be applied to languages created as tools for “quick and dirty” solution building from existing com