When I do a SQL Server trace I see lots of sp_cursoropen and sp_cursorfetch commands being sent that I am not generating.

Neil Pike

February 3, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. You are using ODBC/OLE-DB or a higher level method based on these.These procedures are used to provide cursor functionality. They should not bedirectly called by your own TSQL.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like