write the query for taking database backup in sql

Answer Posted / selvaraj.v

SQL Server 2000 BackUp Database,
Query:
------
backup database selvaa to disk = 'c:\selvaa.bak'

Answer:
-------
Processed 160 pages for database 'selvaa',
file 'selvaa_Data' on file 1.
Processed 1 pages for database 'selvaa', file 'selvaa_Log'
on file 1.
BACKUP DATABASE successfully processed 161 pages in 0.151
seconds (8.687 MB/sec).

Is This Answer Correct ?    44 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we linked SharePoint to a SQL database?

594


Is it safe to delete log files?

525


what are the different stages of Report Processing?

97


What is Extended user-defined?

535


How to run queries with sql server management studio express?

571






What is recompile sql server?

567


Explain an incremental backup?

592


What does it mean to normalize a database and why would you do it?

530


Why use “nolock” in sql server?

560


you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration

550


What are the disadvantages of using the stored procedures?

551


What is inner join? Explain with an example?

690


Tell me what are the advantages of using stored procedures?

570


What are the types of stored procedures in an sql server?

478


What is 1nf normalization form?

599