Lab 3 DBS - 082724
Lab 3 DBS - 082724
1. Open the folder where the setup of SQL Server is present and right click the setup and run it as
administrator.
4. Now, a new dialog box is opened. Product key is already inserted, so click on next.
6. After the license terms, the global rules are checked. After completion, click on next.
16. In Analysis Service Configuration, select the “Multidimensional and Data Mining Mode” and also
add the current user. After that, click on next.
18. In Distributed Replay Controller, add the current user and move next.
20. After the feature configuration rules are checked, click on next.
Database Engine
SQLOS
Q2) How many instances are available in SQL? Difference between them.
There are two types of SQL instances:
Single Instance
Multiple Instances
Single Instance
A single instance database consists of the following key components: DBMS Software, such as IBM DB2,
Oracle DBMS, MS SQL Server, or Sybase Adaptive Server Enterprise (ASE), that is used to store and process
data. Hardware node, a host that is available for allocation to a database.
Multiple Instances
Multiple instances allows us to run multiple applications on a single machine. It provides a great benefit of
server consolidation.
Q3) How many authentication modes are available in SQL Server? Which one is best to use
and why?
SQL Server supports two authentication modes:
1. Windows Authentication Mode
2. Mixed Mode