r2dbc / r2dbc-mssql

R2DBC Driver for Microsoft SQL Server using TDS (Tabular Data Stream) Protocol
Apache License 2.0
183 stars 32 forks source link

How to execute store procedure? #266

Closed sola-nehylkok closed 1 year ago

sola-nehylkok commented 1 year ago

Feature Request

Is your feature request related to a problem? Please describe

Describe the solution you'd like

Describe alternatives you've considered

Teachability, Documentation, Adoption, Migration Strategy

mp911de commented 1 year ago

Via SQL, see https://github.com/r2dbc/r2dbc-mssql/blob/bd42519e3e5b901ff0180604c442475fa661cc27/src/test/java/io/r2dbc/mssql/ParametrizedMssqlStatementStoredProcedureIntegrationTests.java#L54