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 …
Read More »Tag Archives: Cursor
Cursor Usage In SQL Server
WHAT IS CURSOR? In SQL Server, the Cursor walks through the recordset, which is returned as a select result, to perform a transaction on each …
Read More »Which Queries Fill The Tempdb
Tempdb is the most important of the system databases in terms of performance. Therefore, it is necessary to correctly configure tempdb in instances that …
Read More »