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 - 2004-11-12 : 03:59:36
|
| Hi, I read once not to use cursors if at all possible because they are slow for processing too many records. A few ddevelopers also believe that you only use cursors if you don't know cursors. How or where do I find resources to show me how to use sql instead?I have searched on the web but nothing solid has been found yet.Thanks |
|
|
Kristen
Test
22859 Posts |
Posted - 2004-11-12 : 04:40:16
|
| Its a common question here, so searhing SQLTeam should give you some insight.Or post some code that you have that contains a cursor and see what suggestions everyone ahs for changing it.Kristen |
 |
|
|
|
|
|