Logo 
Search:

SQL Server Articles

Submit Article
Home » Articles » SQL Server » FunctionsRSS Feeds

Cursor Functions

Posted By: Sarita Patel     Category: SQL Server     Views: 2240

This article explains about different Cursor functions in sql server with examples.

Cursor functions are used to get information about cursors.

All cursor functions are nondeterministic i.e They return different value every time they are called with a specific set of values.

Below are the cursor functions available in sql server.
  • @@CURSOR_ROWS
  • CURSOR_STATUS
  • @@FETCH_STATUS
  
Share: 


Didn't find what you were looking for? Find more on Cursor Functions Or get search suggestion and latest updates.

Sarita Patel
Sarita Patel author of Cursor Functions is from United States.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!