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 Server supports R2DBC. Most of the resources I find seem to focus on Azure SQL Database, but I’m specifically interested in on-premises Microsoft SQL Server.
Can anyone confirm what the minimum version of SQL Server that supports R2DBC is?
Thanks in advance for your help
2 Replies
Sort By
- olafhelperBronze 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.
- YangJinYoungCopper Contributor
I guess I asked the question wrong. I found out that R2DBC supports from version 2012. Thanks for your help!