SQL Server Error Code – 1051 cursor parameters in a stored procedure
In this blog post, you’ll learn more about the SQL Server Error Code 1051 and the error message description that is shown
SQL Server Error Code
1051
SQL Server Error Description for the Code :1051
Cursor parameters in a stored procedure must be declared with OUTPUT and VARYING options, and they must be specified in the order CURSOR VARYING OUTPUT.
Leave Your Comment