Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
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.
Pudi writes "I have been told that using cursors in a stored procedure is very bad for performance. When you open a recordset using asp surely you are also using a cursor. So, can you tell me what the difference is between the stored procedure below (which generates a HTML list box from a table) and its asp equivalent. Is the stored procedure a bad way of doing this? If so, why?