write the query for taking database backup in sql
Answer Posted / hemant pal
backup database northwind to disk = 'c:\northwind.bak'
| Is This Answer Correct ? | 11 Yes | 10 No |
Post New Answer View All Answers
How many triggers are possible per table?
What is set nocount on?
What are the indexes in sql server?
What are system databases into sql server (2005/2008)?
How to test odbc dsn connection settings?
What are the default system databases in sql server 2000?
What stored by the master?
What are the different types of normalization?
What are the different types of lock modes in sql server 2000?
How do you delete duplicate rows in sql server?
how to use DTS package in 2000,2005,2008 in sql server
is it important for a database administrator to understand the operating system and file access? : Sql server administration
How do you check sql server is up and running?
When would you use the stored procedures or functions?
What do you understand by physical_only option in dbcc checkdb?