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
Relational calculus is what type of language?
Can two tables share the same primary key?
How the authentication mode can be changed?
Why do you need a sql server?
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
How to connect to a sql server using odbc_connect()?
how many bits ip address consist of? : Sql server database administration
Why normalization is used?
Write a SQL command to insert and update only a particular field?
Why and when do stored procedure recompile?
What is the difference between left and right outer join?
What is a benefit of using an after insert trigger over using a before insert trigger?
How to recreate an existing index in ms sql server?
How to create stored procedures with parameters in ms sql server?
How does a profiler work?