Hi All,
Checking if anybody has query which displays all the user tables in a Tree format based on parent child relationship.
CREATE TABLE [dbo].[Dept](
[DEP_ID] [int] NOT NULL PRIMARY KEY ,
Checking if anybody has query which displays all the user tables in a Tree format based on parent child relationship.
CREATE TABLE [dbo].[Dept](
[DEP_ID] [int] NOT NULL PRIMARY KEY ,