Author: SSWUG Research

Community

Cursor Performance

From SQLTeam – A recent article on 4GuysFromRolla.com had an ASP script to generate the Transact-SQL code for a cursor. I’ve always thought that cursors where slower than set-based SQL but I never knew how much slower. Read on for the results and a couple of suprises thrown in.

Community

Introduction to XSLT

By Jason Monberg and Mike Wynholds – XSL, or Extensible Stylesheet Language, consists of three languages for converting XML documents into other formats. XSL Formatting Objects (XML FO) describes visual formatting, while XPath accesses specific parts of an XML document. But XSL Transformations (XSLT