sqlanywhere - Find remaining space in SQL anywhere database -


how can run command check see how space have in total in database , how free space have?

call sa_disk_free_space( ); 

reports information space available dbspace, transaction log, transaction log mirror, and/or temporary file.

result set:

  • dbspace_name - dbspace name, transaction log file, transaction log mirror file, or temporary file
  • free_space - number of free bytes on volume.
  • total_space - total amount of disk space available on drive dbspace resides

.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -