Performance comparison between System.Data.SqlClient and Microsoft.Data.SqlClient #1581
-
Hi SQL experts, I wonder performance comparison between System.Data.SqlClient and Microsoft.Data.SqlClient. |
Beta Was this translation helpful? Give feedback.
Answered by
johnnypham
Apr 21, 2022
Replies: 1 comment
-
I don't think there has been any rigorous benchmarking done but maybe I'm wrong. A lot of minor perf improvements have been made to Microsoft.Data.SqlClient and going forward it's the recommended library. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JRahnama
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think there has been any rigorous benchmarking done but maybe I'm wrong. A lot of minor perf improvements have been made to Microsoft.Data.SqlClient and going forward it's the recommended library.