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
What is a virtual table in sql?
Explain system views?
How to modify the underlying query of an existing view?
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
Types of Authentications in Sql Server? How user gets authenticated through windows authentication?
Tell me the phases a transaction has to undergo?
Can I delete event logs?
How do I get to sql server configuration manager?
What are the different authentication modes in sql server? How can it be changed?
What is a table called, if it has neither cluster nor non-cluster index? What is it used for?
What is the difference between left and right outer join?
‘Order by’ is not allowed in a view how can you sort information from a view?
What are the purpose of Normalisation?
How do I find the size of a sql server database?
Tell me what is difference between clustered and non clustered index?