Visible effects of delayed cursor optimization

Besides improved query plans, the only user-visible changes are as follows:

NoteDelayed optimization does not apply to cursors that are declared in a stored procedure (called server cursors). Server cursors are compiled and optimized when they are declared.