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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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