Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Installing and using MSSQL driver in Linux

apt-get install apache-karaf-mssql
 
jdbc2xml ... --jdbc-drivers /usr/share/apache-karaf/lib/sqljdbc4.jar

Excluding 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_map

We plan to respect (exclude) those table automatically in a future version, see JDBCTOXML-13.

  • No labels