60 Posts

August 1st, 2005 06:00

Performance Monitor:  c:\windows\system32\perfmon.exe  works like a champ.
 
Most databases have a "dump" command that allows you to export the entire configuration (tables, data, etc) rather quickly to a file.   You can then backup (or zip) that file while the database is back online.
 
If you're running mySQL, see this page for backup commands.
Syntax: mysqldump --tab=/path/to/some/dir --opt db_name
 
If you're running MS-SQL2000, see this page.
Syntax:  BACKUP DATABASE db_name TO DISK =
'd:\path\to\some\dir\file_name.bak'
No Events found!

Top