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 filter index?
Explain what are partitioned views and distributed partitioned views?
what type of index will get created after executing the above statement? : Sql server database administration
What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?
Can we call stored procedure in view in sql server?
How do I determine how many instances of sql server are installed on a computer?
Can we use pragma autonomous_transaction in trigger?
Are resultset updatable?
Do comments need to go in a special place in sql server 2005?
Different types of keys in SQL?
How except clause is differs from not in clause?
How to access the inserted record of an event?
What are the different types of replication are there in sql server 2000?
What are the disadvantages of using the stored procedures?
Write an sql query to find first weekday of the month?