Cursor in sql server
-To fetch row by row data
- Declare Cursor
- Open
- Fetch first time
- fetch data until @@Fetch_Status = 0
- Close
- Deallocate
Comments
Post a Comment