Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why can I drop column defaults in Mssql?

column defaults drop MSSQL
0
Posted

Why can I drop column defaults in Mssql?

0

Mssql only allows dropping of column default values by name. Since in standard SQL there’s no such thing as a name for a column default, Mssql makes up its own name. deltaddl has no way of knowing what name Mssql assigned, so it will just output an SQL comment explaining that it’s skipping this step.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123