Use this guide in conjunction with the more general Database Setup Guide for Any Database. These instructions add some reference notes specific to SQL Server.
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> |