News

Cursors are useful when you need to perform row-by-row processing in SQL Server, although they should be used sparingly as they can be less efficient than set-based operations. The cursor functions (@ ...
Replay to a Cursor (SQL Server Profiler) [!INCLUDE SQL Server] This topic describes how to replay trace files or tables that pause when a cursor is reached by using [!INCLUDE ssSqlProfiler]. Pausing ...
T-SQL Populating local variables from cursor rluciano Jul 10, 2007 Jump to latest Follow Reply ...