The following is a cron job submitted by Q Vincent Yin umyin@mctrf.mb.ca It is quite simple and generates a sp_spaceused report for each table in your database. Output is sent to you (any output from cron is sent to the owner of the cron job. Cheers Ed ------------------------------------------------------------------------------- #!/bin/sh # Author: Vincent Yin umyin@mctrf.mb.ca Mar 1 1995 # Purpose: Tabulate the output of sp_spaceused for all the tables in $DB. # This script doesn't modify anything. DB=regdb PASSWD= # The $SYBASE env variable SYBASE=/usr/local/lib/sybase # The server name as in the interface file SERVER= # ...................... no change below this line ............................. export SYBASE cat <