How to improve performance of MSSql system database with jTDS driver (many temporary files)
If I use an Microsoft SQL Server as System Database and access it with the jTDS driver then: driver. Then I have many temporary files (jdtsXYZ.tmp) stored with clob and blob data in the temp folder. How can I avoid that they are created? Because it is obvious that the performance of storing such files is not so good as if the data is only held in memory.