Results 1 to 1 of 1

Thread: Is there a different way to retrieve values like GUIDs from a set-based INSERT?

Threaded View

  1. #1
    Join Date
    Dec 2006
    Location
    Portland, Oregon
    Posts
    64

    Question Is there a different way to retrieve values like GUIDs from a set-based INSERT?

    [This thread is associated with part 17 of the SqlCredit series.]

    In the article, I said
    "I was convinced that I had to use per-record processing because I needed the identity value to create the history record. That was actually true at the time I originally wrote this code because I was writing it to work against SQL Server 2000."

    Is there a different way to retrieve values like GUIDs from a set-based INSERT?
    Last edited by rgarrison; 07-23-2008 at 10:44 AM. Reason: Changed icon

Posting Permissions

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