[[PageOutline(2-5,Contents,pullout)]] = Microsoft SQL Server as a backend DB = == Description == Microsoft SQL Server as a backend DB roughlly implemented. Related tickets: - trac:ticket:329 Adding support for Microsoft SQL Server as a backend DB - #2277 ODBC connection == Bugs/Feature Requests == Existing bugs and feature requests for MsSqlBackendPlugin are [report:9?COMPONENT=MsSqlBackendPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=MsSqlBackendPlugin&owner=matobaa new ticket]. == known bugs == - !report:7 - !report:8 == Download == Download the zipped source from [download:mssqlbackendplugin here]. == Source == You can check out MsSqlBackendPlugin from [http://trac-hacks.org/svn/mssqlbackendplugin here] using Subversion, or [source:mssqlbackendplugin browse the source] with Trac. == How to use == - download the source, setup.py bdist_egg, then place dist/*.egg on PYTHONPATH. - prepare {{{mssql_enabler.ini}}} contains following: {{{ #!ini [compnents] mssql_backend.* = enabled }}} - create {{{"tracdb"}}} databse on MS SQL Server. - setup {{{"tracdb"}}} DSN connected to database above with ODBC Administrator. - do {{{trac-admin __projectpath__ initenv --inherit=path/to/mssql_enabler.ini new "odbc:/DSN=tracdb" }}} to create project. == Recent Changes == [[ChangeLog(mssqlbackendplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:matobaa] [[BR]] '''Maintainer:''' [wiki:matobaa] [[BR]] '''Contributors:'''