MSSQL Tips
Installing and using MSSQL driver in Linux
apt-get install apache-karaf-mssql
jdbc2xml ... --jdbc-drivers /usr/share/apache-karaf/lib/sqljdbc4.jarExcluding System tables
# MSSQL likes to create system tables which should not be exported or imported
jdbc2xml ... --exclude-tables sysdiagrams,trace_xe_event_map,trace_xe_action_mapWe plan to respect (exclude) those table automatically in a future version, see JDBCTOXML-13.