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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 cursor question

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-12-05 : 08:51:19
Ronnel writes "id like to ask,
how can i populate a cursor with the results of sp_pkeys?
is this possible?

i really appreciate any inputs,
thanks in advance.

Ronnel"

nr
SQLTeam MVY

12543 Posts

Posted - 2001-12-05 : 09:41:43
Why not use a temp table instead - then you have access to all the data rather than a single row - but can still do row by row processing if you think you need to.

==========================================
Cursors are useful if you don't know sql.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -