Can we alter column size for custom table ,Like nvarchar 15 to nvarchar 64?
- Products
- Solutions
- Resources
- Trials
- Support
- Partners
- Communities
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.