jac_bin
Newbie
Points: 4
More actions
September 17, 2002 at 4:28 am
#79705
how can I backup sql server database from my application.
Prakash Heda
SSCertifiable
Points: 5539
September 17, 2002 at 4:44 am
#436643
Check: BACKUP, BACKUP (described) in BOL
Prakash
Prakash HedaLead DBA Team - www.sqlfeatures.comVideo sessions on Performance Tuning and SQL 2012 HA
Greg Larsen
SSC-Insane
Points: 20961
September 17, 2002 at 7:45 am
#436654
Send a T-SQL string similar to this one to your server:
Backup [your database] to disk='c:/mssql/backups/your database.bak'
Gregory Larsen, DBA
If you looking for SQL Server Examples check out my website at http://www.geocities.com/sqlserverexamples
Gregory A. Larsen, MVP
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply