| 3/20/2006 |
SQL Server Query Timeout Follow the following steps to eliminate the Timeout error:
|
| 3/20/2006 |
How To Schedule Sybase DB Backups Put the following into a BAT file and have an NT schedule run it: "D:\Program Files\Sybase\SQL Anywhere 8\win32\dbbackup.exe" -d -x -y -c UID=dba;PWD=sql;dbf=[DBNAME] [DIRECTORY] DBNAME is the actual name and extension of the database DIRECTORY is the location where the backup is to go. We typically create 7 of these, one for each day of the week pointing to a different backup directory. Note: Command line utilities are not supported in Netware. |