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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -