Results 1 to 2 of 2

Thread: Cursors:

  1. #1
    Join Date
    Sep 2002
    Posts
    78

    Cursors:

    Hi:
    Basically I don't know of any other way to this without using cursor. I have to take 2 values from a single record from the outer cursor and pass it to the other stored proc which will give me a recordset that can have more that 1 records and I need to update each of those records. This is a nightly process.

    Could you explain how I can use temp tables for this kind of operation ?

    Thanks

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    Could you provide a working example with sample table data.

    r u on SQL Server?

    you can also use function. let me know

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •