This topic has not yet been rated - Rate this topic

sp_cursorunprepare (Transact-SQL)

Discards the execution plan developed in the sp_cursorprepare stored procedure. sp_cursorunprepare is invoked by specifying ID = 6 in a tabular data stream (TDS) packet.

Topic link icon Transact-SQL Syntax Conventions


          

sp_cursorunprepare handle
        
handle

Is the handle value that is returned by sp_cursorprepare when the statement is prepared.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.