My question is that in Oracle we can use drop table table_name cascade constraints to drop a referenced table object. How can I achieve the same in SQL Server?
My question is that in Oracle we can use drop table table_name cascade constraints
Share
As I know there is not one command in MsSql, but you can use INFORMATION_SCHEMA and dynamic SQL.
Something like this: