Results 1 to 3 of 3

Thread: Is there on delete cascade in sql server?????

  1. #1
    jessy Guest

    Is there on delete cascade in sql server?????

    Hi everyone,

    I would to make a cascade deletion. I dont know how to do it in SQLServer.

    Thanks very much.

  2. #2
    Ray Miao Guest

    Is there on delete cascade in sql server????? (reply)

    Use trigger.


    ------------
    jessy at 8/4/99 12:50:40 PM

    Hi everyone,

    I would to make a cascade deletion. I dont know how to do it in SQLServer.

    Thanks very much.

  3. #3
    Guest

    Is there on delete cascade in sql server????? (reply)

    Ray is right, but first let me add that there is no such thing as cascading deletion in MS SQL 6.5

    David


    ------------
    jessy at 8/4/99 12:50:40 PM

    Hi everyone,

    I would to make a cascade deletion. I dont know how to do it in SQLServer.

    Thanks very much.

Posting Permissions

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