MSSQL: Difference between revisions
Line 8: | Line 8: | ||
* login-id | * login-id | ||
* password | * password | ||
* database name | |||
{{:SQL Server ODBC Driver Configuration}} | {{:SQL Server ODBC Driver Configuration}} |
Latest revision as of 13:26, 9 February 2011
A Microsoft SQL (MSSQL) server can be used as a Customer database in RadiMation®. Using your company MSSQL database, will simplify the selection of the customer address information into the RadiMation® EUT window.
Configuration[edit]
A detailed description of the configuration of an ODBC connection to a Customer database is explained on the ODBC page. However some MSSQL specific ODBC connection parameters are needed to correctly configure the MSSQL ODBC connection.
At least the following configuration items are necessary for every MSSQL connection. Your MSSQL database administrator will be able to provide you with the correct values, after which they can be configured in the SQL Server ODBC Driver Configuration dialog.
- server
- login-id
- password
- database name
The SQL Server ODBC Driver Configuration dialog allows you to configure the details of an ODBC connection to a MSSQL database. This dialog is not part of RadiMation®, but it is provided by Microsoft.
Name | An unique name that uniquely identifies the Data Source from the other available Data Sources. |
Description | Any additional information regarding the Data Source |
Server | The name (or IP address) of the MSSQL server, to which a connection should be made |
When the Next > button is pressed, a second configuration dialog is shown.
Windows NT Authentication | Select this option to use the credential of the logged in user to connect to the MSSQL server. |
SQL Server Authentication | Select this option to use a SQL Server specific username and password to connect to the MSSQL server. |
Client Configuration... | Will show additional configuration details for the MSSQL connection. Your MSSQL database administrator can help you with setting this details. |
Login ID | The name of the MSSQL user that should be used to connect to the MSSQL Server |
Password | The password of the MSSQL user that should be used to connect to the MSSQL Server |
When the Next > button is pressed, a third configuration dialog is shown.
Change default database | Enable the option, and specify or select the name of the database on the MSSQL Server that should be used. |
All other parameters should be left on their default value, or they should be set accoording to the instructions of your MSSQL database administrator.
When the Next > button is pressed, a fourth configuration dialog is shown.
All arameters should be left on their default value, or they should be set accoording to the instructions of your MSSQL database administrator.
When the Finish button is pressed, a final configuration dialog is shown.
Test Data Source... | Will perform a connection test, to determine if a connection with the MSSQL server can be established, using the configured parameters. A confirmation or error dialog with some additional information will be shown. |
Ok | Stores the configured ODBC connection. |
Cancel | Closes the dialogs without creating an ODBC connection. |
Once the MSSQL ODBC Data Source connection is correctly configured, the configuration of the customer database in RadiMation® can be performed.
Links[edit]
- Wikipedia: Microsoft SQL Server