Can we alter column size for custom table ,Like nvarchar 15 to nvarchar 64?
Can we alter column size for custom table ,Like nvarchar 15 to nvarchar 64?
Hi,
Yes, just use a standard SQL 'Alter table' command.
HTH, Barry.
Hi,
Yes, just use a standard SQL 'Alter table' command.
HTH, Barry.