what is the syntax of dbtools on sql server?
One answer
![](http://jazz.net/_images/myphoto/61fe9ae3e2ca3fe9b02154d98ed61451.jpg)
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