Show pageBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Alter nvarchar Size for a Column ====== ''TABLE'' is the table of your database, and ''COLUMN''is a column on the table. <code> ALTER TABLE Customer ALTER COLUMN Address nvarchar(100); </code> ms_sql_server/alter_nvarchar_size_for_a_column.txt Last modified: 2019/11/25 15:05by chongtin