Does anyone have a script for creating the Quartz tables in a sql server 2008 database?
I'm not a DB guy, and the documentation for sql server says to not use the IMAGE field type which is used in the sqlServer script that comes with quartz.
> I'm not a DB guy, and the documentation for sql server says to not use the IMAGE field type which is used in the sqlServer script that comes with quartz.
Then use a different field type that translates into a BLOB type via JDBC. Probably VARBINARY would be appropriate.
Can you please confirm that that works (I don't have ready access to sql server 2008) -- and then I'll update the docs.