I need to delete some SQL Azure database entries, and I’m not sure if the cascade on delete is specified or not. If I by accident delete something important, I’m in a world of hurt. So, is there a command to check for cascade deletion?
I need to delete some SQL Azure database entries, and I’m not sure if
Share
Use
sp_fkeysto find it. http://msdn.microsoft.com/en-us/library/ms175090.aspx Look at the resultset’s “DELETE_RULE” column.An example: