USING [Database_Name]
ALTER TABLE [Table_Name]
ALTER COLUMN [ Field_Name] New_Datatype
Example :-
ALTER TABLE myTable
ALTER COLUMN fieldname nvarchar(255)
search
Subscribe to:
Post Comments (Atom)
I would like to share my experience in coding to discuss about the bugs/problems that i faced and solutions to them .
No comments:
Post a Comment