I have db in SQL Server 2008 R2.
I have table Users
and some child tables that have foreign key relationships to UserID
.
I forgot to add on cascade delete and update in the creation.
There is a way to do it now, without losing the data?
Thanks !