Author: SSWUG Research

Community

XML Parser Comparison

In order to process XML data every program or server process needs an XML parser. The parser extracts the actual data out of the textual representation and creates either events or new data structures from them. Parsers also check whether documents conform to the XML standard and have a correct stru

Community

SQL Date Handler function

If you’ve ever written a script that needs to UPDATE or INSERT Date values in a database AND you live outside of North America, then I’d nearly bet that (like me) you’ve stayed up until midnight cursing the fact that all dates in SQL Server and MS-Access are natively converted from US date format (