Author: SSWUG Research

Community

Database Mail in SQL Server 2005

(Muthusamy Anantha Kumar) The SQL Mail problems, that we faced in SQL Server 7.0 and 2000, are no more. SQL Server 2005 supports and uses SMTP email now and there is no longer a need to MAPI client to send email. In SQL Server 2005, the mail feature is called Database Mail. In this article, I am goi

Community

Multi-stage XSLT scripts

(Rick Jelliffe) One of the old secrets of text processing used to be using multiple stages: a pipeline so that each stage did something clear and comprehensible. The programming language OmniMark actually built this notion in, first by having a three stage processor (text, SGML, ESIS) then by genera