-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbSendQuery()
not working with MS SQL Server 2022 new build version
#900
Comments
dbSendQuery()
not working with MS SQL Server 2022 version 16+dbSendQuery()
not working with MS SQL Server 2022 new build version
Hi there @mplex: As best as I can tell both 16.0.1000.6 and 16.00.4175 are both SQL Server 2022. Has anything else changed in your environment? Which version of our package are you using? Which driver and driver version? What operating system, version of [R] etc? Can you send us the output of |
Hi @detule: Many thanks for the prompt response. As far as I am concerned, nothing changed in the environment, except the updated version of the MS SQL Server Management Studio (19.3.4.0), which was from SQL server 2022 Build 16.0.1000.6 to SQL server 2022 Build 16.0.4175.1. Before this updating
The information about
And for the connection (without the sensitive information):
Best. |
Thanks!
|
Had a chance to update the server I test against to get a sense if there is something generically wrong with how we interact with that version, and nothing jumped out, at least at first glance.
|
Many thanks @detule for your replies. The statement of the SQL queries I used had only the It seems that the last Build 16.0.4175.1 of the SQL server 2022 requires explicitly the database and schema names in the query as the example you provided in your last post, and now this statement works.
And this applies as well to function Just in case, I updated the All the best. |
Recently, the Microsoft SQL Server I am using has been upgraded from version 16.0.1000.6 to version 2022 (16.00.4175), and the
dbSendQuery()
function started to produce the error message:I tested the query in the same
R
session with other databases running older versions, and they worked without issues. I am using version1.2.3
of the"DBI"
package from CRAN.I'm wondering if this might be a bug that requires a patch.
The text was updated successfully, but these errors were encountered: