Forum Discussion
YangJinYoung
Mar 27, 2025Copper Contributor
What is the minimum version of Microsoft SQL Server that supports R2DBC?
I’m working on a Spring Boot WebFlux project and I’m planning to use R2DBC to interact with Microsoft SQL Server. However, I’m having difficulty finding clear information on which version of SQL Serv...
olafhelper
Mar 28, 2025Bronze Contributor
on which version of SQL Server supports R2DBC.
The question is the wrong way around, it should be: Which SQL Server are supported by R2DBC?
Ask this the software support instead.
- YangJinYoungMar 31, 2025Copper Contributor
I guess I asked the question wrong. I found out that R2DBC supports from version 2012. Thanks for your help!