We can use the SQL query to take backup from SQL server.
Use the below query to do that.Syntax:
BACKUP DATABASE <Database Name> TO DISK = '<Destination path Here>'
Sample:
BACKUP DATABASE MYDATABASE TO DISK = 'D:\MYDATABASE.BAK'
Top Ranking Colleges in India, Alphabets Wallpapers collections,english letters wallpaper,corruption perception index 2015,boy and girl love conversation
BACKUP DATABASE <Database Name> TO DISK = '<Destination path Here>'
BACKUP DATABASE MYDATABASE TO DISK = 'D:\MYDATABASE.BAK'
0 comments:
Post a Comment