Forum Discussion
- skillmaster44Level 3
The temp files in /usr/openv/tmp/sqlany/nb_/tmp/ might be growing fast due to heavy queries, big transactions, or index rebuilds. You can try limiting the temp file size with sp_configure 'MaxTempFileSize' and tweak the TEMPDB settings. Make sure there's enough disk space, and consider moving the temp files to a different drive. If that doesn't fix it, check the logs, update SQL Anywhere, or reach out to support for help.
Related Content
- 4 months ago
- 10 years ago