Other News

Community

Output large XML documents, Part 1

by Brett McLaughlin – This tip details the problems associated with outputting large XML documents, starting with an examination of the options for XML output. It then looks at DOM and XML output, along with possible solutions to the memory consumption associated with extended DOM usage. You’ll get

Community

XML Isn’t Too Hard

by Kendall Grant Clark – Before setting off for PyCon, I finished an XML-Deviant column (“An XML Hero Reconsiders?”) in which I examined the XML development community’s reaction to some recent questions posed by Tim Bray about a perennial bugaboo, XML parsing strategies. To my surprise, the conversa

Community

Partitioning Tips

By Itzik Ben-Gan – Here are some tips about using partitioned views, including how to circumvent the limitation on inserting data into tables through a partitioned view, and problems with using constants in the partitioning criteria.