In this blog post, let’s learn about the error message “4923 – ALTER TABLE DROP COLUMN failed because ‘%.*ls’ is the only data column in table ‘%.*ls’. A table must have at least one data column.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
4923 – ALTER TABLE DROP COLUMN failed because ‘%.*ls’ is the only data column in table ‘%.*ls’. A table must have at least one data column.
Reason for the Error
To be update soon…
Solution
To be update soon…