Monday, 25 December 2017
Database Backup in Sql Server.
in: sqlserver
In this article, We will discuss How to take backup of a Database in Sql Server.
First of all, Login into your SQL Server Management Studio.
Select the particular database which you want to take backup -> After that right click on it -> Goto Tasks -> Goto Backup -> Click on it.
After that a new Screen Will appear and which looks like as below figure,
After that Press Ok.
After few Seconds/Minutes, the backup will be Completed and it will show you in popup.
After that goto that particular location where you saved you backup file and you can see the .bak file.
RELATED POSTS

Case Sensitive and Case InSensitive in SQL Server.
In this article, We will discuss about Case Sensitive and Case InSensiti ...
Drop failed for Database "Demo" or Cannot drop database "Demo" because currently in Use in Sql Server.
In this article, We Will discuss about Drop failed for Database "Demo" o ...

Error converting varchar to numeric in Sql Server.
In this article, We will discuss Why "Error converting varchar to numeri ...

Expression type int is invalid for COLLATE Clause in Sql Server
Moved this article to Expression type int is invalid for COLLATE Cl ...
-
This issue is Completely related to EntityFramework and this issue arises whenever you have installed EntityFramework in one project at th...
-
This is generally a Common Problem or the error could be like this, To Resolve this error, One Small Solution is Exists which is as b...
-
In this article, We will discuss What is the above Error and How to resolve this Error. Whenever, We are Restoring our database into A...
0 comments:
Post a Comment