Primjer kurzora

declare xPoz cursor local fast_forward for

open xPoz
fetch from xPoz into @nesto
while @@fetch_status = 0
begin

fetch from xPoz into @nesto
end
close xPoz
deallocate xPoz