Wednesday, June 6, 2018

MS SQL Server - Restore database



Restore database

1. In Object Explorer, connect to an instance of the SQL Server Database Engine and then expand that instance. 2. Right-click Databases and select Restore Database... 3. On the General page, use the Source section to specify the source and location of the backup sets to restore. Select one of the following options: Device 4. Click the browse (...) button to open the Select backup devices dialog box. 5. Add then OK, OK

No comments:

Post a Comment

Visual Studio - Swagger and Swashbuckle with ASP.NET Core 2

Swagger and Swashbuckle with ASP.NET Core 2 Swagger is a specification used to document an API. As I am sure we all know API documen...