It's all about the answers!

Ask a question

what is the syntax of dbtools on sql server?


Kim Soederhamn (1.5k24247) | asked Apr 01 '19, 9:06 a.m.

when doing admin tasks with dbtools the syntax included in the readme is wrong.

One answer



permanent link
Kim Soederhamn (1.5k24247) | answered Apr 01 '19, 9:08 a.m.
the solution on windows is:

 D:\dbtools>D:\APP\IBM\WebSphere\AppServer\java_1.7.1_64\bin\java.exe -cp "dbtools.jar;sqljdbc41.jar;" FindAllReferences jdbc:sqlserver://yoursqlserver:1433;databaseName=RQMDB filePath=D:\dbtools\uuids.txt

requiring ofcourse you have the dbtools.jar and the sqldriver loacated in the D:\dbtools\ directory
sample above is using the java from a WAS install dir



Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.