Skip to content

Instantly share code, notes, and snippets.

@felipebizz
Created June 24, 2015 17:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save felipebizz/3d8395c67f7345ff78dc to your computer and use it in GitHub Desktop.
[Mule] Url JTDS jdbc Connect with SQL
#Squirrel
jdbc:jtds:sqlserver://192.168.0.112:1433;databaseName=BASE_DEV
#MULE
jdbc:jtds:sqlserver://192.168.0.7:1433;databaseName=BASE_DEV;user=user;password=pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment