Site icon Database Tutorials

SQL Server Cursor

Hello there,

A query operation is performed on SQL Server. If the cursor is on the line, the data in that line is processed.

DML (insert – update – delete) operations to be performed on large tables in databases with intense transaction are very risky.

Therefore, the cursor should be used in DML operations.

Example,

Exit mobile version