Hi
My DB is on the web so but I want change Field Lenght of one of my Fileds on my DB
its 70 rights now I want change it to 120 its a nvarchar
how can I do it , I am using a ASP page
ThanksALTER TABLE tablename ALTER COLUMN columnname NVARCHAR(120)
You can just pass this statement to the database.
You should check out Books Online. it's free documentation that comes with SQL server.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment