Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to find an API_Cursor definition.

Status
Not open for further replies.

Peager

Programmer
May 27, 2003
140
0
0
US
I have a development environment that talks to MSSQL through a 3rd party driver. The driver appears to be setting up a cursor and then 'Fetching' against that cursor. My problem is that I see these in the activity monitor but have no way of identifying the TSQL code that set up the cursor so I don't know from whence it came nor am I able to optimize that code (because I can't find it.) It appears in the Activity Monitor Recent Expensive Queries like so:
Code:
FETCH API_CURSOR000000000000002A
Can anyone give me a way of finding the SQL code that set up the cursor or what table(s) the cursor is accessing?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top