Your Ad Here

Apr 20, 2008

What does the DEALLOCATE statement do in SQL Server 2005?

Remove a reference to a cursor.
This statement is used to remove cursor references. If this is the last reference being removed, the cursor's resources are released.

No comments: