0% found this document useful (0 votes)
4 views

SQL Server Installation Database Restore

Uploaded by

T Vandana
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

SQL Server Installation Database Restore

Uploaded by

T Vandana
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 28

Microsoft® Business Central

SQL Server Installation & Database


Restore

EBT Middle East LLC


H-2 401, Al Safa C
Khaled Bin Waleed Road
Bur Dubai, Dubai
United Arab Emirates
Tel: +971 04 4396 7428
www.ebtdubai.com
Document Control
Company: EBT Middle East LLC

Document Name: SQL Server Installation & Database Restore

Owner: Sivaji

Reviewed By: Date: 12 Dec 2022

Document
Date Changed By Comment
Version

1.0 Release date of the document

Disclaimer
This documentation is always under active development and as such, there may be

mistakes and omissions — watch out for these and please report any you find to

EBT Middle East LLC. Contributions of material, suggestions and corrections are

welcome.

1|P ag e
Table of Contents
Document Control ............................................................................................................................................... 1

Disclaimer .......................................................................................................................................... 1

Install Microsoft SQL Server Management Studio ............................................................... 17

Restore SQL Database from Backup BAK File ....................................................................... 19

2|P ag e
1. Download the setup file from the SQL Server downloads page. Scroll down until you
find the Developer edition and click the Download now button.

Once the download is complete, open the setup file to start the installation process.

2. Click the middle tile to select the Custom installation type.

3|P ag e
3. Choose where to store the downloaded installation media files and click Install to
continue.

4|P ag e
Once the download is complete, the setup window automatically closes and is replaced
by the SQL Server Installation Center window. Here, starts the wizard to install SQL
Server 2019.

4. Select the Installation category on the left-hand side of the SQL Server Installation
Center window and click the New SQL Server link to start the installation wizard.

5. The wizard automatically checks for available updates. If there are no updates ready
to install, click Next to proceed.

5|P ag e
6. The install wizard checks for any errors that might cause problems during the setup
process. If it detects any failures, fix them before clicking Next to continue.

6|P ag e
7. Choose an installation type. If you are installing SQL Server for the first time, select
the Perform a new installation of SQL Server 2019 option and click Next to continue.

7|P ag e
8. Choose the version of SQL Server you want to install and enter a product key if you
have one, then click Next to proceed. For this example, we are installing the free
Developer version.

8|P ag e
9. Check the I accept the license terms and Privacy Statement box and click Next to
continue.

9|P ag e
10. Select the features you want to install. For this example, we are using the Database
Engine Services option. Click Next to proceed.

10 | P a g e
11. Enter a name and instance ID for the new SQL server and click Next to continue.

11 | P a g e
Note: Once you enter the server’s name using the Named instance option, the wizard
automatically fills in the instance ID field.

12. Set up the service accounts and collation configuration, then click Next to continue.
For this example, we are using the default settings.

12 | P a g e
13. In the Server Configuration tab, select the Mixed Mode method of authentication.
Select a user for the role of SQL server administrator and set up a password for their
account. Click Next to proceed.

13 | P a g e
14. The final step offers a summary of the installation. Click Back to return to any of the
previous steps and change the installation settings or click Install to start the setup
process.

14 | P a g e
15. Once the setup is complete, the status of setup operations should read Succeeded.
Click Close to exit the install wizard.

15 | P a g e
16 | P a g e
Install Microsoft SQL Server Management
Studio
1. Download the install file from the SQL Server Management Studio download page.
Scroll down and click the link to download SSMS 18.9.1. Open the install file to start the
setup.

2. Choose an install location and click Install to continue.

17 | P a g e
3. Once the installation process is complete, click Close to exit the setup.

18 | P a g e
Restore SQL Database from Backup BAK
File
Step 1: First, launch SQL Server Management Studio and log in to SQL Server to restore
the database.

Step 2: After logging in, hit a right click on the Databases folder and choose Restore
Database. option.

19 | P a g e
Step 3: Next, click on the ellipses button corresponding to device: heading that is
placed under Source for restore section

Step 4: select the SQL backup (BAK) file that you want to restore in SQL Server and then
click OK.

20 | P a g e
Step 5: If you want to restore the Backup at any specific location selects the File and
enable Relocate all file to folder option and choose the location to be restored.

21 | P a g e
Step 4: After finishing the database restoration process, hit the OK button.

22 | P a g e
Step 6: After Restored the Database we must give the User permission & Database
Permission to establish the connections between SQL server and Business Central
Application as below.
Logins→ NT AUTHORITY\NETWORK SERVICE →Properties.

23 | P a g e
Step 6: User Permissions →Select the Database and Select the Database Role
Membership as below.

24 | P a g e
Step 6: Database Permissions→Select the Database →Properties.

25 | P a g e
Step 7: Select the Permission then select the Network service and select the select
permission with Grant Access.

26 | P a g e
27 | P a g e

You might also like