How to configure SQL Server 2008 to take automatic backup daily? -


hey know how take automatic backup of sql server database once day (or may daily or periodic bases)?

if know configuration of sql server please tell me.

or may have solution using c# / .net windows application, please tell me.

created scheduled job, , @ following create backup http://www.sqlexamples.info/sql/tsql_backup_database.htm.

it makes use of backup database @db_name disk = @filename;


Comments

Post a Comment

Popular posts from this blog

android - Automated my builds -

how to proxy from https to http with lighttpd -

python - Flask migration error -