Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
fmardani
Constraint Violating Yak Guru
433 Posts |
Posted - 2006-04-12 : 10:53:18
|
There is a third party software which is running against the sql server 2000.When running the sql profiler, all I see is exec sp_cursorfetchAny thoughts please?Thanks |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2006-04-12 : 11:24:03
|
It's probably processing a result set (server side cursor?).==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
mcrowley
Aged Yak Warrior
771 Posts |
Posted - 2006-04-12 : 11:32:30
|
I see this a lot with Java applications. Profiler by default does not trace profiler queries. |
 |
|
|
|
|