Quantcast
Channel: How to drop a column with constraints in SQL Server 2005 - Stack Overflow
Viewing all articles
Browse latest Browse all 28

Answer by DCNYAM for SQL Server 2005 drop column with constraints

$
0
0

What do you mean randomly generated? You can look up the constraints on the specific column in management studio or via the sys.tables view and find what the name(s) are.

Then, you can change your script to drop the constraints prior to dropping the column. What type of constraint is this? If it is a foreign key constraint, make sure that doing this won't hurt the data integrity within you database.


Viewing all articles
Browse latest Browse all 28

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>