Folks,
I am working on Oracle to MS SQL Server migration. One of the issue I came across is that "ON DELETE CASCADE" works fine in Oracle, but not in SQL Server. Is there any alternative to the syntax/command or is it something we need to manually remove/fix it.
Could not get a valid link/reference on web, hence requesting here. If this is already answered, please help re-directing to the appropriate page.
As far as I know,
ON DELETE CASCADE
is supported in SQL Server too. Following is the syntax:See an example here.