diff --git a/reference/sqlsrv/functions/sqlsrv-prepare.xml b/reference/sqlsrv/functions/sqlsrv-prepare.xml index 9abc5e4fb5..65e4401f0f 100644 --- a/reference/sqlsrv/functions/sqlsrv-prepare.xml +++ b/reference/sqlsrv/functions/sqlsrv-prepare.xml @@ -116,7 +116,7 @@ SendStreamParamsAtExec &true; or &false; (the default is &true;) - Configures the driver to send all stream data at execution (&true), + Configures the driver to send all stream data at execution (&true;), or to send stream data in chunks (&false;). By default, the value is set to &true;. For more information, see sqlsrv_send_stream_data.