Software Development Network>> SQL Server>> Cursor count
Hi!
How can I get the size of a cursor variable (the number of rows in it)
Thank you!
Cursor count
macadam
use @@CURSOR_ROWS
HTH, jens Suessmeyer.
---
http://www.sqlserver2005.de
---