You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:::image type="content" source="media/deploy-active-directory/image18.png" alt-text="Screenshot of selecting add.":::
112
112
113
113
- Select **Select a Principal**, insert **bdcDSA**, and select **Ok**
114
114
115
115
- Set **Type** to **Allow**
116
116
117
117
- Set **Applies To** to **This Object and all descendant objects**
118
118
119
-
:::image type="content" source="media/deploy-active-directory/image19.png" alt-text="Set allow for properties." lightbox="media/deploy-active-directory/image19.png":::
119
+
:::image type="content" source="media/deploy-active-directory/image19.png" alt-text="Screenshot of setting allow for properties." lightbox="media/deploy-active-directory/image19.png":::
120
120
121
121
- Scroll down to the bottom, and select **Clear all**
Copy file name to clipboardExpand all lines: docs/data-quality-services/install-windows/install-data-quality-services.md
+35-32Lines changed: 35 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,32 +14,33 @@ ms.custom: intro-installation
14
14
15
15
[!INCLUDE [SQL Server - Windows only](../../includes/applies-to-version/sql-windows-only.md)]
16
16
17
-
[!INCLUDE[ssDQSnoversionLong](../../includes/ssdqsnoversionlong-md.md)] (DQS) contains the following two components: **[!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)]** and **[!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)]**.
17
+
[!INCLUDE[ssDQSnoversionLong](../../includes/ssdqsnoversionlong-md.md)] (DQS) contains the following two components: **[!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)]** and **[!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)]**.
18
18
19
19
|DQS Component|Description|
20
20
|-------------------|-----------------|
21
21
|[!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)]|[!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] is installed on top of the [!INCLUDE[ssNoversion](../../includes/ssNoVersion-md.md)] Database Engine, and includes three databases: DQS_MAIN, DQS_PROJECTS, and DQS_STAGING_DATA. DQS_MAIN contains DQS stored procedures, the DQS engine, and published knowledge bases. DQS_PROJECTS contains the data quality project information. DQS_STAGING_DATA is the staging area where you can copy your source data to perform DQS operations, and then export your processed data.|
22
22
|[!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)]|[!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)] is a standalone application that enables you to connect to [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)], and provides you with a highly-intuitive graphical user interface to perform data-quality operations, and other administrative tasks related to DQS.|
23
23
24
24
> [!IMPORTANT]
25
-
> Apart from the above two DQS components, you can also:
26
-
>
27
-
> Use the DQS Cleansing Transformation in Integration Services that performs data cleansing within the Integration Services packaging process, and is automatically installed when you install Integration Services. For information about installing Integration Services, see [Install Integration Services](../../integration-services/install-windows/install-integration-services.md).
28
-
>
29
-
> Enable DQS integration in Master Data Services to use the DQS matching functionality in the Master Data Services Add-in for Excel. For more information, see [Enable Data Quality Services Integration with Master Data Services](../../master-data-services/install-windows/enable-data-quality-services-integration-with-master-data-services.md).
25
+
> Apart from the above two DQS components, you can also:
26
+
>
27
+
> Use the DQS Cleansing Transformation in Integration Services that performs data cleansing within the Integration Services packaging process, and is automatically installed when you install Integration Services. For information about installing Integration Services, see [Install Integration Services](../../integration-services/install-windows/install-integration-services.md).
28
+
>
29
+
> Enable DQS integration in Master Data Services to use the DQS matching functionality in the Master Data Services Add-in for Excel. For more information, see [Enable Data Quality Services Integration with Master Data Services](../../master-data-services/install-windows/enable-data-quality-services-integration-with-master-data-services.md).
30
30
31
31
DQS installation is a three-part process:
32
32
33
-
-[Pre-Installation Tasks](#PreInstallationTasks): Verify system requirements before you install DQS.
33
+
-[Pre-Installation Tasks](#PreInstallationTasks): Verify system requirements before you install DQS.
34
34
35
-
-[Data Quality Services Installation Tasks](#DQSInstallation): Install DQS by using SQL Server Setup.
35
+
-[Data Quality Services Installation Tasks](#DQSInstallation): Install DQS by using SQL Server Setup.
36
36
37
-
-[Post-Installation Tasks](#PostInstallationTasks): Perform these tasks after finishing with the SQL Server Setup to finish installing DQS.
37
+
-[Post-Installation Tasks](#PostInstallationTasks): Perform these tasks after finishing with the SQL Server Setup to finish installing DQS.
38
38
39
39
> [!NOTE]
40
-
> This topic does not include instructions for running Setup from the command line. For information about command-line options for installing [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] and client, see [Feature Parameters](../../database-engine/install-windows/install-sql-server-from-the-command-prompt.md#Feature) in [Install SQL Server from the Command Prompt](../../database-engine/install-windows/install-sql-server-from-the-command-prompt.md).
40
+
> This topic does not include instructions for running Setup from the command line. For information about command-line options for installing [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] and client, see [Feature Parameters](../../database-engine/install-windows/install-sql-server-from-the-command-prompt.md#Feature) in [Install SQL Server from the Command Prompt](../../database-engine/install-windows/install-sql-server-from-the-command-prompt.md).
Before installing DQS, make sure that your computer meets the minimum system requirements. The following table provides information about the minimum system requirements for the DQS components:
44
45
45
46
|DQS Component|Minimum System Requirements|
@@ -48,61 +49,63 @@ ms.custom: intro-installation
48
49
|[!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)]|.NET Framework 4.0 (installed during the [!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)] installation, if not already installed)<br /><br /> Internet Explorer 6.0 SP1 or later|
49
50
50
51
> [!IMPORTANT]
51
-
> [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] and [!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)] can be installed on the same computer, or different computers. Both the components can be installed independently of each other, and in any sequence. However, to use [!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)], you will need a [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] installed to connect to.
52
-
>
53
-
> You can connect to the [!INCLUDE[ssNoVersion](../../includes/ssNoVersion-md.md)] version of [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] using either the current or earlier version of [!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)] and DQS Cleansing Transformation. For information about upgrading your existing version of DQS to [!INCLUDE[ssNoVersion](../../includes/ssNoVersion-md.md)], see [Upgrade Data Quality Services](../../database-engine/install-windows/upgrade-data-quality-services.md).
54
-
>
55
-
> Although Microsoft Excel is not a prerequisite for installing Data Quality Client, Microsoft Excel 2003 or later must be installed on the Data Quality Client computer to perform various operations in the client application such as importing domain values from an excel file or mapping to the source data in an Excel file for knowledge discovery, cleansing, or matching activities.
52
+
> [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] and [!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)] can be installed on the same computer, or different computers. Both the components can be installed independently of each other, and in any sequence. However, to use [!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)], you will need a [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] installed to connect to.
53
+
>
54
+
> You can connect to the [!INCLUDE[ssNoVersion](../../includes/ssNoVersion-md.md)] version of [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] using either the current or earlier version of [!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)] and DQS Cleansing Transformation. For information about upgrading your existing version of DQS to [!INCLUDE[ssNoVersion](../../includes/ssNoVersion-md.md)], see [Upgrade Data Quality Services](../../database-engine/install-windows/upgrade-data-quality-services.md).
55
+
>
56
+
> Although Microsoft Excel is not a prerequisite for installing Data Quality Client, Microsoft Excel 2003 or later must be installed on the Data Quality Client computer to perform various operations in the client application such as importing domain values from an excel file or mapping to the source data in an Excel file for knowledge discovery, cleansing, or matching activities.
56
57
57
58
For detailed information about the minimum system requirements for installing [!INCLUDE[ssNoVersion](../../includes/ssNoVersion-md.md)], see [Hardware and Software Requirements for Installing SQL Server](../../sql-server/install/hardware-and-software-requirements-for-installing-sql-server.md).
58
59
59
-
## <aname="DQSInstallation"></a> Data Quality Services Installation Tasks
60
-
You have to use the [!INCLUDE[ssNoVersion](../../includes/ssNoVersion-md.md)] Setup to install DQS components. When you run the SQL Server Setup, you have to go through a series of installation wizard pages to select appropriate options based on your requirements. The following table lists only those pages in the installation wizard where the options that you select will affect your installation of DQS:
60
+
## <aname="DQSInstallation"></a> Data Quality Services installation tasks
61
+
62
+
You have to use the [!INCLUDE[ssNoVersion](../../includes/ssNoVersion-md.md)] Setup to install DQS components. When you run the SQL Server Setup, you have to go through a series of installation wizard pages to select appropriate options based on your requirements. The following table lists only those pages in the installation wizard where the options that you select will affect your installation of DQS:
61
63
62
64
|Page|Action|
63
65
|----------|------------|
64
66
|Feature Selection|Select:<br /><br /> **Data Quality Services** under **Database Engine Services** to install the [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)]. <br />If you select the **Data Quality Services** check box, SQL Server Setup will copy an installer file, DQSInstaller.exe, under the SQL Server instance directory on your computer. You must run this file after you have completed the SQL Server Setup to *complete* the [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] installation. Also, you must perform some additional steps to configure your [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] before you can use it. For more information, see [Post-Installation Tasks](#PostInstallationTasks).<br /><br /> **Data Quality Client** to install [!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)].<br /><br /> (Recommended) **Management Tools - Complete** under **Management Tools - Basic** to install [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. It provides you a graphical user interface to manage your SQL Server instance, and will aid you in performing additional tasks post installation as listed in the next section.|
65
67
|Database Engine Configuration|Click **Add Current User** to add your user Windows account to the sysadmin fixed server role. This is required for you to be able to run the DQSInstaller.exe file later to complete the [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] installation.|
## <aname="PostInstallationTasks"></a> Post installation tasks
70
+
68
71
After you complete the SQL Server installation wizard, you must perform additional steps mentioned in this section to complete your [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] installation, configure it, and then use it.
69
72
70
-
1.To complete the [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] installation, run the DQSInstaller.exe file. On running the DQSInstaller.exe file:
73
+
1. To complete the [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] installation, run the DQSInstaller.exe file. On running the DQSInstaller.exe file:
71
74
72
-
-The DQS_MAIN, DQS_PROJECTS, and DQS_STAGING_DATA databases are created.
75
+
- The DQS_MAIN, DQS_PROJECTS, and DQS_STAGING_DATA databases are created.
73
76
74
-
-The ##MS_dqs_db_owner_login## and ##MS_dqs_service_login## logins are created.
77
+
- The ##MS_dqs_db_owner_login## and ##MS_dqs_service_login## logins are created.
75
78
76
-
-The dqs_administrator, dqs_kb_editor, and dqs_kb_operator roles are created in the DQS_MAIN database.
79
+
- The dqs_administrator, dqs_kb_editor, and dqs_kb_operator roles are created in the DQS_MAIN database.
77
80
78
-
-The DQInitDQS_MAIN stored procedure is created in the master database.
81
+
- The DQInitDQS_MAIN stored procedure is created in the master database.
79
82
80
-
-DQS_install.log file is typically created in the C:\Program Files\Microsoft SQL Server\MSSQL13.*<instance_name>*\MSSQL\Log folder. The file contains information about the actions performed on running the DQSInstaller.exe file.
83
+
- DQS_install.log file is typically created in the C:\Program Files\Microsoft SQL Server\MSSQL13.*<instance_name>*\MSSQL\Log folder. The file contains information about the actions performed on running the DQSInstaller.exe file.
81
84
82
-
-If a Master Data Services database is present in the same SQL Server instance as [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)], a user mapped to the Master Data Services login is created, and is granted the dqs_administrator role on the DQS_MAIN database.
85
+
- If a Master Data Services database is present in the same SQL Server instance as [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)], a user mapped to the Master Data Services login is created, and is granted the dqs_administrator role on the DQS_MAIN database.
83
86
84
87
This completes the [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] installation.
85
88
86
89
For more information see [Run DQSInstaller.exe to Complete Data Quality Server Installation](../../data-quality-services/install-windows/run-dqsinstaller-exe-to-complete-data-quality-server-installation.md).
87
90
88
-
2.Grant DQS Roles to Users:
91
+
2. Grant DQS Roles to Users:
89
92
90
93
To log on to [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] using [!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)], a user must have any of the following three roles on the DQS_MAIN database:
91
94
92
-
-**dqs_administrator**
95
+
-**dqs_administrator**
93
96
94
-
-**dqs_kb_editor**
97
+
-**dqs_kb_editor**
95
98
96
-
-**dqs_kb_operator**
99
+
-**dqs_kb_operator**
97
100
98
101
By default, if your user account is a member of the sysadmin fixed server role, you can log on to [!INCLUDE[ssDQSServer](../../includes/ssdqsserver-md.md)] using [!INCLUDE[ssDQSClient](../../includes/ssdqsclient-md.md)] even if none of the DQS roles are granted to your user account. For information about the three DQS roles, see [DQS Security](../../data-quality-services/dqs-security.md).
99
102
100
103
For more information see [Grant DQS Roles to Users](../../data-quality-services/install-windows/grant-dqs-roles-to-users.md).
101
104
102
105
> [!NOTE]
103
-
> The three DQS roles are not available for the DQS_PROJECTS and DQS_STAGING_DATA databases.
106
+
> The three DQS roles are not available for the DQS_PROJECTS and DQS_STAGING_DATA databases.
104
107
105
-
3.Make your data available for DQS operations. Make sure that you can access your source data for the DQS operations, and can export the processed data to a table in a database.
108
+
3. Make your data available for DQS operations. Make sure that you can access your source data for the DQS operations, and can export the processed data to a table in a database.
106
109
107
110
For more information see [Access Data for the DQS Operations](../../data-quality-services/install-windows/access-data-for-the-dqs-operations.md).
0 commit comments