{"id":9462,"date":"2026-03-04T09:33:35","date_gmt":"2026-03-04T09:33:35","guid":{"rendered":"https:\/\/pariswells.com\/blog\/?p=9462"},"modified":"2026-03-04T09:33:36","modified_gmt":"2026-03-04T09:33:36","slug":"i-have-another-web-config-that-doesnt-have-a-sql-provider-listed-how-do-i-know-what-its-using","status":"publish","type":"post","link":"https:\/\/pariswells.com\/blog\/research\/i-have-another-web-config-that-doesnt-have-a-sql-provider-listed-how-do-i-know-what-its-using","title":{"rendered":"I have another web.config that doesn&#8217;t have a SQL provider listed how do I know what its using?"},"content":{"rendered":"\n<p>Run a <strong>full machine-wide search<\/strong> for Microsoft.Data.SqlClient.dll<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">Get-ChildItem \"C:\\\" -Recurse -Filter \"Microsoft.Data.SqlClient.dll\" -ErrorAction SilentlyContinue |\n    Select-Object FullName, @{\n        Name=\"Version\"\n        Expression={$_.VersionInfo.FileVersion}\n    }<\/code><\/pre>\n\n\n\n<p>Defaults to <code>System.Data.SqlClient<\/code> if not<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Run a full machine-wide search for Microsoft.Data.SqlClient.dll Defaults to System.Data.SqlClient if not<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-9462","post","type-post","status-publish","format-standard","hentry","category-research"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/9462","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/comments?post=9462"}],"version-history":[{"count":1,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/9462\/revisions"}],"predecessor-version":[{"id":9463,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/9462\/revisions\/9463"}],"wp:attachment":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/media?parent=9462"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/categories?post=9462"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/tags?post=9462"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}