Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Databse Backup From DOS Prompt

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-03-15 : 10:04:24
Ravinder Sharma writes "I want to take backup of my database from DOS prompt. Is there any command\exe provided by MS SQL Server. I dont want to use SQL Script(BACKUP DTABASE) from Query Analyser."

izaltsman
A custom title

1139 Posts

Posted - 2002-03-15 : 10:18:20
You don't have to use it from Query Analyzer... SQL Server comes with a command-line utility, called OSQL that you can use to issue your BACKUP DATABASE command. See BOL for details on using osql.



Edited by - izaltsman on 03/15/2002 10:18:46
Go to Top of Page
   

- Advertisement -