To run Confluence using the SQL Server, you must create a database table and user, download the database drivers and insert the connection details.
jtds-<version>.jar into your standalone's common/lib directory. If you are configuring a datasource to connect to your MS SQL server database, you may find this page helpful: http://jtds.sourceforge.net/faq.html
net.sourceforge.jtds.jdbc.Driver |
jdbc:jtds:sqlserver://<server>:<port>/<database> |