Author: SSWUG Research

Community

Collecting SQL Server Statistics

need to collect statistics such as transactions per second (tps) on my SQL Server machines for periodic reporting. I’ve used the Performance Monitor extensively, but I’m unable to produce a set of SQL Server performance numbers that are meaningful to DBAs [database administrators]. Are any utilities

Community

RDF, What’s It Good For?

by Kendall Grant Clark – The Resource Description Framework is still among the most interesting of W3C technologies. But it’s got persistent troubles, including having had its reputation beaten up unfairly as a result of the many and often nasty fights about RSS. But, just like my eccentric old uncl

Community

Parse HTML with an SGMLReader

SgmlReader is an XmlReader API over any SGML document. A command line utility is also provided which outputs the well formed XML result. HTML is an SGML grammar, so you can use this tool to convert HTML into well-formed XML. The utility was created by Microsoft XML guru Chris Lovett.