DEALLOCATEDECLARE @MyCursor CURSOR
SET @MyCursor = CURSOR LOCAL SCROLL FOR
SELECT * FROM Sales.SalesPersonDEALLOCATE @MyCursor