How to Alter ColumnName in sql server with query..
We are normally using Alter Column Modify command to modify the column defination. But SQL Server does not support it. Rather then then that they are are supporting new syntax Like”ALTER TABLE ALTER COLUMN”Here is the syntax for ALTER TABLE command for sql server.ALTER TABLE table { [ ALTER COLUMN column_name { new_data_type [ (