0% found this document useful (0 votes)
71 views5 pages

Before Installing: This Is A Quite Straight Forward Installation. Please Pay Attention On Steps 5,6,7 and 8!

To install SQL Server, the document outlines 9 steps: 1. Download the SQL Server installation files 2. Run the SQL Server Installation Wizard to begin installation 3. Select to perform a new installation if SQL Server is not already installed 4. Accept the license terms 5. Select the SQL Server features to install such as SQL Engine Services 6. Configure the instance name 7. Configure the server properties such as collation and service accounts 8. Configure the database engine and set the directories 9. Review selections and install SQL Server

Uploaded by

ileana_daniela
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views5 pages

Before Installing: This Is A Quite Straight Forward Installation. Please Pay Attention On Steps 5,6,7 and 8!

To install SQL Server, the document outlines 9 steps: 1. Download the SQL Server installation files 2. Run the SQL Server Installation Wizard to begin installation 3. Select to perform a new installation if SQL Server is not already installed 4. Accept the license terms 5. Select the SQL Server features to install such as SQL Engine Services 6. Configure the instance name 7. Configure the server properties such as collation and service accounts 8. Configure the database engine and set the directories 9. Review selections and install SQL Server

Uploaded by

ileana_daniela
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

To install SQL Server

Before installing: this is a quite straight forward installation. Please pay attention on steps 5,6,7 and 8!

1. Download image file from \\erpdmc2\Internship\01. Kit SQLCharisma . Double click to mount
the image on windows file system then double click setup.exe .

2. The Installation Wizard runs the SQL Server Installation Center. Click Installation in the left-hand
navigation area, and then click New SQL Server stand-alone installation or add features to an existing
installation.
In the Global Rules window, the setup procedure will automatically advance to the Product Updates window if there are no rule
errors.

The Microsoft Update page will appear next if the Microsoft Update check box in Control Panel\All Control Panel
Items\Windows Update\Change settings is not checked. Putting a check in the Microsoft Update page will change the computer
settings to include the latest updates when you scan for Windows Update.

On the Product Updates page, the latest available SQL Server product updates are displayed. If no product updates are
discovered, SQL Server Setup does not display this page and auto advances to the Install Setup Files page.

On the Install Setup files page, Setup provides the progress of downloading, extracting, and installing the Setup files. If an
update for SQL Server Setup is found, and is specified to be included, that update will also be installed. If no update is found,
Setup will automatically advance.

On Install Rules SQL Server Setup checks to identify potential problems that might occur while running Setup. If failures occur,
click in the Status column for more information. Otherwise click Next.

3. If this is the first installation of SQL Server on the machine, the Installation Type page is skipped,
and the installation goes directly to the Feature Selection page. However, if SQL Server is already
installed on the system, on the Installation Type choose either to perform a new installation, or add
features to an existing installation.

Check perform a new installation and Click Next.

4. On the License Terms page, review the license agreement and, if you agree, select the I accept
the license terms check box, and then click Next.

5. Choose SQL Server Feature Installation in order to install SQL Server, and then select which
features to install. We are going to choose our features manually in the next step. Click Next to
continue. For a standard Charisma installation, check the features from the image bellow

6. In the instance configuration step, name your instance InternshipYYYY (ex. Internship2018) and
click Next.

* Remember the name of the instance!

7. Server configuration: leave default on Service Accounts, switch to Collation Tab. Click Customize
and choose SQL_Latin1_General_CP1_CS_AS, click Ok, then Next.

8. Database Engine Configuration

 On server configuration tab check Mixed Mode option. Provide a strong password for sa
account, then click “Add Curent User”. Move to Data Directories tab.
 If your computer has more then one partition it is recommended not to have the
database size on the same partition with the Windows Os. So, if available create a
directory on other partition then the system one. Then Click … buton from User
database directory, and User Log directory and choose the directory created above.
 The same recommendation for Backup directory
 Click Next

9. Review your selection and click Install .

After the installation is complete, try connecting to the server. Open SSMS (Sql server Management
Studio). The shortcut for this “ Windows key”+R . write ssms then click Ok.
Fill in the instance name, choose a way to login, then click Connect.

Next we will add a database to the new server.

Adding your Charisma Database:

1. Download folder \\erpdmc2\Internship\02. DB . Open the folder


2. Double click the scripts “001. ChTypes.sql” and “002. new.xp_hash.sql” . (You can load the script
through SSMS by clicking the Open button, browse your files, and click Open)

3. You can run the scripts by pressing F5 key, or by clicking Execute from ssms toolbar.
Run both scripts.
4. Right click “Databases” under your server name (left pane) and choose Restore Database. If you
don’t see object explorer, click View->Object Explorer, or press F8 key.

5. Check “Device”, click … buton. Click Add, go where you downloaded the folder from point 1 and
select 003. Internship.bak. Click Ok two times (to close Locate backup file dialog and Select
backup device dialog).
6. Change destination database into InternshipYYYY (ex. Internship2018) and click ok.

7.
8. SQL installation is done. Now we can install and configure Charisma ERP.

You might also like