As far as I can tell the only script available for automated database configuration is createDB.sql. Does this only work for MySQL databases? I'd like to configure a database on an MSSQL server to retain log data. It seems that I should be able to create what ever structure I like, but since I'm relatively new to this I'd love to have a script that would create a generic structure that would be acceptable for common installations. Can createDB.SQL be used for this? Is there any documentation regarding this?
Thanks!


