SQL Server Generate Script to Alter Data Type -
im using sql server management studio, trying change datatype char(8) char(10) won't let me "save" generate script (i have send script off site)
is there way in sql management studio (it's 2008r2 actual database)
alter table table_name alter column column_name new_datatype nullability plese careful, add null or not null end of sentence in replace of nullability may change in other case
just show how nullability can annoy: sqlfiddle here
Comments
Post a Comment