declare CURS_X cursor read_only forward_only for ( select X1,X2 from ... ) open CURS_X fetch next from CURS_X into @X1,@X2 while @@FETCH_STATUS=0 begin ......... ......... --bir sonraki kayit okunuyor fetch next from CURS_X into @X1,@X2 end close CURS_X deallocate CURS_Xbundan sonra böyle, post-it lerimi burda tutmaya karar verdim.bu da ilki.yazarken iyi oluyor.
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.