BAM and SQL Server

Has anyone successfully gotten BAM 2.1 working with SQL Server 2000 or 2005? I’ve gotten it to the point where engined will connect to the server on startup and still check out its own license, but when an AP attempts to authenticate an SM the process dies. I’ve double checked that all the datatypes for my columns in sql server are compatible and they all match, except for the time and date columns in the SS table. In PG/MySQL these are two separate datatypes but in SQL server its one combined datetime datatype and I’m not sure of a real solution to this.