ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Databases  >>  SQL Server
 
 


 

 
 Oracle interview questions  Oracle Interview Questions
 SQL Server interview questions  SQL Server Interview Questions
 MS Access interview questions  MS Access Interview Questions
 MySQL interview questions  MySQL Interview Questions
 Postgre interview questions  Postgre Interview Questions
 Sybase interview questions  Sybase Interview Questions
 DB Architecture interview questions  DB Architecture Interview Questions
 DB Administration interview questions  DB Administration Interview Questions
 DB Development interview questions  DB Development Interview Questions
 SQL PLSQL interview questions  SQL PLSQL Interview Questions
 Databases AllOther interview questions  Databases AllOther Interview Questions
Question
write the query for taking database backup in sql
 Question Submitted By :: Samplestudy
I also faced this Question!!     Rank Answer Posted By  
 
  Re: write the query for taking database backup in sql
Answer
# 1
backup database <database name> to disk 
= 'c:\<DatabaseName>.bak'
 
Is This Answer Correct ?    37 Yes 5 No
Shardul Negi
 
  Re: write the query for taking database backup in sql
Answer
# 2
BACKUP DATABASE
[db_SourceDbName] --SOURCE DB
TO  DISK = N'\\192.168..124\db_TragetDbName.BAK' -- LOCATION
FILE NAME
WITH
NOFORMAT,
NOINIT, 
NAME = N'myDbFull Backu[p-Full Database Backup',
SKIP,
NOREWIND,
NOUNLOAD, 
STATS = 10
GO
 
Is This Answer Correct ?    11 Yes 4 No
Madhu
 
 
 
  Re: write the query for taking database backup in sql
Answer
# 3
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 ?    19 Yes 3 No
Selvaraj.v
 
  Re: write the query for taking database backup in sql
Answer
# 4
its really working good
 
Is This Answer Correct ?    4 Yes 1 No
Vinod
 
  Re: write the query for taking database backup in sql
Answer
# 5
great solution....!!!
 
Is This Answer Correct ?    1 Yes 0 No
Kishore
 
  Re: write the query for taking database backup in sql
Answer
# 6
backup database northwind to disk = 'c:\northwind.bak'
 
Is This Answer Correct ?    1 Yes 0 No
Hemant Pal
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
What is the appropriate number of test cases that you can write on a database? Microsoft1
can any one answer this query,thank you in advance Table 1 has 2 columns: EmployeeId, T shirtsize(values can be 1,2,3) Table 2 has 2 columns: EmployeeId, Region Write SQL to Find the region which has the largest number of people with Tshirt size=3 Google10
can anyone explain me the concept of Serialization in Detail and Clear? plz its urgent i have interview on friday (15th feb)  1
to explain sql server 2000 architecture & authentication  1
What is the use of placing primary key and foreign key constrains on columns. Value-Labs2
how to know Who Is Blocking Your SQL Server?  3
write down the code for "how we delete a table without using of Drop command " ? Sonata2
Which virtual table does a trigger use?  3
How do you find the error, how can you know the number of rows effected by last SQL statement?  1
Which virtual table does a trigger use? TCS6
Why Do you want to work in this company? HCL3
How do we get month name in SQL Server 2000, Oracle, MS Access?  9
Can we use Truncate command on a table which is referenced by FOREIGN KEY?  2
How can your resolve deadlocks? IBM3
wht's the differece between sqlserver05 and sqlserver2000  3
Can we create a clustered index on composite primary key.  2
what is normalization? what is denormalization? Satyam5
WHY CAN WE CREATE ONLY ONE CLUSTERED INDEX ON A TABLE IN SQL SERVER?  6
Name three version of sql server 2000 and also their differences?  1
In which year relase the 7.0& 2000 & 2005?  1
 
For more SQL Server Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com