- Posts: 17
- Thank you received: 0
change OLE DB connection type
7 years 6 months ago #14652
by Kurt
change OLE DB connection type was created by Kurt
I'm trying to change to connection type of OLE DB provider, how is this possible?
Please Log in or Create an account to join the conversation.
7 years 6 months ago - 2 years 3 months ago #14653
by KevinJohn
Replied by KevinJohn on topic change OLE DB connection type
Hi Kurt,
MS SQL Server repository connection is using 32 bit Microsoft OLE DB Provider for SQL Server by default, it is though possible to use a different Provider by switching to OLE DB Repository connection type.
Create new MS Sql Server repository connection
Create new MS Sql Server repository connection using Ole DB
Note:
Source: SQL Server Repository Configuration
I hope this clarifies.
MS SQL Server repository connection is using 32 bit Microsoft OLE DB Provider for SQL Server by default, it is though possible to use a different Provider by switching to OLE DB Repository connection type.
Create new MS Sql Server repository connection
- Click Options
- Click Plus
- Enter connection name
- Set type to MS Sql Server
- Select/Enter server name
- Enter user name and password
- Select database name
- Test the connection
Create new MS Sql Server repository connection using Ole DB
- Click Options
- Click Plus
- Enter connection name
- Set type to Ole DB
- Select build connection
- Select relevant Ole DB provider and enter necessary parameters
- Test the connection
Note:
- It is recommended to use the latest version of 32 bit MS SQL Server client
- Though not required it is recommended to define the SQL username and password
Source: SQL Server Repository Configuration
I hope this clarifies.
Last edit: 2 years 3 months ago by admin.
Please Log in or Create an account to join the conversation.