Visma Net
Create a Microsoft SQL data provider
You use the Data providers (SM206015) window to
create a data provider that defines the structure of external data for Visma Net during data import or data export.
This procedure describes how to create a Microsoft SQL data provider that is used to
transfer data between Visma Net and a table of a Microsoft SQL Server database.
- Review the columns of the database table for which you need to create the data provider to identify the external data schema.
- Go to the Data providers (SM206015) window.
- Create a provider, and specify the following settings for it:
- Name: The name of the provider, which usually describes the data you will transfer by using this provider.
- Data Type: MS SQL Provider.
- On the Parameters tab, do the following:
- As the value of the Server parameter, specify one of the
following:
- The name of the computer where the Microsoft SQL Server instance is installed if you use the default instance of Microsoft SQL Server.
- The name of the computer and the name of the Microsoft SQL Server instance if you use a named instance.
- Specify the database name as the value of the Database parameter.
- Specify the login and password for accessing the SQL Server instance and the type of authentication that is used by the SQL Server instance (either SQL or Windows).
- As the value of the Server parameter, specify one of the
following:
- On the toolbar in the Source objects area of the
Schema tab, click Fill schema
objects.
The system connects to the database, pulls the list of tables and views from it, and populates the Source objects tab with the schema objects that correspond to tables and views.
If you don't see Fill schema objects in the toolbar, click , to display any buttons that do not fit on the toolbar. - Select the Active check box for the needed object. In the
toolbar of the Source fields area, click Fill
schema fields.
The system displays the column headers available in the source database table. Make sure the Active check box is selected for all needed fields. - Repeat the previous step for all objects (SQL tables and views) that you want to import data to and export data from.
- Click .
You have created a Microsoft SQL data provider that you can use in an import or export scenario.
Concept Information
Preparing data for import and export by using scenarios
Related concepts
About import and export scenarios
Related windows