Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Need help setting cascade on delete

$
0
0
Hello,

I have a hierarchy of tables in my database. They look like this:

--Reports
----ReportMetrics
----ReportTopN
----ReportComments

That is, a one-to-many relation exists between reports and ReportMetrics, ReportT

Viewing all articles
Browse latest Browse all 3145

Trending Articles