Application Service Guide > Connecting to Databases from Windows > Connecting to a Microsoft SQL Server Database from Windows
  

Connecting to a Microsoft SQL Server Database from Windows

On Informatica 10.0, you can connect to Microsoft SQL Server database through the ODBC provider type by default.
You can also connect to Microsoft SQL Server database using the OLEDB provider type, but the OLEDB provider type is deprecated. Support for the OLEDB provider type will be dropped in a future release.

Configuring Native Connectivity

On Informatica 10.0, you can configure native connectivity to the Microsoft SQL Server database by using the ODBC (default) or OLEDB (deprecated) provider types.
If you choose the ODBC provider type, you can enable the Use DSN option to use the DSN configured in the Microsoft ODBC Administrator as the connect string. If you do not enable the Use DSN option, you must specify the server name and database name in the connection properties.
If you choose the OLEDB provider type, you must install the Microsoft SQL Server 2012 Native Client to configure native connectivity to the Microsoft SQL Server database. If you cannot to connect to the database, verify that you correctly entered all of the connectivity information.
You can download the Microsoft SQL Server 2012 Native Client from the following Microsoft website: http://www.microsoft.com/en-in/download/details.aspx?id=29065.
After you upgrade, the Microsoft SQL Server connection is set to the OLEDB provider type by default. It is recommended that you upgrade all your Microsoft SQL Server connections to use the ODBC provider type. You can upgrade all your Microsoft SQL Server connections to the ODBC provider type by using the following commands:
For specific connectivity instructions, see the database documentation.

Rules and Guidelines for Microsoft SQL Server

Consider the following rules and guidelines when you configure ODBC connectivity to a Microsoft SQL Server database:

Configuring Custom Properties for Microsoft SQL Server

You can configure custom properties for Microsoft SQL Server to improve bulk load performance.
    1. Launch the PowerCenter client and connect to Workflow Manager.
    2. Open a workflow and select a session that you want to configure.
    3. Click the Config Object tab.
    4. Change the value of the Default Buffer Block size to 5 MB. You can also use the following command: $INFA_HOME/server/bin/./pmrep massupdate -t session_config_property -n "Default buffer block size" -v "5MB" -f $<folderName>
    To get optimum throughput for a row size of 1 KB, you must set the Buffer Block size to 5 MB.
    5. Click the Properties tab.
    6. Change the Commit Interval to 100000 if the session contains a relational target.
    7. Set the DTM Buffer Size. The optimum DTM Buffer Size is ((10 x Block Buffer size) x number of partitions).