Description

This is a simple daemon written in Perl to pump text messages from SQL server to Jabber.
It is intended for distributing database system mesages in a mid-to-large sized company.
It was written primarily for MSSQL7, but any other SQL server would do.

Assumptions

  1. MS SQL server is running ( in native or domain auth mode )
  2. Jabber server is running, and database users have clients installed.
  3. You have an enterprise wide database system which wants to notify users about various events
  4. Your business app doesn't have such functionality

Requirements

Perl and some non-standard modules:
DBD::Sybase mini-howto