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 |
|
Kolipaka
Starting Member
7 Posts |
Posted - 2008-10-20 : 03:10:50
|
| Hi Folks,I am new to SQl Server, What type of cursors are in SQL and how to use if i want to wirte a function more than one record. Please give me psudo code using cursors.Thanks in advance.Regards,Lakshman |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-10-20 : 03:42:54
|
| i dont think you need cusors. most of problem can be dealt with using set based operations which is much quicker. if you can give us more info on your scenario we may be able to help you with set based solution. |
 |
|
|
|
|
|