Results 1 to 2 of 2

Thread: Database trigger in MS SQL SERVER

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 1999
    Posts
    23

    Post

    How can I retrieve the value of a column from the 'deleted table', created just after the delete operation in MS SQL SERVER 6.5

    Actually I'm trying to acquire the value of the field, the row of which I'm deleting in a database trigger.

  2. #2
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105

    Post

    Use the "deleted" pseudo table, as in:

    Select deleted.colname

Posting Permissions

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



Click Here to Expand Forum to Full Width