What do we mean by Cursor functions in Sql Server?

 Posted by vishalneeraj-24503 on 2/2/2015 | Category: Sql Server Interview questions | Views: 1263 | Points: 40
Answer:

Cursor functions as the name implies used to get information about any cursors we are using in Stored Procedures.
All Cursor Functions are nondeterministic i.e.
we get different values every time when they are called with a specific set of values.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response