| SQL Server | ||
| You may not drop a table if it is referenced by another table. | ||
| Specific to SQL Server | ||
| We can find out what the foreign keys are using sp_help table_name | ||
| SQL Server | ||
| You may not drop a table if it is referenced by another table. | ||
| Specific to SQL Server | ||
| We can find out what the foreign keys are using sp_help table_name | ||