Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Relationship cascade delete question

    Hi,

    Please help to how to delete record inside a table where parent-Child realtion exits in single table.

    CREATE TABLE [dbo].[Menu](

    [MenuID] [int] IDENTITY(1,1) NOT NULL,

    [Text] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

    [Description] [varchar](255) COLLATE SQL_Latin1_General_CP1_CI_AS...

Viewing post 1 (of 2 total)