Tuesday, December 1, 2009
The syntax of SQL Server Cursor
Cursor means memory address where SQL data processed. By using cursor one can process data one by one by looping through all records within a cursor. So when developer thinks that there is no way to accomplish an operation by writing a single query then the alternative solution is cursor. That means cursor ease our life by providing a looping mechanism through all records. But one thing keep in
Labels:
sql server
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment