Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

odbcs vs connect to sql

Hi

im wokring on pbix which is already using odbc. its slow.. can i change it to connect directly to SQL server?

 

what are common senarios which odbc is only option or prefered to use odbc? 

 

 

1 ACCEPTED SOLUTION
v-deddai1-msft
Community Support
Community Support

Hi @Anonymous ,

 

You can follow the following steps:

 

Copy your PBIX file to a new file .Then, create a new query that connects via SQL. Then, open the Advanced Editor and copy the Source line only.

 

Capture1.PNG

 

Open your ODBC query and replace the Source line with the one that you copied:

 

Capture2.PNG

 

And after you apply it, you need to change the credential for it.

 

Each of those classes does the same thing but is optimised for different databases. The SqlConnection deals directly with SQL Server, the ODBC Connection requires an ODBC provider for the database to which you want to connect, SqlConnection is more efficient when using SQL Server because there is no ODBC provider in between and you can make use of all possible SQL Server-specific optimisations. For more details, please refer to http://www.differencebetween.net/technology/software-technology/difference-between-odbc-and-sql-2/#ixzz6D5EuzKbL

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

 

 

 

 

View solution in original post

2 REPLIES 2
v-deddai1-msft
Community Support
Community Support

Hi @Anonymous ,

 

You can follow the following steps:

 

Copy your PBIX file to a new file .Then, create a new query that connects via SQL. Then, open the Advanced Editor and copy the Source line only.

 

Capture1.PNG

 

Open your ODBC query and replace the Source line with the one that you copied:

 

Capture2.PNG

 

And after you apply it, you need to change the credential for it.

 

Each of those classes does the same thing but is optimised for different databases. The SqlConnection deals directly with SQL Server, the ODBC Connection requires an ODBC provider for the database to which you want to connect, SqlConnection is more efficient when using SQL Server because there is no ODBC provider in between and you can make use of all possible SQL Server-specific optimisations. For more details, please refer to http://www.differencebetween.net/technology/software-technology/difference-between-odbc-and-sql-2/#ixzz6D5EuzKbL

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

 

 

 

 

amitchandak
Super User
Super User

@Anonymous , ODBC should be used only when direct connector is not available.

How to change connection details - https://youtu.be/59PUFuuCrbY - here you to change complete connection string

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.