[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 580: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 636: sizeof(): Parameter must be an array or an object that implements Countable
afewteks.com • sqlcmd to backup sqlexpress
Page 1 of 1

sqlcmd to backup sqlexpress

Posted: Fri Jun 03, 2011 2:24 pm
by thockman
Simple cmd to backup express. Throw it in a cmd file and have at it.

Code: Select all

sqlcmd -S .\sqlexp_instance -Q "backup database dbname to disk = "path\filename.bak"