How I can chceck if some column have right size ?
or
I need to alter table but only if the size is < 1000
ALTER TABLE MYTABLE ALTER COLUMN COMMENT nvarchar(1000)
How to do that ?
Edit:
Thanks for any help.
mLipok
How I can chceck if some column have right size ?
or
I need to alter table but only if the size is < 1000
ALTER TABLE MYTABLE ALTER COLUMN COMMENT nvarchar(1000)
How to do that ?
Edit:
Thanks for any help.
mLipok