Monday, 25 December 2017
Restore Backup File(.bak) in Sql Server.
in: sqlserver
In this article, We will discuss How to restore Backup file(.bak) in Sql Server.
First of all, login into your Sql Server Management Studio.
Goto Databases, right Click on it -> Click Restore Database...
After that a new PopUp Will Come and there We need to Select the backup file(.bak).
To Select the .bak file Check "Device" Radio button and click on browse button beside of it and add that .bak file in it.
After that give your Destination Database name and Which is in below figure,
Then Click Ok.
After few Seconds/Minutes of time the database will be restored Successfully.
Goto your Databases and Click refresh and now you can able to see the Restored database.
RELATED POSTS

Case Sensitive Search in Sql Server.
In this article, We will discuss about How to do a Case Sensitive Search ...
Import Excel File through SQL Server.
In this article We will discuss How to upload all excel data into Sql Ser ...

Case Sensitive and Case InSensitive in SQL Server.
In this article, We will discuss about Case Sensitive and Case InSensiti ...

Difference between Varchar and NVarchar in Sql Server.
-Varchar stands for Non-Unicode Variable length character data type where ...
-
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