Before Installing: This Is A Quite Straight Forward Installation. Please Pay Attention On Steps 5,6,7 and 8!
Before Installing: This Is A Quite Straight Forward Installation. Please Pay Attention On Steps 5,6,7 and 8!
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.
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.
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.
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
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.
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.